summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Add support for OCB modeJan Kaisrlik2015-09-291-1/+1
* ath9k: make DMA stop related messages debug-onlyFelix Fietkau2015-07-211-4/+3Star
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-5/+0Star
* ath9k: Add QCA956x HW supportMiaoqing Pan2015-01-151-1/+2
* ath9k: move spectral.* to common-spectral.*Oleksij Rempel2014-11-111-1/+1
* ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel2014-11-111-1/+1
* 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/+2Star
* ath9k: Add wrappers for beacon eventsSujith Manoharan2014-08-281-5/+3Star
* 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/+2Star
* | 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/+2Star
* | ath9k: move ath9k_rx_accept to common.cOleksij Rempel2014-02-121-87/+1Star
* | ath9k: move ath9k_process_rate to common.cOleksij Rempel2014-02-121-51/+8Star
* | ath9k: move ath9k_process_rssi to common.cOleksij Rempel2014-02-121-63/+1Star
|/
* ath9k: use ath_is_mybeaconOleksij Rempel2014-01-161-16/+4Star
* 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/+0Star
* ath9k: Cleanup spectral scan codeSujith Manoharan2013-12-181-181/+0Star
* 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/+0Star
|\
| * ath9k: Fix regression in LNA diversitySujith Manoharan2013-09-261-7/+0Star
* | 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