Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d8e1ba76d619dbc0be8fbeee4e6c683b5c812d3a
/
drivers
/
net
/
wireless
/
ath
/
ath5k
/
base.c
d8e1ba7
ath5k: check return value of ieee80211_get_tx_rate
by John W. Linville
· 14 years ago
6ccf15a
ath5k: disable ASPM L0s for all cards
by Maxim Levitsky
· 14 years ago
b3f194e
ath5k: clean up rxlink handling
by Bruno Randolf
· 14 years ago
450464d
ath5k: disable tasklets during reset
by Bob Copeland
· 14 years ago
5faaff7
ath5k: move reset to mac80211 workqueue
by Bob Copeland
· 14 years ago
a666819
ath5k: use direct function calls for descriptors when possible
by Bruno Randolf
· 14 years ago
02a78b4
ath5k: move checks and stats into new function
by Bruno Randolf
· 14 years ago
8a89f06
ath5k: split descriptor handling and frame receive
by Bruno Randolf
· 14 years ago
b16062f
ath5k: unify rx descriptor error handling
by Bruno Randolf
· 14 years ago
39d63f2
ath5k: reset more pointers after we free skbs
by Bruno Randolf
· 14 years ago
0452d4a
ath5k: print more errors when decriptor setup fails
by Bruno Randolf
· 14 years ago
beade63
ath5k: fix some comment typos
by Bruno Randolf
· 14 years ago
9e4e43f
ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()
by Bruno Randolf
· 14 years ago
8d67a03
ath5k: more debug prints for resets
by Bruno Randolf
· 14 years ago
9d88477
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
6b5dccc
ath5k: retain promiscuous setting
by Bob Copeland
· 14 years ago
e307139
ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functions
by Tobias Doerffel
· 14 years ago
40ca22e
ath5k: add sysfs files for ANI parameters
by Bruno Randolf
· 15 years ago
6673e2e
ath5k: use ath5k_softc as driver data
by Bruno Randolf
· 15 years ago
afe8628
ath5k: run NF calibration only every 60 seconds
by Bruno Randolf
· 15 years ago
0e8e02d
ath5k: Stop queues only for NF calibration
by Bruno Randolf
· 15 years ago
9e04a7e
ath5k: move noise floor calibration into tasklet
by Bruno Randolf
· 15 years ago
ac55952
ath5k: initialize calibration timers
by Bruno Randolf
· 15 years ago
397f385
ath5k: wake queues on reset
by Bruno Randolf
· 15 years ago
b5eae9f
ath5k: consistently use rx_bufsize for RX DMA
by Bruno Randolf
· 15 years ago
6fe70aa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
9637e51
ath5k: drop warning on jumbo frames
by Luis R. Rodriguez
· 15 years ago
8316324
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
f5c044e
mac80211: remove deprecated noise field from ieee80211_rx_status
by John W. Linville
· 15 years ago
54c7c91
ath5k: remove usage of deprecated noise value
by John W. Linville
· 15 years ago
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
55ee82b
ath5k: basic support for survey
by Holger Schurig
· 15 years ago
5c01d56
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
87d77c4
ath5k: treat RXORN as non-fatal
by Bruno Randolf
· 15 years ago
0edc9a6
ath5k: Use high bitrates for ACK/CTS
by Bruno Randolf
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a05988b
ath5k: fix race condition in tx desc processing
by Bob Copeland
· 15 years ago
6b5d117
ath5k: clean up queue manipulation
by Bob Copeland
· 15 years ago
2111ac0
ath5k: Adaptive Noise Immunity (ANI) Implementation
by Bruno Randolf
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
da35111
ath5k: update phy errors codes
by Bruno Randolf
· 15 years ago
495391d
ath5k: simplify MIB counters
by Bruno Randolf
· 15 years ago
b4ea449
ath5k: keep beacon RSSI average
by Bruno Randolf
· 15 years ago
6a8a3f6
ath5k: move ath5k_hw_calibration_poll to base.c
by Bruno Randolf
· 15 years ago
e65e1d7
ath5k: remove the use of SWI interrupt
by Bruno Randolf
· 15 years ago
1063b17
ath5k: remove static calibration interval variable
by Bruno Randolf
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7644395
ath5k: add debugfs file frameerrors
by Bruno Randolf
· 15 years ago
ccfe555
ath5k: remove double opmode definition
by Bruno Randolf
· 15 years ago
caec911
ath5k: preserve antenna settings
by Bruno Randolf
· 15 years ago
604eead
ath5k: add antenna statistics and debugfs file for antenna settings
by Bruno Randolf
· 15 years ago
8127fbd
ath5k: Fix TX/RX padding for all frames
by Benoit Papillault
· 15 years ago
626ede6
ath5k: remove stale function declarations, make some functions static
by Pavel Roskin
· 15 years ago
f6f2230
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
2ac2927
ath5k: use correct packet type when transmitting
by Bob Copeland
· 15 years ago
3b21190
ath5k: remove get_tx_stats() mac80211 op
by Kalle Valo
· 15 years ago
10be7eb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
a951ae2
ath5k: fix setup for CAB queue
by Bob Copeland
· 15 years ago
63734642
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
6e08d22
ath5k: Implement mac80211 callback set_coverage_class
by Lukáš Turek
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 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
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
bcfc56a
ath5k: don't reset mcast filter when configuring the mode
by Bob Copeland
· 15 years ago
8ce54c5
ath5k: enable Power-Save Polls by setting the association ID
by Luis R. Rodriguez
· 15 years ago
be5d6b7
ath5k: simplify passed params to ath5k_hw_set_associd()
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
954fece
ath5k: use common curbssid, bssidmask and macaddr
by Luis R. Rodriguez
· 15 years ago
1775374
ath: move ath_bcast_mac to common header
by Luis R. Rodriguez
· 15 years ago
97a81f5
ath5k: don't use PCI ID to find the chip revision
by Pavel Roskin
· 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
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
6e22066
ath5k: Use SWI to trigger calibration
by Nick Kossifidis
· 15 years ago
edd7fc7
ath5k: Wakeup fixes
by Nick Kossifidis
· 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
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
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 15 years ago
Next »