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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-25
ath9k: resume aggregation immediately after a hardware reset
Felix Fietkau
3
-4
/
+4
2010-10-25
ath9k: fix handling of rate control probe frames
Felix Fietkau
1
-0
/
+6
2010-10-25
ath9k: fix crash in ath_update_survey_stats
Felix Fietkau
1
-0
/
+3
2010-10-25
ath9k_hw: Fix divide by zero cases in paprd.
Senthil Balasubramanian
1
-5
/
+9
2010-10-25
ath9k_hw: Fix TX carrier leakage for IEEE compliance on AR9003 2.2
Luis R. Rodriguez
1
-56
/
+135
2010-10-25
ath9k: Properly initialize ath_common->cc_lock.
Ben Greear
1
-0
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
54
-4205
/
+2170
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2
-14
/
+28
2010-10-15
ath9k: Null out references to stale pointers.
Ben Greear
3
-0
/
+16
2010-10-15
ath9k: Remove bf_dmacontext.
Ben Greear
4
-20
/
+12
2010-10-15
ath9k_hw: remove AR9003 2.0 support
Luis R. Rodriguez
3
-1923
/
+26
2010-10-15
ath9k_htc: set probe request rx filter
Rajkumar Manoharan
2
-2
/
+2
2010-10-15
ath9k_hw: remove enum wireless_mode and its users
Felix Fietkau
5
-89
/
+25
2010-10-15
ath9k: remove sc->cur_rate_table and sc->cur_rate_mode
Felix Fietkau
3
-53
/
+8
2010-10-15
ath9k: make rate control debugfs stats per station
Felix Fietkau
4
-116
/
+124
2010-10-15
ath9k: add missing locking around ath9k_hw_proc_mib_event
Felix Fietkau
1
-0
/
+2
2010-10-15
ath9k_hw: fix PHY counter overflow handling in ANI v1
Felix Fietkau
1
-1
/
+1
2010-10-15
ath9k_hw: fix division by zero in the ANI monitor code
Felix Fietkau
1
-6
/
+7
2010-10-15
ath9k: do not track cycle counter updates in powersave mode
Felix Fietkau
1
-1
/
+18
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2
-14
/
+28
2010-10-13
ath9k: Fix potential use-after-free.
Ben Greear
1
-1
/
+1
2010-10-13
ath9k: Set RX filter for Probe Request based on filter flag
Jouni Malinen
2
-2
/
+2
2010-10-13
ath9k: Fix documentation in rate control
Mohammed Shafi Shajakhan
2
-8
/
+9
2010-10-11
ath9k: built-in rate control A-MPDU fix
Björn Smedman
1
-0
/
+6
2010-10-11
ath9k: A-MPDU rate control info fix
Björn Smedman
1
-6
/
+13
2010-10-11
ath9k: implement channel utilization stats for survey
Felix Fietkau
2
-16
/
+98
2010-10-11
ath9k: add compile time checking for the size of the channel list
Felix Fietkau
2
-1
/
+7
2010-10-11
ath9k_hw: move the cycle counter tracking to ath
Felix Fietkau
6
-87
/
+17
2010-10-11
ath9k_hw: store the clock rate in common data on channel changes
Felix Fietkau
2
-37
/
+21
2010-10-07
ath9k_hw: Fix hw reset failure with HTC driver
Rajkumar Manoharan
1
-4
/
+0
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
3
-48
/
+4
2010-10-07
ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_new
Felix Fietkau
5
-101
/
+3
2010-10-07
ath9k_hw: remove function pointer abstraction for internal ANI ops
Felix Fietkau
3
-45
/
+29
2010-10-07
ath9k_hw: remove code duplication in phy error counter handling
Felix Fietkau
4
-119
/
+34
2010-10-07
ath9k_hw: clean up ANI state handling
Felix Fietkau
6
-260
/
+110
2010-10-07
ath9k_hw: add a helper function to check for the new ANI implementation
Felix Fietkau
1
-2
/
+7
2010-10-07
ath9k_hw: clean up register write buffering
Felix Fietkau
11
-58
/
+6
2010-10-07
ath9k_hw: merge codepaths that access the cycle counter registers
Felix Fietkau
5
-92
/
+65
2010-10-07
ath9k_hw: clean up calibration flags
Felix Fietkau
6
-77
/
+31
2010-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2010-10-06
ath9k_hw: fix regression in ANI listen time calculation
Felix Fietkau
1
-1
/
+1
2010-10-05
ath9k: get correct tx gain type in ath9k_hw_4k_get_eeprom
Gabor Juhos
1
-1
/
+9
2010-10-05
ath9k: Report total tx/rx bytes and packets in debugfs.
Ben Greear
2
-0
/
+27
2010-10-05
ath9k: add WDS interfaces to ath9k
Bill Jordan
2
-0
/
+4
2010-10-05
ath9k : Fix for displaying the channel number
Mohammed Shafi Shajakhan
1
-5
/
+10
2010-10-05
ath9k_hw: remove some useless calibration data
Felix Fietkau
4
-19
/
+0
2010-10-05
ath9k: fix channel flag / regd issues with multiple cards
Felix Fietkau
1
-6
/
+31
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
2
-11
/
+0
[next]