index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-07
ath9k: Introduce a wrapper for power save disable.
Senthil Balasubramanian
1
-18
/
+22
2010-10-07
ath9k: remove unnecessary power save flags.
Senthil Balasubramanian
1
-14
/
+4
2010-10-07
ath9k_hw: remove code duplication in phy error counter handling
Felix Fietkau
1
-1
/
+1
2010-10-05
ath9k: add WDS interfaces to ath9k
Bill Jordan
1
-0
/
+3
2010-10-05
ath9k: return survey data for all channels instead of just the current one
Felix Fietkau
1
-6
/
+21
2010-10-05
ath9k: remove the noise floor value in the ani struct
Felix Fietkau
1
-10
/
+0
2010-10-05
ath9k: do not return default noise floor values via survey
Felix Fietkau
1
-3
/
+5
2010-09-24
ath9k: Fix tx struck state with paprd
Vasanthakumar Thiagarajan
1
-2
/
+4
2010-09-21
ath9k: fix an aggregation start related race condition
Felix Fietkau
1
-2
/
+3
2010-09-16
ath9k: fix enabling ANI / tx monitor after bg scan
Luis R. Rodriguez
1
-7
/
+3
2010-09-16
ath9k: fix regression on beacon loss after bgscan
Luis R. Rodriguez
1
-2
/
+4
2010-09-16
ath9k: fix power save race conditions
Luis R. Rodriguez
1
-1
/
+4
2010-09-16
ath9k: Use common ath key management functions
Bruno Randolf
1
-2
/
+2
2010-09-15
ath9k_hw: remove useless hw capability flags
Felix Fietkau
1
-10
/
+2
2010-09-15
ath9k: fix BSSID mask calculation
Felix Fietkau
1
-1
/
+1
2010-08-17
mac80211: use cipher suite selectors
Johannes Berg
1
-2
/
+3
2010-08-16
ath9k: shorten the calibration interval during strong interference
Felix Fietkau
1
-2
/
+7
2010-08-16
ath9k: add fastcc to debug print for channel change
Luis R. Rodriguez
1
-2
/
+3
2010-08-04
ath9k_hw: clean up per-channel calibration data
Felix Fietkau
1
-11
/
+21
2010-08-04
ath9k: prevent calibration during off-channel activity
Felix Fietkau
1
-34
/
+39
2010-08-04
ath9k: fix a crash in the PA predistortion apply function
Felix Fietkau
1
-0
/
+1
2010-07-29
ath9k: remove the two wiphys scanning at the same time message
Luis R. Rodriguez
1
-4
/
+9
2010-07-21
ath9k: correct sparse identified endian bug in ath_paprd_calibrate
John W. Linville
1
-1
/
+1
2010-07-14
ath9k: fix panic while cleaning up virtaul wifis
Rajkumar Manoharan
1
-1
/
+7
2010-07-14
ath9k: Fix the LED behaviour in idle unassociated state.
Vivek Natarajan
1
-3
/
+8
2010-07-02
ath9k: fix false positives in the baseband hang check
Felix Fietkau
1
-2
/
+25
2010-06-26
Merge branch 'wireless-2.6' into wireless-next-2.6
Reinette Chatre
1
-1
/
+10
2010-06-24
ath9k: Wakeup the chip in an appropriate place in ath_paprd_calibrate()
Vasanthakumar Thiagarajan
1
-1
/
+1
2010-06-24
ath9k: Fix bug in paprd
Vasanthakumar Thiagarajan
1
-2
/
+3
2010-06-23
ath9k: Fix bug in starting ani
Vasanthakumar Thiagarajan
1
-1
/
+10
2010-06-23
ath9k: Add a module parameter to disable led blinking.
Vivek Natarajan
1
-1
/
+3
2010-06-14
ath9k_hw: remove ATH9K_CAP_TXPOW
Felix Fietkau
1
-3
/
+1
2010-06-14
ath9k: implement PA predistortion support
Felix Fietkau
1
-0
/
+116
2010-06-14
ath9k: make ath_get_hal_qnum static
Felix Fietkau
1
-1
/
+1
2010-06-14
ath9k: remove duplicate WMM AC definitions
Felix Fietkau
1
-10
/
+10
2010-06-14
ath9k: add new ANI implementation for AR9003
Luis R. Rodriguez
1
-3
/
+7
2010-06-14
mac80211: allow drivers to sleep in ampdu_action
Johannes Berg
1
-0
/
+4
2010-06-03
ath9k: fix queue stop/start based on the number of pending frames
Felix Fietkau
1
-5
/
+3
2010-06-03
ath9k: use the key handling code from ath9k_common instead of duplicating it
Felix Fietkau
1
-230
/
+2
2010-06-03
ath9k: Fix power save with auto sleeping
Vasanthakumar Thiagarajan
1
-2
/
+3
2010-06-03
ath9k: enable the baseband watchdog events for AR9003
Luis R. Rodriguez
1
-1
/
+9
2010-05-24
Revert "ath9k: Group Key fix for VAPs"
John W. Linville
1
-25
/
+3
2010-04-29
ath9k: Added get_survey callback in order to get channel noise
Benoit Papillault
1
-0
/
+20
2010-04-20
ath9k: check for specific rx stuck conditions and recover from them
Felix Fietkau
1
-1
/
+2
2010-04-20
ath9k: Group Key fix for VAPs
Daniel Yingqiang Ma
1
-3
/
+25
2010-04-16
ath9k: Add Tx EDMA support
Vasanthakumar Thiagarajan
1
-2
/
+6
2010-04-16
ath9k: Add Rx EDMA support
Felix Fietkau
1
-6
/
+34
2010-04-16
ath9k: disable the MIB interrupt if ANI is disabled
Luis R. Rodriguez
1
-1
/
+2
2010-04-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-2
/
+1
2010-04-07
ath9k: move imask from sc to ah
Pavel Roskin
1
-29
/
+31
[next]