Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b8b0f377c762558b3773e27f73c7bbcd0fa40171
/
drivers
/
net
/
wireless
/
ath
/
ath9k
b8b0f37
ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config()
by Luis R. Rodriguez
· 15 years ago
50aca25
ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults()
by Luis R. Rodriguez
· 15 years ago
f9d4a66
ath9k: move hw macrevision checker to helper
by Luis R. Rodriguez
· 15 years ago
07c10c6
ath9k: pass only one argument to hw attach
by Luis R. Rodriguez
· 15 years ago
ee2bb46
ath9k: call hw initializer directly
by Luis R. Rodriguez
· 15 years ago
e1e2f93
ath9k: move cache setting of softc ah prior to attach
by Luis R. Rodriguez
· 15 years ago
8df5d1b
ath9k: move devid cache setting to ath_init()
by Luis R. Rodriguez
· 15 years ago
4f3acf8
ath9k: move memory allocation of ath_hw to ath_init()
by Luis R. Rodriguez
· 15 years ago
7819ac8
ath9k: propagate hw initialization errors
by Luis R. Rodriguez
· 15 years ago
fbf5466
ath9k: use a switch for revising supported hw mac revisions
by Luis R. Rodriguez
· 15 years ago
ed459c1
ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw
by Luis R. Rodriguez
· 15 years ago
42935ec
mac80211: redefine usage of the mac80211 workqueue
by Luis R. Rodriguez
· 16 years ago
0b3acfa
ath9k: Remove unused ath9k_hw_intrget()
by Vasanthakumar Thiagarajan
· 16 years ago
3fc0fbf
ath9k: Maintain monotonicity of PER while going across different phy
by Vasanthakumar Thiagarajan
· 16 years ago
42e8856
ath9k: Update rate control for 11NA HT40 mode
by Vasanthakumar Thiagarajan
· 16 years ago
b820b3b
ath: simplify kconfig dependency and add documentation
by Luis R. Rodriguez
· 16 years ago
c94dbff
ath9k: move workqueue cancels to stop callback
by Luis R. Rodriguez
· 16 years ago
35c95ab
ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()
by Luis R. Rodriguez
· 16 years ago
9851bad
ath9k: re-order cancelling of work on mac80211 workqueue
by Luis R. Rodriguez
· 16 years ago
2f6d7c1
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
df597ef
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
35a1e70
ath9k: remove unused ATH_PCI_VERSION
by Luis R. Rodriguez
· 16 years ago
fec247c
ath9k: Add debug counters for TX
by Sujith
· 16 years ago
cbdec97
ath9k: get rid of unnecessary setpower calls
by Gabor Juhos
· 16 years ago
9614832
ath9k: fix race with IEEE80211_CONF_PS checks
by Gabor Juhos
· 16 years ago
ac88b6e
ath9k: Add support for AR9287 based chipsets.
by Vivek Natarajan
· 16 years ago
4ef7084
ath9k: Remove a few redundant variables/macros
by Sujith
· 16 years ago
f83da96
ath9k: Cleanup return values
by Sujith
· 16 years ago
9e98ac6
ath9k: Remove redundant HT macros
by Sujith
· 16 years ago
305fe47
ath9k: Fix a sparse warning
by Sujith
· 16 years ago
c49fd52
ath9k: Trivial fix in Kconfig
by Sujith
· 16 years ago
d9db5fa
ath9k: Add init values for AR9287 based chipsets.
by Vivek Natarajan
· 16 years ago
008749f
ath9k: Read outside array bounds
by Roel Kluin
· 16 years ago
95a2b2e
ath9k: do not stop the queues in driver stop
by Luis R. Rodriguez
· 16 years ago
f9b604f
ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf
by Gabor Juhos
· 16 years ago
1b7e528
ath9k: wake up the chip for TSF reset
by Gabor Juhos
· 16 years ago
04dc882
ath9k: Add AR9287 based chipsets' register information.
by Vivek Natarajan
· 16 years ago
6483917
ath9k: disable radio when all devices are marked idle
by Luis R. Rodriguez
· 16 years ago
709ade9
ath9k: serialize ath9k_ps_{wakeup,restore} calls
by Gabor Juhos
· 16 years ago
0bc0798
ath9k: uninline ath9k_ps_{wakeup,restore} functions
by Gabor Juhos
· 16 years ago
04717cc
ath9k: serialize ath9k_hw_setpower calls
by Gabor Juhos
· 16 years ago
ebaa245
ath9k: Remove pointless ath9k_ps_restore() in ath_detach()
by Vasanthakumar Thiagarajan
· 16 years ago
c41d92d
ath9k: Handle tx desc shortage more appropriately
by Vasanthakumar Thiagarajan
· 16 years ago
8e7f98b
ath9k: Remove bogus assert in ath_clone_txbuf()
by Vasanthakumar Thiagarajan
· 16 years ago
164ace3
ath9k: Fix TX hang issue with Atheros chipsets
by Senthil Balasubramanian
· 16 years ago
dd8b15b
ath9k: RX stucks during heavy traffic in HT40 mode.
by Senthil Balasubramanian
· 16 years ago
a59b5a5
ath9k: Manipulate and report the correct RSSI
by Senthil Balasubramanian
· 16 years ago
922bac6
ath9k: Nuke struct ath_tx_ratectrl_state
by Vasanthakumar Thiagarajan
· 16 years ago
c413046
ath9k: Use probe interval instead of rssi reduce interval
by Vasanthakumar Thiagarajan
· 16 years ago
ddf4a2d
ath9k: Remove unused members from rate control structure
by Vasanthakumar Thiagarajan
· 16 years ago
39a4caf
ath9k: Remove dead code in rate control
by Vasanthakumar Thiagarajan
· 16 years ago
e25739a
ath9k: remove rate control wraper
by Luis R. Rodriguez
· 16 years ago
4c6d4f5
mac80211: add helper for management / no-ack frame rate decision
by Luis R. Rodriguez
· 16 years ago
7682a76
ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks
by Luis R. Rodriguez
· 16 years ago
201c3b4
ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix()
by Luis R. Rodriguez
· 16 years ago
b9b6e15
ath9k: remap ATH9K_MODE_*
by Luis R. Rodriguez
· 16 years ago
dfe80a3
ath9k: remove ATH9K_MODE_11B
by Luis R. Rodriguez
· 16 years ago
4e6df85
ath9k: remove unused ath_rc_isvalid_txmask()
by Luis R. Rodriguez
· 16 years ago
39448b0
ath9k: rename ath_rc_get_nextlowervalid_txrate()
by Luis R. Rodriguez
· 16 years ago
20f5721
ath9k: remove pointless wrapper ath_rc_rate_getidx()
by Luis R. Rodriguez
· 16 years ago
7466c524
ath9k: remove unused stepdown when looking for the next rate
by Luis R. Rodriguez
· 16 years ago
984d021
ath9k: remove unused min rate calculation code
by Luis R. Rodriguez
· 16 years ago
dd19018
ath9k: cleanup try count for MRR in rate control
by Luis R. Rodriguez
· 16 years ago
e43419f
ath9k: downgrade assert in rc.c for invalid rate
by Luis R. Rodriguez
· 16 years ago
74d1541
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c66284f
ath9k: Tune ANI function processing on AP mode during ANI reset
by Luis R. Rodriguez
· 16 years ago
9d49e86
ath9k: remove permissions from debugfs files
by Jiri Slaby
· 16 years ago
6badaaf
drivers/net/wireless/ath/ath9k: Remove unnecessary semicolons
by Joe Perches
· 16 years ago
140add2
ath9k: Handle different TX and RX streams properly.
by Senthil Balasubramanian
· 16 years ago
e5f0921
ath9k: race condition in SCANNING state check during ANI calibration
by Senthil Balasubramanian
· 16 years ago
f38faa3
ath9k: stop ani when the STA gets disconnected.
by Senthil Balasubramanian
· 16 years ago
2664f20
ath9k: remove unnecessary STATION mode check.
by Senthil Balasubramanian
· 16 years ago
7d5ca3b
ath9k: differentiate quality reporting between legacy and HT configurations
by Luis R. Rodriguez
· 16 years ago
293dc5d
ath9k: remove ath_rx_ps_back_to_sleep helper
by Gabor Juhos
· 16 years ago
b7351a0
ath9k: remove unnecessary clearing of SC_OP_WAIT_{BEACON,CAB} flags
by Gabor Juhos
· 16 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 16 years ago
c4f9f16
ath9k: Make sure we configure a non-zero beacon interval
by Vasanthakumar Thiagarajan
· 16 years ago
8a46097
ath9k: downgrade ASSERT() in ath_clone_txbuf()
by Vasanthakumar Thiagarajan
· 16 years ago
c3d8f02
ath9k: Remove unnecessary count for addba attempt
by Vasanthakumar Thiagarajan
· 16 years ago
089e698
ath9k: Nuke unneccesary helper function to see if aggr is active
by Vasanthakumar Thiagarajan
· 16 years ago
cbfe89c
ath9k: Fix leak in tx descriptor
by Vasanthakumar Thiagarajan
· 16 years ago
38ab422
ath9k: restore PS mode, before we put the chip into FULL SLEEP state.
by Gabor Juhos
· 16 years ago
58f5fff
ath9k: wait for beacon frame along with CAB
by Gabor Juhos
· 16 years ago
f021484
ath9k: Fix PCI FATAL interrupts by restoring RETRY_TIMEOUT disabling
by Jouni Malinen
· 16 years ago
f0e9a86
ath9k: process rx packet if we are waiting for CAB
by Gabor Juhos
· 16 years ago
7fe96a1
ath9k: prevent sleeping while we are waiting for CAB
by Gabor Juhos
· 16 years ago
3989279
ath9k: restore power mode on error path
by Gabor Juhos
· 16 years ago
3b319aa
ath9k: port to cfg80211 rfkill
by Johannes Berg
· 16 years ago
159cd46
ath9k: Make sure we have current channel in ah_curchan before rf disable/enable
by Vasanthakumar Thiagarajan
· 16 years ago
82880a7
ath9k: Add helper to get ath9k specific current channel
by Vasanthakumar Thiagarajan
· 16 years ago
5eae659
ath9k: Fix tx stuck when connected to aggr disabled HT AP
by Vasanthakumar Thiagarajan
· 16 years ago
581f725
ath9k: Fix write callback of 'debug' which configures debug mask
by Vasanthakumar Thiagarajan
· 16 years ago
19d337d
rfkill: rewrite
by Johannes Berg
· 16 years ago
546256f
ath9k: Add sanity check for beacon_int in adhoc/mesh case
by Jouni Malinen
· 16 years ago
2493928
ath9k: Add "debug" file to debugfs
by Jeff Hansen
· 16 years ago
bedf087
ath9k: Combine legacy and 11n rc statistics
by Jeff Hansen
· 16 years ago
b74444f
ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon
by Jeff Hansen
· 16 years ago
e31a16d
wireless: move some utility functions from mac80211 to cfg80211
by Zhu Yi
· 16 years ago
ccdfeab
ath9k: Update Beacon timers based on timestamp from the AP
by Jouni Malinen
· 16 years ago
267a901
ath9k: Optimize TBTT/DTIM calculation for timers
by Jouni Malinen
· 16 years ago
Next »