index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211/ath9k: Support AMPDU with multiple VIFs.
Ben Greear
2010-09-27
1
-1
/
+5
*
ath9k_hw: simplify revision checks for AR9285
Felix Fietkau
2010-09-27
1
-1
/
+1
*
ath9k_hw: simplify revision checks for AR9280
Felix Fietkau
2010-09-27
1
-1
/
+1
*
ath9k: fix regression which prevents chip sleep after CAB data
Senthil Balasubramanian
2010-09-16
1
-1
/
+1
*
ath9k: fix enabling ANI / tx monitor after bg scan
Luis R. Rodriguez
2010-09-16
1
-2
/
+2
*
ath9k: fix power save race conditions
Luis R. Rodriguez
2010-09-16
1
-0
/
+3
*
ath9k: make ath_ant_div_conf_fast_divbias static
John W. Linville
2010-09-16
1
-1
/
+1
*
ath9k: calcrxfilter should take multiple VIFs into account.
Ben Greear
2010-09-16
1
-3
/
+3
*
ath9k_hw: remove useless hw capability flags
Felix Fietkau
2010-09-14
1
-2
/
+1
*
ath9k: Implement an algorithm for Antenna diversity and combining
Vasanthakumar Thiagarajan
2010-09-07
1
-0
/
+545
*
ath9k: fix spurious MIC failure reports
Felix Fietkau
2010-08-31
1
-8
/
+11
*
ath9k: fix erased ieee80211_rx_status.mactime
Jan Friedrich
2010-08-04
1
-5
/
+5
*
ath9k_hw: remove a useless function for setting the mac address
Felix Fietkau
2010-06-14
1
-3
/
+0
*
ath9k: fix extending the rx timestamp with the hardware TSF
Felix Fietkau
2010-06-14
1
-3
/
+14
*
ath9k_hw: inform ANI calibration when scanning
Luis R. Rodriguez
2010-06-14
1
-2
/
+2
*
ath9k: fix dma sync in rx path
Ming Lei
2010-06-04
1
-3
/
+7
*
ath9k: Fix bug in validating received data length for edma
Vasanthakumar Thiagarajan
2010-06-02
1
-1
/
+2
*
ath9k: Fix bug in accessing skb->data of rx frame for edma
Vasanthakumar Thiagarajan
2010-06-02
1
-1
/
+2
*
ath9k: Clean up few function parameters in recv.c
Vasanthakumar Thiagarajan
2010-06-02
1
-15
/
+8
*
ath9k: Move ath9k specific RX code to driver
Sujith
2010-06-02
1
-4
/
+263
*
ath9k: fix dma direction for map/unmap in ath_rx_tasklet
Ming Lei
2010-06-02
1
-2
/
+2
*
ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep
Vasanthakumar Thiagarajan
2010-05-24
1
-5
/
+12
*
ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()
Vasanthakumar Thiagarajan
2010-05-11
1
-2
/
+0
*
ath9k: Fix bug in handling rx frames with invalid descriptor content
Vasanthakumar Thiagarajan
2010-05-11
1
-0
/
+1
*
ath9k: Setup appropriate tx desc for regular dma and edma
Vasanthakumar Thiagarajan
2010-04-16
1
-1
/
+1
*
ath9k_hw: move AR9002 mac ops to its own file
Luis R. Rodriguez
2010-04-16
1
-0
/
+1
*
ath9k: Add Rx EDMA support
Felix Fietkau
2010-04-16
1
-106
/
+411
*
ath9k: allocate tx and rx status information on stack
Felix Fietkau
2010-03-31
1
-10
/
+12
*
ath9k: split out access to rx status information
Felix Fietkau
2010-03-31
1
-9
/
+5
*
ath: make gcc check format arguments of ath_print(), fix all misuses
Pavel Roskin
2010-02-01
1
-1
/
+1
*
ath9k: Add debugfs file for RX errors
Sujith
2010-01-12
1
-0
/
+2
*
ath9k: Cleanup Powersave flags
Sujith
2010-01-12
1
-18
/
+18
*
ath9k_common: add new module to share 802.11n driver helpers
Luis R. Rodriguez
2009-11-11
1
-280
/
+4
*
ath9k: move RX skb post processing to a helper
Luis R. Rodriguez
2009-11-11
1
-37
/
+52
*
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
2009-11-11
1
-1
/
+1
*
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
Luis R. Rodriguez
2009-11-11
1
-10
/
+10
*
ath9k: move the max rx buffer size check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-4
/
+7
*
ath: move the rx bufsize to common to share with ath5k/ath9k
Luis R. Rodriguez
2009-11-11
1
-15
/
+20
*
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-3
/
+3
*
ath9k: avoid the copy skb->cb on every RX'd skb
Luis R. Rodriguez
2009-11-11
1
-22
/
+16
*
ath9k: move rssi processing into a helper
Luis R. Rodriguez
2009-11-11
1
-17
/
+27
*
ath9k: move qual processing into a helper
Luis R. Rodriguez
2009-11-11
1
-32
/
+42
*
ath9k: move rate descriptor reading into a helper
Luis R. Rodriguez
2009-11-11
1
-29
/
+43
*
ath9k: remove temp variable ratecode from ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-5
/
+2
*
ath9k: move RX check code into helper ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-22
/
+41
*
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-19
/
+20
*
ath9k: move struct ath_ani to common area
Luis R. Rodriguez
2009-11-11
1
-1
/
+2
*
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
Luis R. Rodriguez
2009-11-11
1
-15
/
+1
*
ath9k: do not pass the entire descriptor to ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-34
/
+36
*
ath9k: use the passed ieee80211_hw on ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-1
/
+1
[next]