aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/channel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ath9k: use timespec64 for tsf_tsArnd Bergmann1-7/+7
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-8/+6
2017-09-25ath9k: Avoid a potential deadlockVille Syrjälä1-2/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-4/+10
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen1-2/+0
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-1/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-01-26ath9k: Drop useless const on chanctx_event_delta() return typeGeert Uytterhoeven1-1/+1
2016-01-26ath9k: request NOA update when chanctx activeKalle Valo1-1/+1
2015-12-08ath9k: MCC, print time elapsed between eventsJanusz Dziedzic1-2/+17
2015-12-08ath9k: P2P_CLIENT, get/set NOA correctlyJanusz Dziedzic1-2/+5
2015-12-08ath9k: MCC enable Opportunistic Power SaveJanusz Dziedzic1-0/+2
2015-12-08ath9k: setup correct skb priority for nullfuncJanusz Dziedzic1-0/+1
2015-12-08ath9k: use u32 when calculate tsfJanusz Dziedzic1-2/+2
2015-12-08ath9k: P2P_CLIENT, send frames after 1ms AP/GO will aprearJanusz Dziedzic1-0/+4
2015-12-08ath9k: print real timer valueJanusz Dziedzic1-3/+5
2015-12-08ath9k: add debug messages to aggr/chanctx funcsJanusz Dziedzic1-3/+8
2015-08-06ath9k: handle RoC cancel correctlyJanusz.Dziedzic@tieto.com1-7/+16
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-1/+1
2014-11-17ath9k: Move roc completion to the offchannel timerSujith Manoharan1-6/+2
2014-11-17ath9k: Adjust tbtt delta properlySujith Manoharan1-1/+3
2014-11-17ath9k: Clear offchannel state properlySujith Manoharan1-0/+5
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel1-1/+1
2014-11-11ath9k: make ath9k_spectral_scan_ do not depend on ath_softcOleksij Rempel1-1/+1
2014-11-11ath9k: use ath_common instead of ieee80211_hw in ath9k_spectral_scan_Oleksij Rempel1-1/+1
2014-11-11ath9k: move spectral_mode to ath_spec_scan_privOleksij Rempel1-1/+1
2014-10-27ath9k: Improve flush() in mcc modeSujith Manoharan1-2/+2
2014-10-27ath9k: Fix HW scan abortSujith Manoharan1-16/+0
2014-10-27ath9k: Send oneshot NoASujith Manoharan1-0/+41
2014-10-27ath9k: Fix RoC expirationSujith Manoharan1-1/+2
2014-10-27ath9k: Use a helper function for bmissSujith Manoharan1-19/+26
2014-10-27ath9k: Use a helper function to set NoASujith Manoharan1-25/+36
2014-10-27ath9k: Use a helper function for offchannel NoASujith Manoharan1-18/+27
2014-10-27ath9k: Check for active GO in mgd_prepare_tx()Sujith Manoharan1-0/+14
2014-10-27ath9k: Add a function to check for an active GOSujith Manoharan1-0/+30
2014-10-27ath9k: Check for pending frames properlySujith Manoharan1-2/+3
2014-10-27ath9k: Fix offchannel flush timeoutSujith Manoharan1-0/+20
2014-10-27ath9k: Fix MCC flush timeoutSujith Manoharan1-1/+15
2014-10-27ath9k: Use configurable timeout for flushSujith Manoharan1-0/+1
2014-10-27ath9k: Clear NoA schedule properlySujith Manoharan1-0/+15
2014-10-27ath9k: Unify reset APISujith Manoharan1-1/+1
2014-10-27ath9k: Process beacons properlySujith Manoharan1-1/+6
2014-10-27ath9k: Enable multi-channel properlySujith Manoharan1-2/+2
2014-10-02ath9k: Fix flushing in MCC modeSujith Manoharan1-0/+16
2014-10-02ath9k: Add ath9k_chanctx_stop_queues()Sujith Manoharan1-0/+19
2014-10-02ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan1-3/+3
2014-10-02ath9k: Print RoC expirationSujith Manoharan1-0/+7