aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen1-1/+2
2019-06-27ath9k: correctly handle short radar pulsesZefir Kurtisi1-1/+5
2019-02-26ath9k: remove set but not used variable 'acq'YueHaibing1-8/+1
2019-02-12ath9k: Switch to mac80211 TXQ scheduling and airtime APIsToke Høiland-Jørgensen1-8/+1
2018-10-13ath9k: fix RX_STAT_INC() etc macrosArnd Bergmann1-9/+9
2018-01-25ath9k: discard undersized packetsFelix Fietkau1-2/+2
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-4/+4
2016-12-15ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen1-0/+65
2016-12-01ath9k: feed only active spectral / dfs-detectorZefir Kurtisi1-3/+14
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2015-12-11ath9k: fix AR_RX_FILTER for ar9462/ar9565 when rx stoppedMiaoqing Pan1-0/+3
2015-09-29ath9k: Add support for OCB modeJan Kaisrlik1-1/+1
2015-07-21ath9k: make DMA stop related messages debug-onlyFelix Fietkau1-4/+3
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-5/+0
2015-01-15ath9k: Add QCA956x HW supportMiaoqing Pan1-1/+2
2014-11-11ath9k: move spectral.* to common-spectral.*Oleksij Rempel1-1/+1
2014-11-11ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel1-1/+1
2014-09-16ath9k: Fix build errorSujith Manoharan1-0/+2
2014-09-16ath9k: enable control frame receptionLorenzo Bianconi1-1/+2
2014-09-16ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi1-0/+5
2014-09-15ath9k: Remove unnecessary tbtt assignmentSujith Manoharan1-1/+1
2014-09-15ath9k: Fix beacon processing in offchannelSujith Manoharan1-1/+9
2014-09-09ath9k: Fix interface accountingSujith Manoharan1-2/+2
2014-09-09ath9k: Fix RX filters in channel contextsSujith Manoharan1-6/+15
2014-09-09ath9k: Fix COMP_BAR filterSujith Manoharan1-1/+1
2014-09-09ath9k: Fix ath_startrecv()Sujith Manoharan1-4/+2
2014-08-28ath9k: Add wrappers for beacon eventsSujith Manoharan1-5/+3
2014-08-28ath9k: Fix channel context eventsSujith Manoharan1-3/+6
2014-08-28ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan1-1/+1
2014-08-28ath9k: Isolate P2P powersave routinesSujith Manoharan1-2/+2
2014-06-19ath9k: Adjust AP beacon tsf based on station contextFelix Fietkau1-0/+5
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan1-1/+1
2014-06-19ath9k: Implement hw_scan supportFelix Fietkau1-0/+5
2014-06-19ath9k: Add channel context structureFelix Fietkau1-2/+2
2014-05-29ath9k: avoid passing buffers to the hardware during flushFelix Fietkau1-11/+13
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+6
2014-05-06ath9k: Prevent divide-by-zero upon bad beacon_interval.Ben Greear1-2/+2
2014-04-22ath9k: implement p2p client powersave supportFelix Fietkau1-0/+3
2014-04-22ath9k: add a recv budgetTim Harvey1-0/+4
2014-04-22ath9k: fix possible hang on flushTim Harvey1-3/+2
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-33/+34
2014-02-25ath9k: fix invalid descriptor discardingFelix Fietkau1-35/+35
2014-02-12ath9k: move ath9k_rx_skb_postprocess to common.cOleksij Rempel1-53/+2
2014-02-12ath9k: move ath9k_rx_accept to common.cOleksij Rempel1-87/+1
2014-02-12ath9k: move ath9k_process_rate to common.cOleksij Rempel1-51/+8
2014-02-12ath9k: move ath9k_process_rssi to common.cOleksij Rempel1-63/+1
2014-01-16ath9k: use ath_is_mybeaconOleksij Rempel1-16/+4
2014-01-13ath9k: Add a debugfs file "node_recv"Sujith Manoharan1-1/+1
2014-01-09ath9k: Use correct channel for RX packetsSujith Manoharan1-11/+14