Age | Commit message (Expand) | Author | Files | Lines |
2012-09-10 | ath9k: make PA linearization optional, disabled by default and fix checks | Felix Fietkau | 5 | -7/+8 |
2012-09-05 | ath9k: Fix a crash in 2 WIRE btcoex chipsets | Mohammed Shafi Shajakhan | 1 | -1/+2 |
2012-09-05 | ath9k_hw: enable PA linearization | Felix Fietkau | 1 | -3/+0 |
2012-09-05 | ath9k: fix PA linearization calibration related crash | Felix Fietkau | 4 | -8/+7 |
2012-09-05 | ath9k_hw: disable PA linearization for AR9462 | Felix Fietkau | 1 | -1/+2 |
2012-09-05 | ath9k_hw: calibrate PA input for PA predistortion | Felix Fietkau | 3 | -1/+111 |
2012-09-05 | ath9k_hw: clear the AM2PM predistortion mask on AR933x | Felix Fietkau | 1 | -1/+5 |
2012-09-05 | ath9k_hw: do not enable the MIB interrupt in the interrupt mask register | Felix Fietkau | 1 | -3/+0 |
2012-08-21 | ath5k: fix wrong max power per rate eeprom reads for 802.11a | Thomas Huehn | 2 | -1/+2 |
2012-08-13 | ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in mesh | Bob Copeland | 2 | -7/+4 |
2012-08-13 | ath9k: fix decrypt_error initialization in ath_rx_tasklet() | Lorenzo Bianconi | 1 | -1/+1 |
2012-08-10 | ath9k: stop btcoex on device suspend | Rajkumar Manoharan | 1 | -0/+1 |
2012-08-10 | ath9k: fix interrupt storms on queued hardware reset | Felix Fietkau | 3 | -7/+16 |
2012-08-03 | ath9k: Add PID/VID support for AR1111 | Mohammed Shafi Shajakhan | 3 | -0/+3 |
2012-07-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 34 | -1233/+2076 |
2012-07-17 | ath9k: Fix race in reset-work usage | Rajkumar Manoharan | 7 | -34/+41 |
2012-07-17 | ath9k: Reconfigure VIF state properly | Sujith Manoharan | 1 | -0/+27 |
2012-07-17 | ath9k: Fix ANI management | Sujith Manoharan | 4 | -28/+70 |
2012-07-17 | ath9k: Cleanup the beacon tasklet | Sujith Manoharan | 3 | -68/+63 |
2012-07-17 | ath9k: Set the TSF adjust value properly | Sujith Manoharan | 3 | -0/+21 |
2012-07-17 | ath9k: Cleanup beacon queue configuration | Sujith Manoharan | 4 | -22/+4 |
2012-07-17 | ath9k: Remove is_bslot_active | Sujith Manoharan | 3 | -13/+9 |
2012-07-17 | ath9k: Cleanup beacon logic | Sujith Manoharan | 4 | -162/+98 |
2012-07-17 | ath9k: Simplify ASSOC handling | Sujith Manoharan | 2 | -71/+49 |
2012-07-17 | ath9k: Cleanup interface handling | Sujith Manoharan | 1 | -15/+2 |
2012-07-17 | ath9k_hw: Cleanup ath9k_hw_set_tsfadjust | Sujith Manoharan | 4 | -12/+6 |
2012-07-17 | ath9k: Fix beacon setup | Sujith Manoharan | 3 | -146/+47 |
2012-07-17 | ath5k: fix txop limit handling | Felix Fietkau | 1 | -1/+1 |
2012-07-17 | ath9k_hw: fix SREV checks for applying tuning caps from EEPROM | Felix Fietkau | 1 | -2/+4 |
2012-07-17 | ath9k_hw: apply XLNA bias settings from EEPROM | Felix Fietkau | 3 | -11/+50 |
2012-07-17 | ath9k_hw: clean up AR9003 EEPROM code | Felix Fietkau | 2 | -85/+35 |
2012-07-17 | ath9k_hw: apply XPA timing control values from EEPROM | Felix Fietkau | 1 | -0/+23 |
2012-07-17 | ath9k: fix aggregate size limit based on queue TXOP limit | Felix Fietkau | 3 | -30/+46 |
2012-07-17 | ath9k: make per-WMM-AC queue sizes configurable via debugfs | Felix Fietkau | 4 | -2/+14 |
2012-07-17 | ath9k/ath9k_htc: fix txop limit handling | Felix Fietkau | 2 | -2/+2 |
2012-07-17 | ath9k_hw: remove redundant arguments to INIT_INI_ARRAY | Felix Fietkau | 3 | -505/+201 |
2012-07-17 | ath9k_hw: fix tx gain tables for AR934x | Felix Fietkau | 1 | -6/+23 |
2012-07-17 | ath9k_hw: enable ANI on AR934x | Felix Fietkau | 1 | -4/+0 |
2012-07-17 | ath9k: validate rx antenna settings | Felix Fietkau | 1 | -1/+18 |
2012-07-17 | ath9k_hw: fall back to OTP ROM when platform data has no valid eeprom data | Felix Fietkau | 1 | -2/+12 |
2012-07-17 | ath9k_hw: fix 5 GHz frequency selection on AR934x/AR955x with 25 MHz refclock | Felix Fietkau | 1 | -2/+2 |
2012-07-17 | ath9k: make CONFIG_ATH9K_DFS_CERTIFIED depend on CFG80211_CERTIFICATION_ONUS | Luis R. Rodriguez | 1 | -1/+1 |
2012-07-12 | ath9k: do not disable hardware while wow is enabled | Mohammed Shafi Shajakhan | 1 | -0/+3 |
2012-07-12 | ath9k: Add WoW related mac80211 callbacks | Mohammed Shafi Shajakhan | 2 | -0/+374 |
2012-07-12 | ath: Add Wake-on-Wireless debug mask | Mohammed Shafi Shajakhan | 1 | -0/+2 |
2012-07-12 | ath9k_hw: Add hardware code for WoW | Mohammed Shafi Shajakhan | 3 | -0/+564 |
2012-07-12 | ath9k_hw: INI changes for WoW for AR9002 chipsets | Mohammed Shafi Shajakhan | 3 | -0/+22 |
2012-07-12 | ath9k: advertise supported WoW flags to upper layer | Mohammed Shafi Shajakhan | 1 | -0/+18 |
2012-07-12 | ath9k_hw: advertise WoW support for capable chipsets | Mohammed Shafi Shajakhan | 1 | -0/+8 |
2012-07-12 | ath9k_hw: Add WoW hardware capability flags | Mohammed Shafi Shajakhan | 1 | -0/+14 |