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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-29
ath5k: fix SWI calibration interrupt storm
Bob Copeland
1
-4
/
+3
2009-12-21
ath9k: Stop ANI when doing a reset
Sujith
1
-0
/
+6
2009-12-21
ath9k: Fix TX queue draining
Sujith
2
-3
/
+3
2009-12-21
ath9k: Fix bug in assigning sequence number
Sujith
1
-10
/
+3
2009-12-21
ath9k: Last fix for TX software padding.
Benoit Papillault
1
-11
/
+12
2009-12-11
ath5k: enable EEPROM checksum check
Luis R. Rodriguez
1
-2
/
+1
2009-12-08
ath5k: add support for Dell Vostro A860 LED
Shahar Or
1
-0
/
+2
2009-12-08
ath9k: fix tx status reporting
Felix Fietkau
1
-1
/
+1
2009-12-04
ath9k: enable 2GHz band only if the device supports it
Gabor Juhos
3
-14
/
+31
2009-11-28
ath9k: separate debugfs support from CONFIG_ATH_DEBUG
Felix Fietkau
5
-14
/
+15
2009-11-28
ath9k: Ensure a fair beacon distribution in IBSS mode.
Vivek Natarajan
3
-5
/
+14
2009-11-28
ath9k: Fix maximum tx fifo settings for single stream devices
Luis R. Rodriguez
5
-8
/
+53
2009-11-28
ath9k: Proper padding/unpadding for the TX/RX path.
Benoit Papillault
4
-18
/
+31
2009-11-28
ath9k: fix processing of TX PS null data frames
Luis R. Rodriguez
7
-5
/
+69
2009-11-28
ath9k: clean up rc rate table
Felix Fietkau
2
-219
/
+109
2009-11-28
ath9k: properly use the mac80211 rate control api
Felix Fietkau
11
-294
/
+291
2009-11-25
ath9k: remove warnings related to signed/unsigned type mismatch
John W. Linville
2
-3
/
+1
2009-11-24
ath9k: set ps_default as false
John W. Linville
1
-0
/
+2
2009-11-24
ath5k: Fix I/Q calibration
Lukáš Turek
1
-2
/
+2
2009-11-24
ath9k: This patch fix RX unpadding for any received frame.
Benoit PAPILLAULT
1
-5
/
+14
2009-11-19
cfg80211: convert bools into flags
Johannes Berg
1
-3
/
+2
2009-11-19
ar9170: Add support for D-Link DWA 160 A2
Thomas Klute
1
-1
/
+3
2009-11-19
mac80211: convert aggregation to operate on vifs/stas
Johannes Berg
3
-5
/
+7
2009-11-19
ath9k: Fix bug in initializing chain masks
Sujith
1
-1
/
+1
2009-11-19
ath9k: Remove a few unused functions
Sujith
4
-169
/
+0
2009-11-19
ath9k: Remove a few unused variables
Sujith
2
-23
/
+0
2009-11-19
ath9k: Cleanup bss_info_changed callback
Sujith
1
-77
/
+37
2009-11-19
ath9k: get rid of tx_info_priv
Felix Fietkau
6
-97
/
+83
2009-11-19
ar9170: do not discard valuable DUPOFDM frames
Christian Lamparter
1
-2
/
+2
2009-11-16
ath5k: allow setting txpower to 0
Bob Copeland
1
-2
/
+0
2009-11-16
ath9k: fix massive rx packet loss issue
Felix Fietkau
1
-0
/
+1
2009-11-14
ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054
Vasanthakumar Thiagarajan
1
-2
/
+2
2009-11-14
ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit
Vasanthakumar Thiagarajan
1
-1
/
+1
2009-11-12
ath9k_common: clarify and correct jumbogram processing
Luis R. Rodriguez
1
-10
/
+11
2009-11-12
ath9k_common: remove ath9k_compute_qual()
Luis R. Rodriguez
1
-42
/
+0
2009-11-12
ath9k_common: add new module to share 802.11n driver helpers
Luis R. Rodriguez
7
-369
/
+467
2009-11-12
ath9k: move RX skb post processing to a helper
Luis R. Rodriguez
1
-37
/
+52
2009-11-12
ath5k: use the common->keymap
Luis R. Rodriguez
2
-5
/
+7
2009-11-12
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
4
-80
/
+85
2009-11-12
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
Luis R. Rodriguez
1
-10
/
+10
2009-11-12
ath9k: move the max rx buffer size check to ath9k_rx_accept()
Luis R. Rodriguez
1
-4
/
+7
2009-11-12
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
Luis R. Rodriguez
1
-2
/
+2
2009-11-12
ath: move the rx bufsize to common to share with ath5k/ath9k
Luis R. Rodriguez
4
-24
/
+36
2009-11-12
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
Luis R. Rodriguez
1
-3
/
+3
2009-11-12
ath9k: avoid the copy skb->cb on every RX'd skb
Luis R. Rodriguez
1
-22
/
+16
2009-11-12
ath9k: move rssi processing into a helper
Luis R. Rodriguez
1
-17
/
+27
2009-11-12
ath9k: move qual processing into a helper
Luis R. Rodriguez
1
-32
/
+42
2009-11-12
ath9k: move rate descriptor reading into a helper
Luis R. Rodriguez
1
-29
/
+43
2009-11-12
ath9k: remove temp variable ratecode from ath_rx_prepare()
Luis R. Rodriguez
1
-5
/
+2
2009-11-12
ath9k: move RX check code into helper ath9k_rx_accept()
Luis R. Rodriguez
1
-22
/
+41
[next]