Age | Commit message (Expand) | Author |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2015-12-03 | ieee80211com's ic_sup_mcs array is smaller than it used to be because part of | Stefan Sperling |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. | Martin Pieuchot |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-26 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-15 | Add missing parenthesis to make tick calculation work as intended. Should | Kenneth R Westerback |
2013-11-11 | replace things like "start + interval > ticks" with | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-01-14 | Fix the sotfware. | Joel Sing |
2012-10-20 | Init values for the AR9485 were for version 1.0 of this chip, which according | Stefan Sperling |
2012-08-25 | Add support for power saving in Host AP mode. | Mark Kettenis |
2012-06-10 | Allow a variable number of words for the Serializer/Deserializer programming. | Mark Kettenis |
2011-01-08 | fix LEDs handling. | Damien Bergamini |
2011-01-08 | the USB frontend has its own switch_chan() function, so no need to | Damien Bergamini |
2011-01-06 | "athn* at uhub? port ?" | Damien Bergamini |
2010-12-31 | when stopping Rx, set the AR_DIAG_RX_ABORT bit too. | Damien Bergamini |
2010-12-31 | move reading of the hardware revision earlier. | Damien Bergamini |
2010-12-31 | commit some bits that will be required by AR9271/AR7010 | Damien Bergamini |
2010-12-31 | move the printing of the MAC address to the same line than the MAC rev. | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-18 | - in STA mode, when associated, stop receiving beacons from other BSS. | Damien Bergamini |
2010-08-12 | Enable periodic (every 4 minutes) power amplifier calibration | Damien Bergamini |
2010-08-12 | For chips in open-loop power control mode, periodically (every 30 secs) | Damien Bergamini |
2010-08-11 | Typo in comment: auhtorized->authorized | Ray Lai |
2010-08-02 | There is no reason to call the start function upon resume; the network stack | Mark Kettenis |
2010-07-22 | When suspending, only call athn_stop() when IFF_RUNNING is set. | Mark Kettenis |
2010-07-21 | Add suspend/unsuspend logic. | Mark Kettenis |
2010-07-15 | According to Linux ath9k, the AR9280 1.0 was never sold. | Damien Bergamini |
2010-07-15 | Remove initialization values for chips that never made it into production: | Damien Bergamini |
2010-06-21 | use LE_READ_4/LE_READ_2 instead of hardcoding | Damien Bergamini |
2010-06-21 | allow Tx flags to be passed to the tx() routine. | Damien Bergamini |
2010-06-21 | use correct clock rate when computing the listen time for ANI | Damien Bergamini |
2010-06-12 | Add missing arg to a printf call. | Jonathan Gray |
2010-06-05 | - fix athn_set_key() on big-endian machines (function is not used yet) | Damien Bergamini |
2010-06-03 | enable async fifo for >=AR9287 1.3 only. | Damien Bergamini |
2010-05-16 | fix (again) TKIP MIC entries in set_key(). | Damien Bergamini |
2010-05-16 | fix ic_max_nnodes computation. | Damien Bergamini |
2010-05-16 | no need to set the MAC address to 0 for TKIP MIC entries; the key | Damien Bergamini |
2010-05-16 | cleanup hardware key cache management (not used yet) | Damien Bergamini |