aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-08ath9k: add support for DFS master modeZefir Kurtisi1-0/+7
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-3/+3
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan1-1/+1
2013-02-01ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann1-4/+5
2013-02-01ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann1-0/+2
2013-02-01ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann1-1/+1
2013-02-01ath9k: report A-MPDU statusChristian Lamparter1-0/+20
2013-01-30ath9k: Update spectral scan output dataSven Eckelmann1-6/+8
2013-01-30ath9k: drop spectral packets after processing themSimon Wunderlich1-15/+22