summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+15
|\
| * ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-141-13/+0
| * 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/+0
| * ath9k: do not link receive buffers during flushFelix Fietkau2013-01-111-4/+6
* | ath9k: add spectral scan featureSimon Wunderlich2013-01-091-0/+106
* | ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-071-10/+1
|/
* ath9k: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-1/+1
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* ath9k: Ensure we set FTP_STOMP_LOW weight when WLAN is idleMohammed Shafi Shajakhan2012-10-291-1/+4
* ath9k: Fix rx filtering issue for older chipsThomas Wagner2012-09-281-2/+2
* ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi2012-08-131-1/+1
* ath9k: Cleanup beacon logicSujith Manoharan2012-07-171-1/+1
* ath9k: set 4ADDRESS bit in RX filter for AR9550Gabor Juhos2012-07-091-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-3/+4
|\
| * ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes2012-06-271-2/+2
| * ath9k: fix dynamic WEP related regressionFelix Fietkau2012-06-251-1/+2
* | ath9k: Fix powersave lockingSujith Manoharan2012-06-061-7/+6
* | ath9k: Use atomic operationsSujith Manoharan2012-06-061-5/+5
* | ath9k: Move LNA code to antenna.cSujith Manoharan2012-06-061-740/+0
* | ath9k: improve BT FTP/PAN performanceRajkumar Manoharan2012-06-061-0/+1
* | ath9k: Remove SC_OP_OFFCHANNELSujith Manoharan2012-06-061-2/+2
|/
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-1/+1
* ath9k: don't strip mic on non-encrypted frames in tkipMichael Liang2012-04-231-0/+1
* ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear2012-04-231-1/+1
* ath9k: Add more recv stats.Ben Greear2012-04-111-9/+26
* ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan2012-04-091-0/+4
* ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet2012-03-261-2/+2
* ath9k: Fix mactime from being clobbered in rx_statusAshok Nagarajan2012-03-121-2/+2
* ath9k: fix signal strength reporting issuesFelix Fietkau2012-03-071-5/+7
* ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau2012-03-071-23/+22
* ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan2012-03-051-7/+2
* ath9k: fix a WEP crypto related regressionFelix Fietkau2012-02-061-0/+8
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-9/+8
* ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan2011-12-161-0/+1
* ath9k: minor cleanupMohammed Shafi Shajakhan2011-11-301-1/+0
* ath9k: change the default antenna settings based on diversityMohammed Shafi Shajakhan2011-11-301-9/+14
* ath9k: trivial: reorder rx_tasklet processingZefir Kurtisi2011-11-211-5/+5
* ath9k: only send FCS-fail packets to mac80211 if requestedFelix Fietkau2011-10-111-1/+2
* ath9k_hw: fix a regression in key miss handlingFelix Fietkau2011-10-111-13/+14
* ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau2011-10-111-1/+1
* ath9k: disable unnecessary PHY error reportingFelix Fietkau2011-10-111-4/+1
* ath9k: Remove redundant my beacon check at ath_rx_ps_beaconRajkumar Manoharan2011-09-301-17/+6