Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
47db3a677b533489d1a5a027282aa33f46dffa79
/
drivers
/
net
/
wireless
/
ath
/
ath5k
47db3a6
ath5k: adding LED support for AR5BXB63 cards
by Luca Verdesca
· 15 years ago
a951ae2
ath5k: fix setup for CAB queue
by Bob Copeland
· 15 years ago
5d6ce62
ath5k: dont use external sleep clock in AP mode
by Bob Copeland
· 15 years ago
6e08d22
ath5k: Implement mac80211 callback set_coverage_class
by Lukáš Turek
· 15 years ago
3578e6e
ath5k: Reimplement clock rate to usec conversion
by Lukáš Turek
· 15 years ago
e1aa369
ath5k: Fix functions for getting/setting slot time
by Lukáš Turek
· 15 years ago
4f9b2a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
359207c
ath5k: Fix eeprom checksum check for custom sized eeproms
by Luis R. Rodriguez
· 15 years ago
891dc5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
1ed32e4
mac80211: remove struct ieee80211_if_init_conf
by Johannes Berg
· 15 years ago
671adc9
wireless: remove remaining qual code
by Johannes Berg
· 15 years ago
242ab7a
ath5k: fix SWI calibration interrupt storm
by Bob Copeland
· 15 years ago
512414b
ath5k: enable EEPROM checksum check
by Luis R. Rodriguez
· 15 years ago
6a213af
ath5k: add support for Dell Vostro A860 LED
by Shahar Or
· 15 years ago
f1cf2db
ath5k: Fix I/Q calibration
by Lukáš Turek
· 15 years ago
2eb2fa6
ath5k: allow setting txpower to 0
by Bob Copeland
· 15 years ago
dc1e001
ath5k: use the common->keymap
by Luis R. Rodriguez
· 15 years ago
dd84978
ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it
by Luis R. Rodriguez
· 15 years ago
cc861f7
ath: move the rx bufsize to common to share with ath5k/ath9k
by Luis R. Rodriguez
· 15 years ago
2071a00
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
1e93bd4
ath5k: add LED definition for BenQ Joybook R55v
by Bob Copeland
· 15 years ago
6f9797a
ath5k: add LED support for HP Compaq CQ60
by Bob Copeland
· 15 years ago
bcfc56a
ath5k: don't reset mcast filter when configuring the mode
by Bob Copeland
· 15 years ago
77c8258
ath5k: add LED support for Acer Aspire One AO751h/AO531h
by Keng-Yu Lin
· 15 years ago
133d7c6
wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig
by John W. Linville
· 15 years ago
e5e2647
ath5k: use noise calibration from madwifi hal
by Bob Copeland
· 15 years ago
8ce54c5
ath5k: enable Power-Save Polls by setting the association ID
by Luis R. Rodriguez
· 15 years ago
a3f86bf
ath5k: fix regression which triggers an SME join upon assoc
by Luis R. Rodriguez
· 15 years ago
abba068
ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()
by Luis R. Rodriguez
· 15 years ago
be5d6b7
ath5k: simplify passed params to ath5k_hw_set_associd()
by Luis R. Rodriguez
· 15 years ago
91b9eb8
ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()
by Luis R. Rodriguez
· 15 years ago
a72d57a
ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assoc
by Luis R. Rodriguez
· 15 years ago
eb053a0
ath5k: fix regression on setting bssid mask on association
by Luis R. Rodriguez
· 15 years ago
baee1f3
Wireless / ath5k: Simplify suspend and resume callbacks
by Rafael J. Wysocki
· 15 years ago
b002a4a
atheros: add ieee80211_hw to ath_common
by Luis R. Rodriguez
· 15 years ago
13b8155
atheros: define shared bssidmask setting
by Luis R. Rodriguez
· 15 years ago
e5aa847
ath5k: define ath_common ops
by Luis R. Rodriguez
· 15 years ago
9adca12
ath5k: allocate ath5k_hw prior to initializing hw
by Luis R. Rodriguez
· 15 years ago
db71971
ath5k: move ath_common to ath5k_hw
by Luis R. Rodriguez
· 15 years ago
394317f
ath5k: initialize eeprom struct early on attach
by Luis R. Rodriguez
· 15 years ago
954fece
ath5k: use common curbssid, bssidmask and macaddr
by Luis R. Rodriguez
· 15 years ago
bcd8f54
atheros: use get_unaligned_le*() for bssid mask setting
by Luis R. Rodriguez
· 15 years ago
1775374
ath: move ath_bcast_mac to common header
by Luis R. Rodriguez
· 15 years ago
3dbda77
trivial: fix typos "man[ae]g?ment" -> "management"
by Uwe Kleine-Koenig
· 15 years ago
97a81f5
ath5k: don't use PCI ID to find the chip revision
by Pavel Roskin
· 15 years ago
3b3ee43
ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()
by Pavel Roskin
· 15 years ago
ca5efbe
ath5k: clarify srev comparison for CCMP check
by Bob Copeland
· 15 years ago
1c81874
ath5k: add hardware CCMP encyption support
by Bob Copeland
· 15 years ago
1c5256b
ath5k: use the skb->cb directly for RX status
by Bob Copeland
· 15 years ago
09c9bae
ath5k: add led pin configuration for compaq c700 laptop
by Marcos Chaparro
· 15 years ago
56d1de0
ath5k: clean up filter flags setting
by Bob Copeland
· 15 years ago
608b88c
ath: move regulatory info into shared common structure
by Luis R. Rodriguez
· 15 years ago
3ac64be
mac80211: allow configure_filter callback to sleep
by Johannes Berg
· 15 years ago
13311b0
ath5k: use bit shift operators for cache line size
by Luis R. Rodriguez
· 15 years ago
aeb63cf
ath5k: use common ath.ko ath_rxbuf_alloc()
by Luis R. Rodriguez
· 15 years ago
6e220662
ath5k: Use SWI to trigger calibration
by Nick Kossifidis
· 15 years ago
b55a5de
ath5k: Preserve pcicfg bits during attach
by Nick Kossifidis
· 15 years ago
edd7fc7
ath5k: Wakeup fixes
by Nick Kossifidis
· 15 years ago
d1cb0bd
ath5k: Linear PCDAC code fixes
by Nick Kossifidis
· 15 years ago
c38e7a9
ath5k: Check EEPROM before tweaking SERDES
by Nick Kossifidis
· 15 years ago
4d30d30
drivers/net/wireless/ath/ath5k: Change constant name
by Julia Lawall
· 15 years ago
e30eb4a
ath5k: fix missing output in monitor mode after ifconfig up
by Joerg Albert
· 15 years ago
8784d2e
ath5k: fix CAB queue operation
by Bob Copeland
· 15 years ago
ae6f53f
ath5k: update PCU opmode whenever a new interface is added
by Bob Copeland
· 15 years ago
75323fa
ath5k: remove EXPERIMENTAL marker
by Luis R. Rodriguez
· 15 years ago
b820b3b
ath: simplify kconfig dependency and add documentation
by Luis R. Rodriguez
· 15 years ago
f974cfd
ath5k: fix values for bus error bits in ISR2
by Pavel Roskin
· 15 years ago
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
65b5a69
ath5k: temporarily disable crypto for AP mode
by Bob Copeland
· 15 years ago
3355443
ath5k: write PCU registers on initial reset
by Bob Copeland
· 15 years ago
0d0cd72
ath5k: do not release irq across suspend/resume
by Bob Copeland
· 15 years ago
2180049
ath5k: rework beacon configuration
by Bob Copeland
· 15 years ago
cec8db2
ath5k: send buffered frames after the beacon
by Bob Copeland
· 15 years ago
3167007
ath5k: remove permissions from debugfs files
by Jiri Slaby
· 15 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 15 years ago
f0f3d38
ath5k: enable hardware LEDs
by Bob Copeland
· 15 years ago
46026e8
ath5k: cleanup ath5k_hw struct
by Bob Copeland
· 15 years ago
5165aec
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
eab0cd4
ath5k: fix beacon_int handling
by Jiri Slaby
· 15 years ago
8451d22d
ath5k: avoid PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling
by Jouni Malinen
· 15 years ago
d2aa455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 15 years ago
35edf8a
ath5k: fix mesh beaconing
by Nick Kossifidis
· 15 years ago
a6ae071
ath5k: minor rfkill cleanup
by Bob Copeland
· 15 years ago
e6a3b61
ath5k: added cfg80211 based rfkill support
by Tobias Doerffel
· 15 years ago
72828b1
ath5k: disable beacon interrupt when interface is down
by Bob Copeland
· 15 years ago
73ca520
ath5k: remove conf->beacon_int usage
by Bob Copeland
· 15 years ago
55aa4e0
ath5k: avoid leaking mutex in ath5k_config
by John W. Linville
· 15 years ago
c649c0e3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e31a16d
wireless: move some utility functions from mac80211 to cfg80211
by Zhu Yi
· 15 years ago
9c8b3ed
ath5k: avoid and warn on potential infinite loop
by Bob Copeland
· 15 years ago
1071db8
ath5k: update beacons in AP mode
by Bob Copeland
· 15 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
84379cb
Add LED support for AR5BXB6 IBM Thinkpad PCIe adapters
by Paride Legovini
· 16 years ago
6752ee9
ath5k: use ctl settings based on current regdomain
by Bob Copeland
· 16 years ago
57e6c56
ath5k: Add Spur filter support on newer chips
by Nick Kossifidis
· 16 years ago
2bed03e
ath5k: Implement antenna control
by Nick Kossifidis
· 16 years ago
6f5f39c
ath5k: Enable AP mode
by Jiri Slaby
· 16 years ago
428cbd4
ath5k: Beaconing fixes
by Nick Kossifidis
· 16 years ago
1889ba0
ath5k: Put remaining EEPROM data on ee struct
by Nick Kossifidis
· 16 years ago
Next »