index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: set ps_default as false
John W. Linville
2009-11-23
1
-0
/
+2
*
ath5k: Fix I/Q calibration
Lukáš Turek
2009-11-23
1
-2
/
+2
*
ath9k: This patch fix RX unpadding for any received frame.
Benoit PAPILLAULT
2009-11-23
1
-5
/
+14
*
cfg80211: convert bools into flags
Johannes Berg
2009-11-19
1
-3
/
+2
*
ar9170: Add support for D-Link DWA 160 A2
Thomas Klute
2009-11-18
1
-1
/
+3
*
mac80211: convert aggregation to operate on vifs/stas
Johannes Berg
2009-11-18
3
-5
/
+7
*
ath9k: Fix bug in initializing chain masks
Sujith
2009-11-18
1
-1
/
+1
*
ath9k: Remove a few unused functions
Sujith
2009-11-18
4
-169
/
+0
*
ath9k: Remove a few unused variables
Sujith
2009-11-18
2
-23
/
+0
*
ath9k: Cleanup bss_info_changed callback
Sujith
2009-11-18
1
-77
/
+37
*
ath9k: get rid of tx_info_priv
Felix Fietkau
2009-11-18
6
-97
/
+83
*
ar9170: do not discard valuable DUPOFDM frames
Christian Lamparter
2009-11-18
1
-2
/
+2
*
ath5k: allow setting txpower to 0
Bob Copeland
2009-11-16
1
-2
/
+0
*
ath9k: fix massive rx packet loss issue
Felix Fietkau
2009-11-16
1
-0
/
+1
*
ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054
Vasanthakumar Thiagarajan
2009-11-13
1
-2
/
+2
*
ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit
Vasanthakumar Thiagarajan
2009-11-13
1
-1
/
+1
*
ath9k_common: clarify and correct jumbogram processing
Luis R. Rodriguez
2009-11-11
1
-10
/
+11
*
ath9k_common: remove ath9k_compute_qual()
Luis R. Rodriguez
2009-11-11
1
-42
/
+0
*
ath9k_common: add new module to share 802.11n driver helpers
Luis R. Rodriguez
2009-11-11
7
-369
/
+467
*
ath9k: move RX skb post processing to a helper
Luis R. Rodriguez
2009-11-11
1
-37
/
+52
*
ath5k: use the common->keymap
Luis R. Rodriguez
2009-11-11
2
-5
/
+7
*
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
2009-11-11
4
-80
/
+85
*
ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess()
Luis R. Rodriguez
2009-11-11
1
-10
/
+10
*
ath9k: move the max rx buffer size check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-4
/
+7
*
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
Luis R. Rodriguez
2009-11-11
1
-2
/
+2
*
ath: move the rx bufsize to common to share with ath5k/ath9k
Luis R. Rodriguez
2009-11-11
4
-24
/
+36
*
ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-3
/
+3
*
ath9k: avoid the copy skb->cb on every RX'd skb
Luis R. Rodriguez
2009-11-11
1
-22
/
+16
*
ath9k: move rssi processing into a helper
Luis R. Rodriguez
2009-11-11
1
-17
/
+27
*
ath9k: move qual processing into a helper
Luis R. Rodriguez
2009-11-11
1
-32
/
+42
*
ath9k: move rate descriptor reading into a helper
Luis R. Rodriguez
2009-11-11
1
-29
/
+43
*
ath9k: remove temp variable ratecode from ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-5
/
+2
*
ath9k: move RX check code into helper ath9k_rx_accept()
Luis R. Rodriguez
2009-11-11
1
-22
/
+41
*
ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-19
/
+20
*
ath9k: move struct ath_ani to common area
Luis R. Rodriguez
2009-11-11
4
-40
/
+42
*
ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()
Luis R. Rodriguez
2009-11-11
3
-15
/
+17
*
ath9k: do not pass the entire descriptor to ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-34
/
+36
*
ath9k: handle low buffer space for virtual wiphys
Luis R. Rodriguez
2009-11-11
3
-5
/
+60
*
ath9k: use the right hw on ath_tx_setup_buffer() for HT
Luis R. Rodriguez
2009-11-11
1
-1
/
+1
*
ath9k: use correct hw for tx aggregation TX completion
Luis R. Rodriguez
2009-11-11
1
-1
/
+8
*
ath9k: pass the ieee80211_hw on radio enable/disable
Luis R. Rodriguez
2009-11-11
3
-13
/
+15
*
ath9k: use the passed ieee80211_hw on ath_rx_prepare()
Luis R. Rodriguez
2009-11-11
1
-1
/
+1
*
ath9k: simpify RX by calling ath_get_virt_hw() once
Luis R. Rodriguez
2009-11-11
1
-10
/
+18
*
ath9k: update hw configuration for virtual wiphys
Luis R. Rodriguez
2009-11-11
1
-0
/
+5
*
ath9k: fix listening to idle requests
Luis R. Rodriguez
2009-11-11
3
-10
/
+42
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-11
2
-1
/
+4
|
\
|
*
ath5k: add LED definition for BenQ Joybook R55v
Bob Copeland
2009-11-10
1
-0
/
+2
|
*
ath5k: add LED support for HP Compaq CQ60
Bob Copeland
2009-11-10
1
-0
/
+2
|
*
ath5k: don't reset mcast filter when configuring the mode
Bob Copeland
2009-11-10
1
-1
/
+0
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2009-11-09
18
-827
/
+1135
|
\
\
[next]