summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)Author
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-07ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan
2010-12-07ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan
2010-12-07ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches
2010-12-07ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez
2010-11-15ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez
2010-11-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau
2010-11-08ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez
2010-10-27ath9k: add locking for starting the PCU on RXLuis R. Rodriguez
2010-10-27ath9k: add locking for stopping RXLuis R. Rodriguez
2010-10-15ath9k: Null out references to stale pointers.Ben Greear
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear
2010-10-13ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau
2010-09-16ath9k: fix regression which prevents chip sleep after CAB dataSenthil Balasubramanian
2010-09-16ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez
2010-09-16ath9k: fix power save race conditionsLuis R. Rodriguez
2010-09-16ath9k: make ath_ant_div_conf_fast_divbias staticJohn W. Linville
2010-09-16ath9k: calcrxfilter should take multiple VIFs into account.Ben Greear
2010-09-14ath9k_hw: remove useless hw capability flagsFelix Fietkau
2010-09-07ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan
2010-08-31ath9k: fix spurious MIC failure reportsFelix Fietkau
2010-08-04ath9k: fix erased ieee80211_rx_status.mactimeJan Friedrich
2010-06-14ath9k_hw: remove a useless function for setting the mac addressFelix Fietkau
2010-06-14ath9k: fix extending the rx timestamp with the hardware TSFFelix Fietkau
2010-06-14ath9k_hw: inform ANI calibration when scanningLuis R. Rodriguez
2010-06-04ath9k: fix dma sync in rx pathMing Lei
2010-06-02ath9k: Fix bug in validating received data length for edmaVasanthakumar Thiagarajan
2010-06-02ath9k: Fix bug in accessing skb->data of rx frame for edmaVasanthakumar Thiagarajan
2010-06-02ath9k: Clean up few function parameters in recv.cVasanthakumar Thiagarajan
2010-06-02ath9k: Move ath9k specific RX code to driverSujith
2010-06-02ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei
2010-05-24ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan
2010-05-11ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan
2010-05-11ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan
2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan
2010-04-16ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez
2010-04-16ath9k: Add Rx EDMA supportFelix Fietkau