aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-03ath9k: Add hardware support for QCA9531Sujith Manoharan1-1/+1
2014-01-03ath9k: use ether_addr_equal_64bitsJulia Lawall1-1/+1
2014-01-03ath9k: Remove RX PollSujith Manoharan1-4/+0
2013-12-18ath9k: Cleanup spectral scan codeSujith Manoharan1-181/+0
2013-12-18ath9k: add support for reporting per-chain signal strengthFelix Fietkau1-5/+20
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-7/+0
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez1-0/+3
2013-10-18ath9k: add HT40 spectral scan capabilityLorenzo Bianconi1-38/+108
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau1-24/+24
2013-09-26ath9k: Fix regression in LNA diversitySujith Manoharan1-7/+0