summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)Author
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()master-2010-05-11Vasanthakumar 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
2010-03-31ath9k: allocate tx and rx status information on stackFelix Fietkau
2010-03-31ath9k: split out access to rx status informationFelix Fietkau
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin
2010-01-12ath9k: Add debugfs file for RX errorsSujith
2010-01-12ath9k: Cleanup Powersave flagsSujith
2009-11-11ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez
2009-11-11ath9k: move RX skb post processing to a helperLuis R. Rodriguez
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez
2009-11-11ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()Luis R. Rodriguez
2009-11-11ath9k: move the max rx buffer size check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez
2009-11-11ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: avoid the copy skb->cb on every RX'd skbLuis R. Rodriguez
2009-11-11ath9k: move rssi processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move qual processing into a helperLuis R. Rodriguez
2009-11-11ath9k: move rate descriptor reading into a helperLuis R. Rodriguez
2009-11-11ath9k: remove temp variable ratecode from ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move RX check code into helper ath9k_rx_accept()Luis R. Rodriguez
2009-11-11ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()Luis R. Rodriguez
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez