Age | Commit message (Expand) | Author |
2012-01-29 | Fix another instance of the 11a->11b switch panic (see previous commit). | Stefan Sperling |
2012-01-28 | Don't panic when switching an ath interface in hostap mode from 11a to 11b. | Stefan Sperling |
2011-10-14 | Make ath(4) send multicast frames once, not multiple times. | Stefan Sperling |
2011-04-17 | Don't increase if_oerrors for every multicast frame leaving the interface. | Stefan Sperling |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-27 | Get rid of the clumsy pci_activate function and do this job inside ath.c | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-04 | on resume: calling sc_power after ath_init() is silly. ath_init() | Theo de Raadt |
2010-07-02 | cleanup and remove some #ifdef junk in the power hooks. | Reyk Floeter |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-01 | Switch ath(4) to softcrypto to enable support for WPA/WPA2. | Reyk Floeter |
2008-08-29 | add support for software crypto to allow WPA/WPA2/RSN. it is disabled | Reyk Floeter |
2008-08-27 | add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD. | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-25 | two spelling fixes from Anathae Townsend; | Jason McIntyre |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-30 | spacing | Reyk Floeter |
2008-07-29 | - fix FIFO overruns on PCI-E chipsets by setting the DMA size | Reyk Floeter |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'. | Kenneth R Westerback |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-06-16 | constify | Damien Bergamini |
2007-06-06 | the copyright holder changed the license from "dual bsd/gpl" to be | Reyk Floeter |
2007-05-09 | remove the internal wrapper functions for ieee80211_mhz2ieee and | Reyk Floeter |
2007-04-13 | The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same | Reyk Floeter |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static buffers M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-12-14 | fix a minor bug in the tx data queue setup by using the right queue | Reyk Floeter |
2006-11-06 | figured out by tdeval@: | Reyk Floeter |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-10-14 | fix the slightly different reset procedure of single chip variants. | Reyk Floeter |
2006-09-19 | attach and enable the newer chipset generations AR2413, AR5413, and | Reyk Floeter |
2006-09-19 | detect the newer single chip generations AR2413, AR5413 and AR5224 but | Reyk Floeter |
2006-09-19 | "pure g" is a special, non-standard ofdm-only mode. use the standard | Reyk Floeter |
2006-09-19 | use the correct antenna mode settings and fix a bug in the tx | Reyk Floeter |
2006-06-23 | set the RSSI Max value in ath(4) and use the new RSSI radiotap header | Reyk Floeter |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-08 | Make ath_attach() return error if the RF is unsupported so the PCI code | Pedro Martelletto |
2006-04-20 | printf() calls with the format string spanning several lines should not have | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini |