index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
recv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-04
ath9k: fix erased ieee80211_rx_status.mactime
Jan Friedrich
1
-5
/
+5
2010-06-14
ath9k_hw: remove a useless function for setting the mac address
Felix Fietkau
1
-3
/
+0
2010-06-14
ath9k: fix extending the rx timestamp with the hardware TSF
Felix Fietkau
1
-3
/
+14
2010-06-14
ath9k_hw: inform ANI calibration when scanning
Luis R. Rodriguez
1
-2
/
+2
2010-06-04
ath9k: fix dma sync in rx path
Ming Lei
1
-3
/
+7
2010-06-03
ath9k: Fix bug in validating received data length for edma
Vasanthakumar Thiagarajan
1
-1
/
+2
2010-06-03
ath9k: Fix bug in accessing skb->data of rx frame for edma
Vasanthakumar Thiagarajan
1
-1
/
+2
2010-06-03
ath9k: Clean up few function parameters in recv.c
Vasanthakumar Thiagarajan
1
-15
/
+8
2010-06-03
ath9k: Move ath9k specific RX code to driver
Sujith
1
-4
/
+263
2010-06-03
ath9k: fix dma direction for map/unmap in ath_rx_tasklet
Ming Lei
1
-2
/
+2
2010-05-24
ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep
Vasanthakumar Thiagarajan
1
-5
/
+12
2010-05-11
ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()
Vasanthakumar Thiagarajan
1
-2
/
+0
2010-05-11
ath9k: Fix bug in handling rx frames with invalid descriptor content
Vasanthakumar Thiagarajan
1
-0
/
+1
2010-04-16
ath9k: Setup appropriate tx desc for regular dma and edma
Vasanthakumar Thiagarajan
1
-1
/
+1
2010-04-16
ath9k_hw: move AR9002 mac ops to its own file
Luis R. Rodriguez
1
-0
/
+1
2010-04-16
ath9k: Add Rx EDMA support
Felix Fietkau
1
-106
/
+411
2010-03-31
ath9k: allocate tx and rx status information on stack
Felix Fietkau
1
-10
/
+12
2010-03-31
ath9k: split out access to rx status information
Felix Fietkau
1
-9
/
+5
2010-02-01
ath: make gcc check format arguments of ath_print(), fix all misuses
Pavel Roskin
1
-1
/
+1
2010-01-12
ath9k: Add debugfs file for RX errors
Sujith
1
-0
/
+2
2010-01-12
ath9k: Cleanup Powersave flags
Sujith
1
-18
/
+18
2009-11-12
ath9k_common: add new module to share 802.11n driver helpers
Luis R. Rodriguez
1
-280
/
+4
2009-11-12
ath9k: move RX skb post processing to a helper
Luis R. Rodriguez
1
-37
/
+52
2009-11-12
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
1
-1
/
+1
2009-11-12
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
Luis R. Rodriguez
1
-10
/
+10
2009-11-12
ath9k: move the max rx buffer size check to ath9k_rx_accept()
Luis R. Rodriguez
1
-4
/
+7
2009-11-12
ath: move the rx bufsize to common to share with ath5k/ath9k
Luis R. Rodriguez
1
-15
/
+20
2009-11-12
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
Luis R. Rodriguez
1
-3
/
+3
2009-11-12
ath9k: avoid the copy skb->cb on every RX'd skb
Luis R. Rodriguez
1
-22
/
+16
2009-11-12
ath9k: move rssi processing into a helper
Luis R. Rodriguez
1
-17
/
+27
2009-11-12
ath9k: move qual processing into a helper
Luis R. Rodriguez
1
-32
/
+42
2009-11-12
ath9k: move rate descriptor reading into a helper
Luis R. Rodriguez
1
-29
/
+43
2009-11-12
ath9k: remove temp variable ratecode from ath_rx_prepare()
Luis R. Rodriguez
1
-5
/
+2
2009-11-12
ath9k: move RX check code into helper ath9k_rx_accept()
Luis R. Rodriguez
1
-22
/
+41
2009-11-12
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
Luis R. Rodriguez
1
-19
/
+20
2009-11-12
ath9k: move struct ath_ani to common area
Luis R. Rodriguez
1
-1
/
+2
2009-11-12
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
Luis R. Rodriguez
1
-15
/
+1
2009-11-12
ath9k: do not pass the entire descriptor to ath_rx_prepare()
Luis R. Rodriguez
1
-34
/
+36
2009-11-12
ath9k: use the passed ieee80211_hw on ath_rx_prepare()
Luis R. Rodriguez
1
-1
/
+1
2009-11-12
ath9k: simpify RX by calling ath_get_virt_hw() once
Luis R. Rodriguez
1
-10
/
+18
2009-11-05
mac80211: make ieee80211_find_sta per virtual interface
Johannes Berg
1
-1
/
+2
2009-10-08
ath9k: Allow PSPOLL only when the interface is configured in AP mode
Senthil Balasubramanian
1
-1
/
+4
2009-10-08
ath9k: remove driver ASSERT, just use BUG_ON()
Luis R. Rodriguez
1
-1
/
+1
2009-10-08
atheros: add common debug printing
Luis R. Rodriguez
1
-17
/
+21
2009-10-08
atheros: define shared bssidmask setting
Luis R. Rodriguez
1
-1
/
+1
2009-10-08
ath9k: move ath_common to ath_hw
Luis R. Rodriguez
1
-4
/
+6
2009-10-08
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
Luis R. Rodriguez
1
-2
/
+5
2009-10-08
ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw
Luis R. Rodriguez
1
-1
/
+1
2009-10-08
ath9k: use ath_hw for DPRINTF() and debug init/exit
Luis R. Rodriguez
1
-9
/
+9
2009-09-09
ath9k: Fix RX Filter handling for BAR
Sujith
1
-0
/
+3
[next]