Vasanthakumar Thiagarajan
|
4adfcdedd4
ath9k: Setup appropriate tx desc for regular dma and edma
|
15 years ago |
Luis R. Rodriguez
|
b622a720b4
ath9k_hw: move AR9002 mac ops to its own file
|
15 years ago |
Felix Fietkau
|
b5c80475ab
ath9k: Add Rx EDMA support
|
15 years ago |
Felix Fietkau
|
29bffa96e9
ath9k: allocate tx and rx status information on stack
|
15 years ago |
Felix Fietkau
|
8e6f5aa250
ath9k: split out access to rx status information
|
15 years ago |
Pavel Roskin
|
f643e51d71
ath: make gcc check format arguments of ath_print(), fix all misuses
|
15 years ago |
Sujith
|
1395d3f00a
ath9k: Add debugfs file for RX errors
|
15 years ago |
Sujith
|
1b04b9308e
ath9k: Cleanup Powersave flags
|
15 years ago |
Luis R. Rodriguez
|
db86f07ec6
ath9k_common: add new module to share 802.11n driver helpers
|
15 years ago |
Luis R. Rodriguez
|
c9b1417055
ath9k: move RX skb post processing to a helper
|
15 years ago |
Luis R. Rodriguez
|
7e86c1048a
ath9k: move driver keymap, keymax and splitmic to common
|
15 years ago |
Luis R. Rodriguez
|
1e875e9f16
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
|
15 years ago |
Luis R. Rodriguez
|
2c74aa4d73
ath9k: move the max rx buffer size check to ath9k_rx_accept()
|
15 years ago |
Luis R. Rodriguez
|
cc861f7468
ath: move the rx bufsize to common to share with ath5k/ath9k
|
15 years ago |
Luis R. Rodriguez
|
0a45da765e
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
|
15 years ago |
Luis R. Rodriguez
|
5ca42627f3
ath9k: avoid the copy skb->cb on every RX'd skb
|
15 years ago |
Luis R. Rodriguez
|
dbfc22df1a
ath9k: move rssi processing into a helper
|
15 years ago |
Luis R. Rodriguez
|
21b2273806
ath9k: move qual processing into a helper
|
15 years ago |
Luis R. Rodriguez
|
9878841e13
ath9k: move rate descriptor reading into a helper
|
15 years ago |
Luis R. Rodriguez
|
14077f5b7a
ath9k: remove temp variable ratecode from ath_rx_prepare()
|
15 years ago |
Luis R. Rodriguez
|
207e96854e
ath9k: move RX check code into helper ath9k_rx_accept()
|
15 years ago |
Luis R. Rodriguez
|
712c13a86a
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
|
15 years ago |
Luis R. Rodriguez
|
3d536acf45
ath9k: move struct ath_ani to common area
|
15 years ago |
Luis R. Rodriguez
|
30cbd42265
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
|
15 years ago |
Luis R. Rodriguez
|
26ab2645b4
ath9k: do not pass the entire descriptor to ath_rx_prepare()
|
15 years ago |
Luis R. Rodriguez
|
cee71d6c14
ath9k: use the passed ieee80211_hw on ath_rx_prepare()
|
15 years ago |
Luis R. Rodriguez
|
b4afffc0cf
ath9k: simpify RX by calling ath_get_virt_hw() once
|
15 years ago |
Johannes Berg
|
5ed176e1c4
mac80211: make ieee80211_find_sta per virtual interface
|
15 years ago |
Senthil Balasubramanian
|
66afad0156
ath9k: Allow PSPOLL only when the interface is configured in AP mode
|
16 years ago |
Luis R. Rodriguez
|
9680e8a391
ath9k: remove driver ASSERT, just use BUG_ON()
|
16 years ago |