Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8a89f063e79bcbd38d01bb25948840fe909e62cd
/
drivers
/
net
/
wireless
/
ath
/
ath5k
8a89f06
ath5k: split descriptor handling and frame receive
by Bruno Randolf
· 15 years ago
b16062f
ath5k: unify rx descriptor error handling
by Bruno Randolf
· 15 years ago
39d63f2
ath5k: reset more pointers after we free skbs
by Bruno Randolf
· 15 years ago
0452d4a
ath5k: print more errors when decriptor setup fails
by Bruno Randolf
· 15 years ago
265faad
ath5k: fix rx descriptor debugging
by Bruno Randolf
· 15 years ago
beade63
ath5k: fix some comment typos
by Bruno Randolf
· 15 years ago
9e4e43f
ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()
by Bruno Randolf
· 15 years ago
8d67a03
ath5k: more debug prints for resets
by Bruno Randolf
· 15 years ago
3cfd43f
ath5k: add debugfs file for queue debugging
by Bruno Randolf
· 15 years ago
20fbed2
ath5k: no need to save/restore the default antenna
by Bruno Randolf
· 15 years ago
0ca7402
ath5k: new function for setting the antenna switch table
by Bruno Randolf
· 15 years ago
39d5b2c
ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masks
by Bruno Randolf
· 15 years ago
9d88477
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
436c109
ath5k: fix NULL pointer in antenna configuration
by Bruno Randolf
· 15 years ago
6b5dcccb
ath5k: retain promiscuous setting
by Bob Copeland
· 15 years ago
e307139
ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functions
by Tobias Doerffel
· 15 years ago
4f42486
ath5k: print error message if ANI levels are out of range
by Bruno Randolf
· 15 years ago
9537a16
ath5k: always calculate ANI listen time
by Bruno Randolf
· 15 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
30bd3a3
ath5k: clarify logic when to enable spur mitigation filter
by Bruno Randolf
· 15 years ago
230fc4f
ath5k: remove ATH_TRACE macro
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
77c2061
wireless: fix several minor description typos
by Walter Goldens
· 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
820ae8a
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 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
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
9637e51
ath5k: drop warning on jumbo frames
by Luis R. Rodriguez
· 15 years ago
cc75589
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
05e8594
ath5k: several off by one range checks
by Dan Carpenter
· 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
54c7c91e
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
1c0fc65
ath5k/ath9k: Fix 64 bits TSF reads
by Benoit Papillault
· 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
ace5d5d
ath5k: fixup some merge damage for AR5211 IQ calibration
by John W. Linville
· 15 years ago
4f59fce
ath5k: add bounds check to pdadc table
by Bob Copeland
· 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
1968cc7
ath5k: correct channel setting for 2.5 mhz spacing
by Bob Copeland
· 15 years ago
0f2df9e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge
by John W. Linville
· 15 years ago
2111ac0
ath5k: Adaptive Noise Immunity (ANI) Implementation
by Bruno Randolf
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
a8c944f
ath5k: add capability flag for phyerror counters
by Bruno Randolf
· 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
9d332c8
ath5k: initialize default noise floor
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
a9167f9
ath5k: optimize ath5k_hw_calibration_poll
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
33e2bf6
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
200763b
ath5k: remove unused beacon timer code
by John W. Linville
· 15 years ago
a93b7ae
ath5k: remove dead source in ath5k_combine_linear_pcdac_curves
by John W. Linville
· 15 years ago
6fe10e7
ath5k: remove some dead functions
by John W. Linville
· 15 years ago
e9f0838
ath5k: fixing retries in ath5k_hw_setup_4word_tx_desc
by Andrew Blaich
· 15 years ago
687c8ff
ath5k: Minor EEPROM documentation updates
by Bruno Randolf
· 15 years ago
49a85d2
ath5k: IQ calibration for AR5211 is slightly different
by Bruno Randolf
· 15 years ago
7644395
ath5k: add debugfs file frameerrors
by Bruno Randolf
· 15 years ago
9191545
ath5k: remove ah_gpio_npins
by Bruno Randolf
· 15 years ago
a71bceb
ath5k: remove ah_mac_revision
by Bruno Randolf
· 15 years ago
ff5d96c
ath5k: remove ah_magic
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
5f13bfa
ath5k: read eeprom IQ calibration values correctly for G mode
by Bruno Randolf
· 15 years ago
86415d4
ath5k: fix I/Q calibration (for real)
by Bruno Randolf
· 15 years ago
a3b980f
ath5k: fix TSF reset
by Bruno Randolf
· 15 years ago
8bd8bea
ath5k: use fixed antenna for tx descriptors
by Bruno Randolf
· 15 years ago
ec182d9
ath5k: move ath5k_hw_register_timeout() into reset.c
by Pavel Roskin
· 15 years ago
a25d1e4
ath5k: remove useless "extern" from function declarations
by Pavel Roskin
· 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
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
6373464
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
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
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 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
3a999e6e
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
Next »