Age | Commit message (Expand) | Author |
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 |
2010-05-16 | cleanup calibration bits (not everything is enabled yet.) | Damien Bergamini |
2010-05-16 | initial Host AP bits. | Damien Bergamini |
2010-05-16 | >=AR9287 devices support short GI in 20MHz channels, so indicate this | Damien Bergamini |
2010-05-16 | fix athn_updateslot for fast PLL clock and 40MHz CBW | Damien Bergamini |
2010-05-16 | cleanup interrupts mask management. | Damien Bergamini |
2010-05-11 | enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the | Damien Bergamini |
2010-05-10 | athn(4) is going to support a new family of Atheros 802.11n | Damien Bergamini |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-10 | fix athn_stop_tx_dma | Damien Bergamini |
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini |
2010-04-07 | txq->lastds is only valid when txq is not empty. | Damien Bergamini |
2010-04-07 | update initvals and TX gains for AR9285 >=1.2 | Damien Bergamini |
2010-04-05 | backout these two files i committed by accident. | Damien Bergamini |
2010-04-05 | fix regression on RT2860C introduced in previous commit. | Damien Bergamini |
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback |
2010-02-24 | - properly maintain sc->curchan | Damien Bergamini |
2010-02-24 | Disable Reduced Interframe Space search on AR9160 to workaround | Damien Bergamini |
2010-02-21 | Make sure athn_intr() returns 1 if it claims an interrupt and 0 if not, | Mark Kettenis |
2010-02-16 | fix AR_DTIM_PERIOD | Damien Bergamini |
2010-02-15 | Properly detect when the band changes from 2GHz to 5GHz and | Damien Bergamini |
2010-02-15 | - handle SIOCS80211CHANNEL in monitor mode without doing a full reset | Damien Bergamini |
2010-01-27 | change the MRR pattern from 1/1/1/1 to 2/2/2/4 | Damien Bergamini |