summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ath9k_hw: Fix spur mitigation for AR9565Sujith Manoharan2012-09-112-10/+72
| * | | ath9k: Set correct max streams for AR9565Sujith Manoharan2012-09-112-2/+5
| * | | ath9k_hw: Add AR9565 HW supportSujith Manoharan2012-09-117-29/+31
| * | | ath9k_hw: Add AR9565 initvalsSujith Manoharan2012-09-113-8/+1291
| * | | ath9k_hw: Add version/revision macros for AR9565Sujith Manoharan2012-09-113-2/+15
| * | | drivers/net/wireless/ath/ath9k/ar9003_mac.c: removes unnecessary semicolonPeter Senna Tschudin2012-09-111-1/+1
| * | | ath9k: Add Generic hardware timer interrupt in debugfsMohammed Shafi Shajakhan2012-09-112-0/+6
| * | | ath9k_hw: Read and configure thermocal for AR9462Rajkumar Manoharan2012-09-112-0/+25
| * | | ath9k_hw: Read and apply thermometer settings from EEPROMRajkumar Manoharan2012-09-112-0/+41
| * | | ath9k_htc: Cancel BTCOEX related work before disabling BTCOEXMohammed Shafi Shajakhan2012-09-111-1/+1
| * | | ath9k_htc: Add a modparam to enable BTCOEX rather than defaultMohammed Shafi Shajakhan2012-09-112-0/+14
| * | | ath9k_htc: minor cleanup in ath9k_htc_add_stationMohammed Shafi Shajakhan2012-09-111-9/+5
| * | | ath9k: Cleanup add/change_interface callbacksMohammed Shafi Shajakhan2012-09-111-47/+10
| * | | ath9k: Remove an obselete function declarationMohammed Shafi Shajakhan2012-09-111-1/+0
| * | | ath9k: Make use of ath_stop_ani wrapperMohammed Shafi Shajakhan2012-09-111-1/+1
| * | | ath9k: Fix BTCOEX timer triggering comparisionMohammed Shafi Shajakhan2012-09-112-2/+7
| * | | ath9k_hw: Fix invalid MCI GPM index access/cachingMohammed Shafi Shajakhan2012-09-111-0/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-0716-34/+154
| |\ \ \
| * | | | ath9k: Fix TX filter usageSujith Manoharan2012-09-071-1/+1
| * | | | ath9k_hw: small optimizationMohammed Shafi Shajakhan2012-09-073-9/+1
| * | | | wireless: ath9k-htc: only load firmware in needMing Lei2012-09-072-12/+25
| | |_|/ | |/| |
| * | | carl9170: report A-MPDU statusChristian Lamparter2012-08-212-4/+12
| * | | ath9k_htc: implement sta_rc_update() mac80211 callbackAntonio Quartulli2012-08-211-0/+29
| * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-2110-19/+30
| |\ \ \
| | * | | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-3110-19/+30
| * | | | ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan2012-08-101-2/+3
| * | | | ath9k: Trim rate tableSujith Manoharan2012-08-102-180/+174
| * | | | ath9k: Remove MIMO-PS specific codeSujith Manoharan2012-08-101-9/+0
| * | | | ath9k: Cleanup TX status APISujith Manoharan2012-08-101-42/+29
| * | | | ath9k: Bail out properly before calculating rate indexSujith Manoharan2012-08-101-13/+11
| * | | | ath9k: Fix RTS/CTS rate selectionSujith Manoharan2012-08-101-27/+14
| * | | | ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan2012-08-101-2/+0
| * | | | ath9k: Unify valid rate calculation routinesSujith Manoharan2012-08-101-35/+39
| * | | | ath9k: Remove ath_rc_set_valid_rate_idxSujith Manoharan2012-08-101-10/+3
| * | | | ath9k: Change rateset calculationSujith Manoharan2012-08-101-26/+9
| * | | | ath9k: Cleanup index retrieval routinesSujith Manoharan2012-08-101-29/+27
| * | | | ath9k: Cleanup ath_rc_setvalid_htratesSujith Manoharan2012-08-101-8/+9
| * | | | ath9k: Cleanup ath_rc_setvalid_ratesSujith Manoharan2012-08-101-28/+21
| * | | | ath9k: Cleanup RC init APISujith Manoharan2012-08-101-64/+35
| * | | | ath9k: Simplify rate table initializationSujith Manoharan2012-08-101-48/+17
| * | | | ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-104-8/+17
| * | | | ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis2012-08-101-2/+2
| * | | | ath5k: Fix range scaling when setting rate power tableNick Kossifidis2012-08-101-3/+7
| * | | | ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis2012-08-101-5/+14
| * | | | ath9k: fix indentation in ar9003_hw_set_power_per_rate_tableGabor Juhos2012-08-061-74/+69
| * | | | ath9k: optimize power level initialization for CTL_[25]GHT20Gabor Juhos2012-08-061-7/+1
| * | | | carl9170: Add support for NL80211_IFTYPE_MESH_POINT interfacesJavier Lopez2012-08-064-2/+6
| |/ / /
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-15/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-1311-16/+27
| |\ \ \
| * | | | ath9k: Use PCI Express Capability accessorsJiang Liu2012-08-231-15/+6
| | |/ / | |/| |