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
/
ath9k
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-23
atheros: put atheros wireless drivers into ath/
Luis R. Rodriguez
1
-2890
/
+0
2009-04-23
ath: move more setup code into ath_regd_init
Bob Copeland
1
-34
/
+13
2009-04-23
atheros: introduce ath module containing common ath5k/ath9k/ar9170 code
Bob Copeland
1
-10
/
+21
2009-04-23
ath9k: pass regd structure directly to regulatory functions
Bob Copeland
1
-7
/
+11
2009-04-23
ath9k: Clean Interrupt handling routine
Sujith
1
-102
/
+95
2009-04-23
ath9k: Trivial fix to handle AMPDU params properly
Sujith
1
-5
/
+5
2009-04-23
ath9k: Initialize values when setting up the queue parameters
Sujith
1
-3
/
+4
2009-04-23
ath9k: Remove TIM from the interrupt mask
Sujith
1
-14
/
+0
2009-04-23
ath9k: Remove a couple of unused variables in descriptor handling
Sujith
1
-2
/
+1
2009-04-23
ath9k: Cleanup debug messages
Sujith
1
-3
/
+3
2009-04-23
ath9k: Remove a few unused flags
Sujith
1
-2
/
+0
2009-04-23
ath9k: No need to abort Rx path when autosleep is enabled.
Vivek Natarajan
1
-11
/
+18
2009-04-23
rfkill: remove user_claim stuff
Johannes Berg
1
-1
/
+0
2009-03-28
mac80211: unify and fix TX aggregation start
Johannes Berg
1
-1
/
+1
2009-03-28
Add mesh point functionality to ath9k
Pat Erley
1
-12
/
+12
2009-03-28
ath9k: Keep LED on in idle state after association
Vasanthakumar Thiagarajan
1
-6
/
+13
2009-03-28
ath9k: Update copyright in all the files
Sujith
1
-1
/
+1
2009-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-13
/
+24
2009-03-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-03-17
ath9k: Add spectrum management to HW capabilities
Sujith
1
-1
/
+2
2009-03-17
cfg80211: move enum reg_set_by to nl80211.h
Luis R. Rodriguez
1
-1
/
+1
2009-03-17
cfg80211: remove REGDOM_SET_BY_INIT
Luis R. Rodriguez
1
-1
/
+1
2009-03-17
ath9k: always compile ath_radio_{en,dis}able
Gabor Juhos
1
-6
/
+6
2009-03-17
ath9k: RX buffers may be accessed/freed even before initialized/alloced.
Senthil Balasubramanian
1
-1
/
+1
2009-03-17
ath9k: Get rid of unnecessary ATOMIC memory alloc during init time
Senthil Balasubramanian
1
-3
/
+2
2009-03-17
ath9k: create a common debugfs_root for all device instances
Gabor Juhos
1
-1
/
+12
2009-03-17
ath9k: implement IO serialization
Luis R. Rodriguez
1
-0
/
+1
2009-03-05
ath9k: Add a simple virtual wiphy scheduler
Jouni Malinen
1
-0
/
+3
2009-03-05
ath9k: Special processing for channel changes during scan
Jouni Malinen
1
-9
/
+26
2009-03-05
ath9k: Add workaround to recover from failed channel changes
Jouni Malinen
1
-2
/
+2
2009-03-05
ath9k: Check virtual wiphy state on tx()
Jouni Malinen
1
-0
/
+6
2009-03-05
ath9k: Pause other virtual wiphys on channel change
Jouni Malinen
1
-1
/
+7
2009-03-05
ath9k: Register larger listen interval
Jouni Malinen
1
-0
/
+1
2009-03-05
ath9k: Make start/stop operations aware of virtual wiphys
Jouni Malinen
1
-0
/
+28
2009-03-05
ath9k: Add routines for switching between active virtual wiphys
Jouni Malinen
1
-9
/
+18
2009-03-05
ath9k: Virtual wiphy pause/unpause functionality
Jouni Malinen
1
-0
/
+1
2009-03-05
ath9k: Add support for multiple secondary virtual wiphys
Jouni Malinen
1
-23
/
+42
2009-03-05
ath9k: Add data structure for supporting virtual radio/wiphy operation
Jouni Malinen
1
-20
/
+38
2009-03-05
ath9k: Set BSSID mask based on configured interfaces
Jouni Malinen
1
-4
/
+11
2009-03-05
ath9k: Cleanup multiple VIF processing
Jouni Malinen
1
-22
/
+32
2009-03-05
ath9k: Clean up setkey operations
Jouni Malinen
1
-26
/
+16
2009-03-05
ath9k: Lock config_interface() callback with a mutex
Sujith
1
-1
/
+7
2009-03-05
ath9k: Handle TSF properly for AP mode
Sujith
1
-1
/
+13
2009-03-05
ath9k: Split beacon configuration into mode specific routines
Sujith
1
-2
/
+1
2009-03-05
ath9k: Scrub beacon.c
Sujith
1
-1
/
+1
2009-03-05
ath9k: Use new scan notifiers from mac80211
Sujith
1
-1
/
+21
2009-03-05
ath9k: Fix FIF_BCN_PRBRESP_PROMISC handling
Alina Friedrichsen
1
-8
/
+0
2009-03-05
ath9k: Handle power modes in isr for power save.
Vivek Natarajan
1
-0
/
+2
2009-03-05
ath9k: Remove unused key xoring
Jouni Malinen
1
-1
/
+1
2009-03-05
ath9k: Fix hw crypto configuration for TKIP in AP mode
Jouni Malinen
1
-5
/
+13
[next]