summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-01ath9k: Cache beacon config after associationRajkumar Manoharan1-1/+2
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+2
2014-06-20ath9k: Fix build error in ath_reset_internalRajkumar Manoharan1-5/+3
2014-06-19ath9k: use separate HW queue for each channel contextRajkumar Manoharan1-2/+46
2014-06-19ath9k: Add recovery mechanism for hw TSF timerFelix Fietkau1-0/+1
2014-06-19ath9k: Add multi-channel scheduling supportFelix Fietkau1-0/+3
2014-06-19ath9k: Implement mgd_prepare_txFelix Fietkau1-0/+1
2014-06-19ath9k: Store current offchannel durationRajkumar Manoharan1-9/+19
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau1-1/+8
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan1-137/+138
2014-06-19ath9k: save tsf in channel contextFelix Fietkau1-0/+10
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau1-1/+1
2014-06-19ath9k: Fetch appropriate operating channel contextRajkumar Manoharan1-18/+19
2014-06-19ath9k: Implement channel context opsFelix Fietkau1-11/+93
2014-06-19ath9k: Implement remain-on-channal supportFelix Fietkau1-14/+112
2014-06-19ath9k: Implement hw_scan supportFelix Fietkau1-0/+187
2014-06-19ath9k: send powersave frame on channel switchFelix Fietkau1-0/+6
2014-06-19ath9k: Add channel context worker threadFelix Fietkau1-11/+18
2014-06-19ath9k: Move acq to channel contextFelix Fietkau1-11/+14
2014-06-19ath9k: Move txpower limit to channel contextFelix Fietkau1-3/+3
2014-06-19ath9k: Add channel context structureFelix Fietkau1-99/+12
2014-05-30Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville1-9/+0
2014-05-29ath9k: Fix deadlock while updating p2p beacon timerRajkumar Manoharan1-10/+8
2014-05-23ath9k/ath10k: remove unnecessary channel_switch_beacon callbacksLuciano Coelho1-9/+0
2014-05-22ath9k: Handle multiple keys while setting tx filtersRajkumar Manoharan1-11/+44
2014-05-20ath9k_hw: Abort transmission for sleeping stationRajkumar Manoharan1-0/+8
2014-04-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+2
2014-04-22ath9k: implement p2p client powersave supportFelix Fietkau1-0/+106
2014-04-09mac80211: add vif to flush callEmmanuel Grumbach1-1/+2
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-20/+25
2014-02-28ath9k: move ath9k_reload_chainmask_settings to commonOleksij Rempel1-1/+1
2014-02-25ath9k: make some hardware reset log messages debug-onlyFelix Fietkau1-3/+3
2014-02-13ath9k: move ath9k_process_rssi to common.cOleksij Rempel1-1/+1
2014-02-13ath9k: Fix uninitialized variable in ath9k_has_tx_pending()Geert Uytterhoeven1-1/+1
2014-02-13ath9k: 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/linvil...John W. Linville1-2/+3
2014-01-04ath9k: Fix interrupt statisticsSujith Manoharan1-1/+1
2014-01-04ath9k: Fix "cc_lock" usageSujith Manoharan1-7/+5
2014-01-04ath9k: Process BB watchdog events in the taskletSujith Manoharan1-8/+6
2014-01-04ath9k: Remove RX PollSujith Manoharan1-7/+0
2014-01-04ath9k: Fix baseband watchdog resetSujith Manoharan1-8/+19
2014-01-04ath9k: Fix baseband watchdog interruptsSujith Manoharan1-3/+5
2014-01-04ath9k: 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-19ath9k: properly preserve TSF across resetFelix Fietkau1-0/+2