index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath5k
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath5k: Fix I/Q calibration
Lukáš Turek
2009-11-23
1
-2
/
+2
*
ath5k: allow setting txpower to 0
Bob Copeland
2009-11-16
1
-2
/
+0
*
ath5k: use the common->keymap
Luis R. Rodriguez
2009-11-11
2
-5
/
+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
1
-8
/
+14
*
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
*
|
ath5k: add LED support for Acer Aspire One AO751h/AO531h
Keng-Yu Lin
2009-11-06
1
-0
/
+2
*
|
wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig
John W. Linville
2009-10-30
1
-1
/
+1
*
|
ath5k: use noise calibration from madwifi hal
Bob Copeland
2009-10-27
5
-80
/
+148
*
|
ath5k: enable Power-Save Polls by setting the association ID
Luis R. Rodriguez
2009-10-07
2
-3
/
+9
*
|
ath5k: fix regression which triggers an SME join upon assoc
Luis R. Rodriguez
2009-10-07
1
-2
/
+2
*
|
ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()
Luis R. Rodriguez
2009-10-07
1
-7
/
+8
*
|
ath5k: simplify passed params to ath5k_hw_set_associd()
Luis R. Rodriguez
2009-10-07
5
-9
/
+9
*
|
ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()
Luis R. Rodriguez
2009-10-07
2
-2
/
+2
*
|
ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assoc
Luis R. Rodriguez
2009-10-07
1
-7
/
+2
*
|
ath5k: fix regression on setting bssid mask on association
Luis R. Rodriguez
2009-10-07
1
-1
/
+1
*
|
Wireless / ath5k: Simplify suspend and resume callbacks
Rafael J. Wysocki
2009-10-07
1
-24
/
+11
*
|
atheros: add ieee80211_hw to ath_common
Luis R. Rodriguez
2009-10-07
1
-0
/
+1
*
|
atheros: define shared bssidmask setting
Luis R. Rodriguez
2009-10-07
6
-125
/
+13
*
|
ath5k: define ath_common ops
Luis R. Rodriguez
2009-10-07
3
-17
/
+27
*
|
ath5k: allocate ath5k_hw prior to initializing hw
Luis R. Rodriguez
2009-10-07
3
-24
/
+21
*
|
ath5k: move ath_common to ath5k_hw
Luis R. Rodriguez
2009-10-07
3
-10
/
+16
*
|
ath5k: initialize eeprom struct early on attach
Luis R. Rodriguez
2009-10-07
1
-3
/
+2
*
|
ath5k: use common curbssid, bssidmask and macaddr
Luis R. Rodriguez
2009-10-07
5
-47
/
+28
*
|
atheros: use get_unaligned_le*() for bssid mask setting
Luis R. Rodriguez
2009-10-07
3
-24
/
+25
*
|
ath: move ath_bcast_mac to common header
Luis R. Rodriguez
2009-10-07
3
-3
/
+3
|
/
*
trivial: fix typos "man[ae]g?ment" -> "management"
Uwe Kleine-Koenig
2009-09-21
1
-1
/
+1
*
ath5k: don't use PCI ID to find the chip revision
Pavel Roskin
2009-08-28
3
-25
/
+29
*
ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()
Pavel Roskin
2009-08-28
1
-24
/
+5
*
ath5k: clarify srev comparison for CCMP check
Bob Copeland
2009-08-28
2
-5
/
+3
*
ath5k: add hardware CCMP encyption support
Bob Copeland
2009-08-28
3
-0
/
+14
*
ath5k: use the skb->cb directly for RX status
Bob Copeland
2009-08-28
1
-20
/
+21
*
ath5k: add led pin configuration for compaq c700 laptop
Marcos Chaparro
2009-08-28
1
-0
/
+2
*
ath5k: clean up filter flags setting
Bob Copeland
2009-08-28
1
-16
/
+23
*
ath: move regulatory info into shared common structure
Luis R. Rodriguez
2009-08-20
4
-11
/
+22
*
mac80211: allow configure_filter callback to sleep
Johannes Berg
2009-08-20
1
-25
/
+39
*
ath5k: use bit shift operators for cache line size
Luis R. Rodriguez
2009-08-14
1
-2
/
+2
*
ath5k: use common ath.ko ath_rxbuf_alloc()
Luis R. Rodriguez
2009-08-14
2
-15
/
+9
*
ath5k: Use SWI to trigger calibration
Nick Kossifidis
2009-08-14
4
-11
/
+67
*
ath5k: Preserve pcicfg bits during attach
Nick Kossifidis
2009-08-14
1
-1
/
+1
*
ath5k: Wakeup fixes
Nick Kossifidis
2009-08-14
4
-62
/
+140
*
ath5k: Linear PCDAC code fixes
Nick Kossifidis
2009-08-14
1
-7
/
+17
*
ath5k: Check EEPROM before tweaking SERDES
Nick Kossifidis
2009-08-14
3
-22
/
+48
*
drivers/net/wireless/ath/ath5k: Change constant name
Julia Lawall
2009-08-14
1
-1
/
+1
*
ath5k: fix missing output in monitor mode after ifconfig up
Joerg Albert
2009-08-14
1
-20
/
+15
*
ath5k: fix CAB queue operation
Bob Copeland
2009-08-04
1
-1
/
+4
*
ath5k: update PCU opmode whenever a new interface is added
Bob Copeland
2009-08-04
1
-0
/
+3
[next]