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
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
/
hw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-09
ath9k: Initialize the priority gpio for BT coex 3-wire
Vasanthakumar Thiagarajan
1
-2
/
+4
2009-09-09
ath9k: Get rid of the modparam btcoex_enable
Vasanthakumar Thiagarajan
1
-4
/
+0
2009-09-09
ath9k: Enable btcoex based on the subsystem id of the device
Vasanthakumar Thiagarajan
1
-1
/
+2
2009-09-09
ath9k: Disable ASPM when btcoex is active
Vasanthakumar Thiagarajan
1
-0
/
+14
2009-09-09
ath9k: Fix RX Filter handling for BAR
Sujith
1
-1
/
+2
2009-08-31
ath9k: Do an AHB reset before doing RTC reset
Vasanthakumar Thiagarajan
1
-0
/
+7
2009-08-28
ath9k: Add Bluetooth Coexistence 3-wire support
Vasanthakumar Thiagarajan
1
-1
/
+1
2009-08-28
ath9k: Add infrastructure for generic hw timers
Vasanthakumar Thiagarajan
1
-0
/
+212
2009-08-28
ath9k: Remove hw capability bit meant for btcoex
Vasanthakumar Thiagarajan
1
-1
/
+0
2009-08-28
ath9k: Determine btcoex scheme type based on chip version
Vasanthakumar Thiagarajan
1
-2
/
+10
2009-08-28
ath9k: Move btcoex related data to a separate struct
Vasanthakumar Thiagarajan
1
-2
/
+2
2009-08-28
ath9k: Configure btcoex register during every reset
Vasanthakumar Thiagarajan
1
-0
/
+3
2009-08-28
ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
Vasanthakumar Thiagarajan
1
-42
/
+0
2009-08-28
ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces
Vasanthakumar Thiagarajan
1
-1
/
+16
2009-08-20
ath: move regulatory info into shared common structure
Luis R. Rodriguez
1
-22
/
+31
2009-08-20
ath9k: Updates for AR9287_12 version of chipset.
Vivek Natarajan
1
-3
/
+3
2009-08-20
ath9k: Set AR_WA for AR9287 as it improves consistency in throughput.
Vivek Natarajan
1
-1
/
+1
2009-08-20
ath9k: Add open loop power control support for AR9287.
Vivek Natarajan
1
-5
/
+15
2009-08-14
ath9k: Remove duplicate variables
Sujith
1
-5
/
+2
2009-08-14
ath9k: Cleanup function return types
Sujith
1
-3
/
+1
2009-08-05
ath9k: add initial hardware support for ar9271
Luis R. Rodriguez
1
-6
/
+98
2009-08-05
ath9k: remove spurious check for channel on keycache reset
Luis R. Rodriguez
1
-3
/
+0
2009-08-05
ath9k: call ath9k_hw_detach() once upon hw init failure
Luis R. Rodriguez
1
-16
/
+8
2009-08-05
ath9k: set ah to null after freeing
Luis R. Rodriguez
1
-0
/
+1
2009-08-05
ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable()
Luis R. Rodriguez
1
-1
/
+1
2009-08-05
ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()
Luis R. Rodriguez
1
-1
/
+1
2009-08-05
ath9k: describe hw initialization better
Luis R. Rodriguez
1
-6
/
+6
2009-08-05
ath9k: break up hw initialization into a few more helpers
Luis R. Rodriguez
1
-67
/
+87
2009-08-05
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
Luis R. Rodriguez
1
-2
/
+2
2009-08-05
ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()
Luis R. Rodriguez
1
-2
/
+2
2009-08-05
ath9k: move hw macrevision checker to helper
Luis R. Rodriguez
1
-10
/
+18
2009-08-05
ath9k: pass only one argument to hw attach
Luis R. Rodriguez
1
-6
/
+6
2009-08-05
ath9k: call hw initializer directly
Luis R. Rodriguez
1
-22
/
+26
2009-08-05
ath9k: move devid cache setting to ath_init()
Luis R. Rodriguez
1
-9
/
+6
2009-08-05
ath9k: move memory allocation of ath_hw to ath_init()
Luis R. Rodriguez
1
-45
/
+20
2009-08-05
ath9k: propagate hw initialization errors
Luis R. Rodriguez
1
-1
/
+1
2009-08-05
ath9k: use a switch for revising supported hw mac revisions
Luis R. Rodriguez
1
-7
/
+10
2009-08-05
ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw
Luis R. Rodriguez
1
-2
/
+4
2009-08-05
ath9k: Remove unused ath9k_hw_intrget()
Vasanthakumar Thiagarajan
1
-5
/
+0
2009-07-29
ath9k: get rid of unnecessary setpower calls
Gabor Juhos
1
-2
/
+6
2009-07-29
ath9k: fix race with IEEE80211_CONF_PS checks
Gabor Juhos
1
-10
/
+7
2009-07-27
ath9k: Add support for AR9287 based chipsets.
Vivek Natarajan
1
-14
/
+96
2009-07-24
ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf
Gabor Juhos
1
-12
/
+5
2009-07-24
ath9k: wake up the chip for TSF reset
Gabor Juhos
1
-0
/
+2
2009-07-24
ath9k: serialize ath9k_ps_{wakeup,restore} calls
Gabor Juhos
1
-13
/
+29
2009-07-24
ath9k: uninline ath9k_ps_{wakeup,restore} functions
Gabor Juhos
1
-0
/
+21
2009-07-24
ath9k: serialize ath9k_hw_setpower calls
Gabor Juhos
1
-1
/
+14
2009-07-24
ath9k: remove ATH9K_MODE_11B
Luis R. Rodriguez
1
-1
/
+0
2009-07-10
drivers/net/wireless/ath/ath9k: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2009-06-15
ath9k: port to cfg80211 rfkill
Johannes Berg
1
-16
/
+13
[next]