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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-08
Atheros Kconfig needs to be dependent on WLAN_80211
Jay Sternberg
1
-0
/
+1
2009-07-07
ath9k: Fix leak in tx descriptor
Vasanthakumar Thiagarajan
1
-1
/
+8
2009-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
4
-6
/
+32
2009-06-19
ath5k: fix beacon_int handling
Jiri Slaby
1
-3
/
+1
2009-06-19
ath9k: restore PS mode, before we put the chip into FULL SLEEP state.
Gabor Juhos
1
-1
/
+1
2009-06-19
ath9k: wait for beacon frame along with CAB
Gabor Juhos
1
-2
/
+5
2009-06-19
ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling
Jouni Malinen
1
-0
/
+7
2009-06-19
ath9k: Fix PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling
Jouni Malinen
1
-0
/
+18
2009-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
7
-120
/
+59
2009-06-16
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
GeunSik Lim
1
-3
/
+2
2009-06-15
ath9k: process rx packet if we are waiting for CAB
Gabor Juhos
1
-0
/
+1
2009-06-15
ath9k: prevent sleeping while we are waiting for CAB
Gabor Juhos
1
-0
/
+1
2009-06-15
ath9k: restore power mode on error path
Gabor Juhos
1
-3
/
+6
2009-06-15
ath9k: port to cfg80211 rfkill
Johannes Berg
5
-110
/
+26
2009-06-15
ath9k: Make sure we have current channel in ah_curchan before rf disable/enable
Vasanthakumar Thiagarajan
1
-0
/
+6
2009-06-15
ath9k: Add helper to get ath9k specific current channel
Vasanthakumar Thiagarajan
1
-5
/
+16
2009-06-15
ath5k: fix mesh beaconing
Nick Kossifidis
1
-2
/
+3
2009-06-10
ath5k: minor rfkill cleanup
Bob Copeland
6
-26
/
+8
2009-06-10
ath9k: Fix tx stuck when connected to aggr disabled HT AP
Vasanthakumar Thiagarajan
1
-0
/
+1
2009-06-10
ath5k: added cfg80211 based rfkill support
Tobias Doerffel
7
-17
/
+163
2009-06-10
ar9170: xmit code revamp
Christian Lamparter
5
-260
/
+550
2009-06-10
ar9170: interpret firmware debug commands
Johannes Berg
1
-0
/
+32
2009-06-04
ar9170: remove deprecated code
Christian Lamparter
2
-8
/
+0
2009-06-03
ath5k: disable beacon interrupt when interface is down
Bob Copeland
1
-1
/
+16
2009-06-03
ath: make regulatory parsing more verbose on debug
Luis R. Rodriguez
1
-4
/
+25
2009-06-03
ath9k: Fix write callback of 'debug' which configures debug mask
Vasanthakumar Thiagarajan
1
-8
/
+14
2009-06-03
rfkill: rewrite
Johannes Berg
3
-107
/
+30
2009-06-03
ar9170: cancel led worker properly on exit
Christian Lamparter
1
-3
/
+7
2009-06-03
ar9170usb: more minor fixes
Christian Lamparter
3
-16
/
+10
2009-06-03
ar9170: fix lockdep warning on hibernate
Christian Lamparter
1
-4
/
+1
2009-06-03
ar9170: fix LED power state handling
Christian Lamparter
2
-2
/
+6
2009-06-03
ar9170: kill duplicated HT feature flag
Christian Lamparter
1
-1
/
+0
2009-06-03
ar9170: use bitop macros for tx filter flags
Christian Lamparter
2
-9
/
+19
2009-06-03
ar9170: introduce functions for MAC programming
Christian Lamparter
3
-29
/
+81
2009-06-03
ar9170: 40mhz fixes
Christian Lamparter
1
-3
/
+3
2009-06-03
ar9170: update hardware definitions
Christian Lamparter
2
-3
/
+4
2009-06-03
ar9170: fix beacon plcp settings
Christian Lamparter
1
-2
/
+2
2009-06-03
ar9170: add AVM FRITZ devices
Luis R. Rodriguez
2
-0
/
+27
2009-06-03
ar9170: add support for 1-stage firmware
Luis R. Rodriguez
1
-5
/
+17
2009-06-03
ath9k: Add sanity check for beacon_int in adhoc/mesh case
Jouni Malinen
1
-0
/
+8
2009-06-03
ath5k: remove conf->beacon_int usage
Bob Copeland
1
-2
/
+0
2009-06-03
ath9k: Add "debug" file to debugfs
Jeff Hansen
2
-0
/
+39
2009-06-03
ath9k: Combine legacy and 11n rc statistics
Jeff Hansen
2
-85
/
+35
2009-06-03
ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon
Jeff Hansen
1
-0
/
+1
2009-06-03
ath5k: avoid leaking mutex in ath5k_config
John W. Linville
1
-2
/
+3
2009-05-25
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+3
2009-05-22
wireless: move some utility functions from mac80211 to cfg80211
Zhu Yi
3
-7
/
+7
2009-05-22
ath9k: Update Beacon timers based on timestamp from the AP
Jouni Malinen
3
-1
/
+16
2009-05-22
ath9k: Optimize TBTT/DTIM calculation for timers
Jouni Malinen
1
-7
/
+21
2009-05-20
ath9k: set max default eirp to 20 dBm
Luis R. Rodriguez
1
-2
/
+2
[next]