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
/
ath9k
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Cleanup Powersave flags
Sujith
2010-01-12
4
-65
/
+68
*
ath9k: Add new file init.c
Sujith
2010-01-12
4
-839
/
+865
*
ath9k: Add a new file for GPIO
Sujith
2010-01-12
4
-406
/
+444
*
ath9k: re-enable ps by default for new single chip families
Luis R. Rodriguez
2010-01-12
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
2010-01-05
2
-4
/
+4
|
\
|
*
ath9k: fix ito64
Ming Lei
2010-01-04
1
-3
/
+3
|
*
ath9k: Fix Kconfig depends for ATH9K_DEBUGFS
Dominik Geyer
2010-01-04
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
2009-12-30
4
-2
/
+19
|
\
\
|
|
/
|
*
ath9k: fix missed error codes in the tx status check
Felix Fietkau
2009-12-28
2
-1
/
+4
|
*
ath9k: wake hardware during AMPDU TX actions
Luis R. Rodriguez
2009-12-28
1
-0
/
+6
|
*
ath9k: wake hardware for interface IBSS/AP/Mesh removal
Luis R. Rodriguez
2009-12-28
1
-0
/
+2
|
*
ath9k: fix suspend by waking device prior to stop
Sujith
2009-12-28
1
-0
/
+6
|
*
ath9k: Storage class should be before const qualifier
Tobias Klauser
2009-12-28
1
-1
/
+1
*
|
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
2009-12-28
1
-14
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
2009-12-28
3
-25
/
+25
|
\
\
|
|
/
|
*
ath9k: Stop ANI when doing a reset
Sujith
2009-12-21
1
-0
/
+6
|
*
ath9k: Fix TX queue draining
Sujith
2009-12-21
2
-3
/
+3
|
*
ath9k: Fix bug in assigning sequence number
Sujith
2009-12-21
1
-10
/
+3
|
*
ath9k: Last fix for TX software padding.
Benoit Papillault
2009-12-21
1
-11
/
+12
|
*
ath9k: fix tx status reporting
Felix Fietkau
2009-12-07
1
-1
/
+1
*
|
ath9k: Fix TX poll routine
Sujith
2009-12-22
1
-0
/
+2
*
|
ath9k: Remove ANI lock
Sujith
2009-12-22
2
-16
/
+4
*
|
ath9k: Clarify Interrupt mitigation
Sujith
2009-12-22
2
-6
/
+6
*
|
ath9k: add MCS rate index back to debufs rcstat
Luis R. Rodriguez
2009-12-22
2
-6
/
+36
*
|
ath9k_hw: remove unused ath9k_hw_devname() and ath9k_hw_probe()
Luis R. Rodriguez
2009-12-21
1
-30
/
+0
|
/
*
ath9k: enable 2GHz band only if the device supports it
Gabor Juhos
2009-12-04
3
-14
/
+31
*
ath9k: separate debugfs support from CONFIG_ATH_DEBUG
Felix Fietkau
2009-11-28
5
-14
/
+15
*
ath9k: Ensure a fair beacon distribution in IBSS mode.
Vivek Natarajan
2009-11-28
3
-5
/
+14
*
ath9k: Fix maximum tx fifo settings for single stream devices
Luis R. Rodriguez
2009-11-28
5
-8
/
+53
*
ath9k: Proper padding/unpadding for the TX/RX path.
Benoit Papillault
2009-11-28
4
-18
/
+31
*
ath9k: fix processing of TX PS null data frames
Luis R. Rodriguez
2009-11-28
7
-5
/
+69
*
ath9k: clean up rc rate table
Felix Fietkau
2009-11-28
2
-219
/
+109
*
ath9k: properly use the mac80211 rate control api
Felix Fietkau
2009-11-28
11
-294
/
+291
*
ath9k: remove warnings related to signed/unsigned type mismatch
John W. Linville
2009-11-25
2
-3
/
+1
*
ath9k: set ps_default as false
John W. Linville
2009-11-23
1
-0
/
+2
*
ath9k: This patch fix RX unpadding for any received frame.
Benoit PAPILLAULT
2009-11-23
1
-5
/
+14
*
mac80211: convert aggregation to operate on vifs/stas
Johannes Berg
2009-11-18
2
-3
/
+4
*
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
*
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
*
ath9k: move driver keymap, keymax and splitmic to common
Luis R. Rodriguez
2009-11-11
3
-80
/
+71
[next]