aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-16ath9k: report 5/10 MHz channelsSimon Wunderlich1-0/+11
2013-08-15ath9k: Use lockless variant to initialize RX fifoSujith Manoharan1-1/+1
2013-08-15ath9k: Optimize LNA checkSujith Manoharan1-30/+47
2013-08-15ath9k: Handle invalid RSSISujith Manoharan1-16/+33
2013-08-15ath9k: Remove unused function argumentSujith Manoharan1-2/+1
2013-08-15ath9k: Fix error condition for corrupt descriptorsSujith Manoharan1-10/+18
2013-08-15ath9k: Handle corrupt descriptors properlySujith Manoharan1-2/+10
2013-08-15ath9k: Move the RX poll check to preprocess()Sujith Manoharan1-4/+4
2013-08-15ath9k: Fix RX beacon processingSujith Manoharan1-26/+22
2013-08-15ath9k: Fix RX packet counterSujith Manoharan1-4/+7
2013-08-15ath9k: Fix RX debug statisticsSujith Manoharan1-2/+1
2013-08-15ath9k: Fix PHY error processingSujith Manoharan1-11/+12
2013-08-15ath9k: Reorder some functionsSujith Manoharan1-110/+110
2013-08-15ath9k: Fix TSF processingSujith Manoharan1-13/+20
2013-08-15ath9k: Fix RX crypto processingSujith Manoharan1-8/+4
2013-08-15ath9k: Discard invalid frames earlySujith Manoharan1-16/+22
2013-08-15ath9k: Fix phy error handling for DFSSujith Manoharan1-2/+1
2013-08-15ath9k: Use a subroutine to check for "mybeacon"Sujith Manoharan1-13/+23
2013-08-15ath9k: fix rx descriptor related race conditionFelix Fietkau1-4/+13
2013-08-09ath9k: Run the LNA combining algorithm properlySujith Manoharan1-16/+28
2013-06-03ath9k: Return early for invalid ratesSujith Manoharan1-2/+2
2013-05-30ath9k: remove useless flag conversation.Oleksij Rempel1-4/+1
2013-04-23ath9k: Fix RX DMA mappingSujith Manoharan1-3/+3
2013-04-23ath9k: Use lockless variants for the RX fifo queueSujith Manoharan1-2/+2
2013-04-23ath9k: Reduce deep indentationSujith Manoharan1-46/+44
2013-04-23ath9k: Remove unused argument "size"Sujith Manoharan1-9/+3
2013-04-10ath9k: detect more kinds of invalid descriptorsFelix Fietkau1-0/+2
2013-04-10ath9k: fix handling of broken descriptorsFelix Fietkau1-5/+19
2013-04-10ath9k: improve dma map failure handlingFelix Fietkau1-17/+13
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau1-1/+1
2013-04-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+3