aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-28ath9k: move ath9k_reload_chainmask_settings to commonOleksij Rempel1-1/+1
2014-02-24ath9k: make some hardware reset log messages debug-onlyFelix Fietkau1-3/+3
2014-02-12ath9k: move ath9k_process_rssi to common.cOleksij Rempel1-1/+1
2014-02-12ath9k: Fix uninitialized variable in ath9k_has_tx_pending()Geert Uytterhoeven1-1/+1
2014-02-12ath9k: prepare for multi-interface CSA supportMichal Kazior1-10/+2
2014-01-23ath9k: Fix code mistakeSujith Manoharan1-1/+1
2014-01-13ath9k: Process GTT interruptsSujith Manoharan1-4/+32
2014-01-13ath9k: Remove debug print in ISRSujith Manoharan1-2/+0
2014-01-13ath9k: Add an option for station statisticsSujith Manoharan1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2014-01-03ath9k: Fix interrupt statisticsSujith Manoharan1-1/+1
2014-01-03ath9k: Fix "cc_lock" usageSujith Manoharan1-7/+5
2014-01-03ath9k: Process BB watchdog events in the taskletSujith Manoharan1-8/+6
2014-01-03ath9k: Remove RX PollSujith Manoharan1-7/+0
2014-01-03ath9k: Fix baseband watchdog resetSujith Manoharan1-8/+19
2014-01-03ath9k: Fix baseband watchdog interruptsSujith Manoharan1-3/+5
2014-01-03ath9k: Fix max AMPDU size calculationSujith Manoharan1-6/+0
2013-12-19ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau1-7/+2
2013-12-19ath9k: move ath9k_debug_sync_cause out of ath9k_hwFelix Fietkau1-1/+3
2013-12-18ath9k: properly preserve TSF across resetFelix Fietkau1-0/+2
2013-12-18ath9k_hw: clean up generic timer codeFelix Fietkau1-0/+3
2013-12-17ath9k_htc: properly set MAC address and BSSID maskMathy Vanhoef1-2/+3
2013-12-02ath9k: optimize ath9k_flushFelix Fietkau1-21/+25
2013-12-02ath9k: use a timer to put hardware into full sleepFelix Fietkau1-5/+22
2013-12-02ath9k: Use CONFIG_ATH9K_WOWSujith Manoharan1-331/+7
2013-12-02ath9k: Fix TX99 config option usageSujith Manoharan1-129/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-12/+11
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez1-1/+159
2013-10-14ath9k: make ath9k_uses_beacons staticFelix Fietkau1-1/+1
2013-10-14ath9k: move channel change code to ath_set_channelFelix Fietkau1-72/+78
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau1-4/+3
2013-10-07ath9k: fix tx queue scheduling after channel changesFelix Fietkau1-12/+11
2013-09-26ath9k: Handle FATAL interrupts correctlySujith Manoharan1-2/+8
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+1
2013-08-22ath9k: Enable PLL fix only for AR9340/AR9330Sujith Manoharan1-2/+1
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich1-0/+17
2013-08-16ath9k: use chandef instead of channel_typeSimon Wunderlich1-5/+3
2013-08-15ath9k: remove ath9k_sta_remove_debugfsFelix Fietkau1-1/+0
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau1-0/+11
2013-08-09ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau1-3/+0
2013-08-05ath9k: Remove ath_ant_comb_update()Sujith Manoharan1-3/+0
2013-07-16cfg80211/nl80211: rename packet pattern related structures and enumsAmitkumar Karwar1-1/+1
2013-06-12ath9k: Fix noisefloor calibrationSujith Manoharan1-7/+0
2013-06-12ath9k: implement support for .release_buffered_frames()Felix Fietkau1-0/+1
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+5
2013-06-03ath9k: Enable WoW only for AR9462Sujith Manoharan1-31/+3
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville1-3/+7
2013-05-22ath9k: Do not use local_bh_disable in ampdu_actionSujith Manoharan1-2/+2
2013-05-22ath9k: Use bitops for scan flagSujith Manoharan1-5/+3
2013-05-22ath9k: Remove MAC_DEBUGSujith Manoharan1-1/+0