summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix build errorSujith Manoharan2014-09-161-0/+2
* ath9k: enable control frame receptionLorenzo Bianconi2014-09-161-1/+2
* ath9k: add sampling methods for (tx|rx) timestampLorenzo Bianconi2014-09-161-0/+5
* ath9k: Remove unnecessary tbtt assignmentSujith Manoharan2014-09-151-1/+1
* ath9k: Fix beacon processing in offchannelSujith Manoharan2014-09-151-1/+9
* ath9k: Fix interface accountingSujith Manoharan2014-09-091-2/+2
* ath9k: Fix RX filters in channel contextsSujith Manoharan2014-09-091-6/+15
* ath9k: Fix COMP_BAR filterSujith Manoharan2014-09-091-1/+1
* ath9k: Fix ath_startrecv()Sujith Manoharan2014-09-091-4/+2
* ath9k: Add wrappers for beacon eventsSujith Manoharan2014-08-281-5/+3
* ath9k: Fix channel context eventsSujith Manoharan2014-08-281-3/+6
* ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan2014-08-281-1/+1
* ath9k: Isolate P2P powersave routinesSujith Manoharan2014-08-281-2/+2
* ath9k: Adjust AP beacon tsf based on station contextFelix Fietkau2014-06-191-0/+5
* ath9k: Move beacon config to channel contextRajkumar Manoharan2014-06-191-1/+1
* ath9k: Implement hw_scan supportFelix Fietkau2014-06-191-0/+5
* ath9k: Add channel context structureFelix Fietkau2014-06-191-2/+2
* ath9k: avoid passing buffers to the hardware during flushFelix Fietkau2014-05-291-11/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-3/+6
|\
| * ath9k: add a recv budgetTim Harvey2014-04-221-0/+4
| * ath9k: fix possible hang on flushTim Harvey2014-04-221-3/+2
* | ath9k: Prevent divide-by-zero upon bad beacon_interval.Ben Greear2014-05-061-2/+2
* | ath9k: implement p2p client powersave supportFelix Fietkau2014-04-221-0/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-041-33/+34
|\
| * ath9k: fix invalid descriptor discardingFelix Fietkau2014-02-251-35/+35
* | ath9k: move ath9k_rx_skb_postprocess to common.cOleksij Rempel2014-02-121-53/+2
* | ath9k: move ath9k_rx_accept to common.cOleksij Rempel2014-02-121-87/+1
* | ath9k: move ath9k_process_rate to common.cOleksij Rempel2014-02-121-51/+8
* | ath9k: move ath9k_process_rssi to common.cOleksij Rempel2014-02-121-63/+1
|/
* ath9k: use ath_is_mybeaconOleksij Rempel2014-01-161-16/+4
* ath9k: Add a debugfs file "node_recv"Sujith Manoharan2014-01-131-1/+1
* ath9k: Use correct channel for RX packetsSujith Manoharan2014-01-091-11/+14
* ath9k: Add hardware support for QCA9531Sujith Manoharan2014-01-031-1/+1
* ath9k: use ether_addr_equal_64bitsJulia Lawall2014-01-031-1/+1
* ath9k: Remove RX PollSujith Manoharan2014-01-031-4/+0
* ath9k: Cleanup spectral scan codeSujith Manoharan2013-12-181-181/+0
* ath9k: add support for reporting per-chain signal strengthFelix Fietkau2013-12-181-5/+20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-7/+0
|\
| * ath9k: Fix regression in LNA diversitySujith Manoharan2013-09-261-7/+0
* | ath9k: add TX99 supportLuis R. Rodriguez2013-10-181-0/+3
* | ath9k: add HT40 spectral scan capabilityLorenzo Bianconi2013-10-181-38/+108
* | ath9k: use a separate data structure for rx buffersFelix Fietkau2013-10-141-24/+24
|/
* ath9k: report 5/10 MHz channelsSimon Wunderlich2013-08-161-0/+11
* ath9k: Use lockless variant to initialize RX fifoSujith Manoharan2013-08-151-1/+1
* ath9k: Optimize LNA checkSujith Manoharan2013-08-151-30/+47
* ath9k: Handle invalid RSSISujith Manoharan2013-08-151-16/+33
* ath9k: Remove unused function argumentSujith Manoharan2013-08-151-2/+1
* ath9k: Fix error condition for corrupt descriptorsSujith Manoharan2013-08-151-10/+18
* ath9k: Handle corrupt descriptors properlySujith Manoharan2013-08-151-2/+10
* ath9k: Move the RX poll check to preprocess()Sujith Manoharan2013-08-151-4/+4