summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+1Star
* 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
* ath9k: Fix RX beacon processingSujith Manoharan2013-08-151-26/+22Star
* ath9k: Fix RX packet counterSujith Manoharan2013-08-151-4/+7
* ath9k: Fix RX debug statisticsSujith Manoharan2013-08-151-2/+1Star
* ath9k: Fix PHY error processingSujith Manoharan2013-08-151-11/+12
* ath9k: Reorder some functionsSujith Manoharan2013-08-151-110/+110
* ath9k: Fix TSF processingSujith Manoharan2013-08-151-13/+20
* ath9k: Fix RX crypto processingSujith Manoharan2013-08-151-8/+4Star
* ath9k: Discard invalid frames earlySujith Manoharan2013-08-151-16/+22
* ath9k: Fix phy error handling for DFSSujith Manoharan2013-08-151-2/+1Star
* ath9k: Use a subroutine to check for "mybeacon"Sujith Manoharan2013-08-151-13/+23
* ath9k: fix rx descriptor related race conditionFelix Fietkau2013-08-151-4/+13
* ath9k: Run the LNA combining algorithm properlySujith Manoharan2013-08-091-16/+28
* ath9k: Return early for invalid ratesSujith Manoharan2013-06-031-2/+2
* ath9k: remove useless flag conversation.Oleksij Rempel2013-05-301-4/+1Star
* ath9k: Fix RX DMA mappingSujith Manoharan2013-04-231-3/+3
* ath9k: Use lockless variants for the RX fifo queueSujith Manoharan2013-04-231-2/+2
* ath9k: Reduce deep indentationSujith Manoharan2013-04-231-46/+44Star
* ath9k: Remove unused argument "size"Sujith Manoharan2013-04-231-9/+3Star
* ath9k: detect more kinds of invalid descriptorsFelix Fietkau2013-04-101-0/+2
* ath9k: fix handling of broken descriptorsFelix Fietkau2013-04-101-5/+19
* ath9k: improve dma map failure handlingFelix Fietkau2013-04-101-17/+13Star
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-101-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-3/+3
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-3/+3
* | ath9k: add support for DFS master modeZefir Kurtisi2013-04-081-0/+7
|/
* ath9k: Fix IBSS joiner modeSujith Manoharan2013-02-111-1/+1
* ath9k: Fix sparse __CHECK_ENDIAN__ for spectral codeSven Eckelmann2013-02-011-4/+5
* ath9k: Only add fix_rssi_inv_only when spectral code is usedSven Eckelmann2013-02-011-0/+2
* ath9k: Only process fft samples when ATH9K_DEBUGFS is enabledSven Eckelmann2013-02-011-1/+1
* ath9k: report A-MPDU statusChristian Lamparter2013-02-011-0/+20
* ath9k: Update spectral scan output dataSven Eckelmann2013-01-301-6/+8
* ath9k: drop spectral packets after processing themSimon Wunderlich2013-01-301-15/+22
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-39/+15Star
|\
| * ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-141-13/+0Star
| * ath9k: fix rx flush handlingFelix Fietkau2013-01-111-7/+9
| * ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau2013-01-111-15/+0Star
| * ath9k: do not link receive buffers during flushFelix Fietkau2013-01-111-4/+6