summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-14ath9k: Fix noisefloor calibrationSujith Manoharan1-7/+0
2014-01-08ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef1-2/+3
2013-05-19ath9k: fix key allocation error handling for powersave keysFelix Fietkau1-1/+5
2012-10-21ath9k: use ieee80211_free_txskbFelix Fietkau1-1/+1
2012-07-16ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan1-0/+9
2012-07-16ath9k: Fix a WARNING on suspend/resume with IBSSMohammed Shafi Shajakhan1-9/+0
2012-04-13ath9k: wake up the hardware from full sleep when idle is turned offFelix Fietkau1-1/+8
2012-04-10Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan1-5/+3
2012-03-28ath9k: Use HW HT capabilites properlySujith Manoharan1-2/+2
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan1-19/+0
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan1-8/+4
2012-03-15ath9k_hw: Cleanup FastChannelChangeSujith Manoharan1-4/+0
2012-03-15ath9k: Remove 'other' VIF countSujith Manoharan1-1/+0
2012-03-15ath9k: Remove unused variablesSujith Manoharan1-4/+0
2012-03-15ath9k: Remove unnecessary initializationSujith Manoharan1-3/+0
2012-03-12ath9k: fix going to full-sleep on PS idleFelix Fietkau1-3/+5
2012-03-12ath9k: configure bss info at assoc notificationRajkumar Manoharan1-1/+1
2012-03-06ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx taskletFelix Fietkau1-1/+2
2012-02-27ath9k: Process BTCOEX interrupts using a helperSujith Manoharan1-6/+1
2012-02-27ath9k: Use proper start/stop routines for BTCOEXSujith Manoharan1-17/+2
2012-02-22ath9k: remove unnecessary PS wrappersMohammed Shafi Shajakhan1-4/+0
2012-02-22ath9k: remove obsolete commentsMohammed Shafi Shajakhan1-6/+0
2012-01-31ath9k: Print the correct channel modeSujith Manoharan1-3/+1
2012-01-11ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan1-6/+2
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-01-03ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan1-0/+3
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau1-6/+7
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-53/+43
2011-12-16ath9k: Support RSN MeshChun-Yeow Yeoh1-1/+2
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau1-1/+1
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-08ath9k: use config.enable_ani to check if ani should be performedNikolay Martynov1-2/+3
2011-12-08ath9k: change calibration debug log to output all calibration typesNikolay Martynov1-3/+5
2011-12-08ath9k: cancel all workqueue activity when going idleFelix Fietkau1-1/+4
2011-12-08ath9k: only drop packets in drv_flush when asked toFelix Fietkau1-13/+11
2011-12-08ath9k: rework power state handlingFelix Fietkau1-110/+46
2011-12-08ath9k: always issue a full hw reset after waking up from full-sleep modeFelix Fietkau1-2/+10
2011-12-07ath9k: fix check for antenna diversity supportFelix Fietkau1-1/+1
2011-12-01ath9k: MCI state machine based on MCI interruptMohammed Shafi Shajakhan1-0/+3
2011-12-01ath9k: Add MCI interrupt to interrupt maskMohammed Shafi Shajakhan1-1/+5
2011-11-10ath9k: Improve debugfs printout for stations.Ben Greear1-2/+4
2011-11-09ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan1-2/+4
2011-10-12ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau1-5/+5
2011-10-12ath9k: keep track of what's triggering hardware resetsFelix Fietkau1-1/+14
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg1-2/+1
2011-09-27ath9k: fix a regression in ath9k_ps_restoreFelix Fietkau1-1/+1
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-3/+5
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+10
2011-09-19ath9k: Reset caldata on radio enableRajkumar Manoharan1-0/+1