Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ea066d5a91f2610116dcd27054f749e4f07799d8
/
drivers
/
net
/
wireless
/
ath
ea066d5
ath9k: Add support for Adaptive Power Management
by Mohammed Shafi Shajakhan
· 14 years ago
8b7f853
ath9k: fix software retry counter tracking
by Felix Fietkau
· 14 years ago
81fc2a3
Revert "ath9k_htc: Handle monitor mode properly for HTC devices"
by Rajkumar Manoharan
· 14 years ago
8c5e9c8
ath9k: Remove code which enables btcoex based on subsys id
by Vasanthakumar Thiagarajan
· 14 years ago
8f5dcb1
ath9k: Reintroduce modparam to enable btcoex
by Vasanthakumar Thiagarajan
· 14 years ago
4f85593
ath9k_hw: remove ath9k_hw_stoppcurecv
by Felix Fietkau
· 14 years ago
fa6e15e
ath9k_htc: Identify devices using driver_info
by Rajkumar Manoharan
· 14 years ago
f7ec8fb
ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB)
by Rajkumar Manoharan
· 14 years ago
64f1217
ath9k_htc: Add driver_info in usb device list
by Rajkumar Manoharan
· 14 years ago
bedbbb9
ath: Add a driver_info bitmask field
by Rajkumar Manoharan
· 14 years ago
c8b5760
ath9k: avoid aggregation for VO traffic
by Luis R. Rodriguez
· 14 years ago
d7a066c9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
f8afa42
ath9k_htc: fix eeprom access
by Felix Fietkau
· 14 years ago
02d2ebb
ath9k_hw: fix A-MPDU key search issues on AR9003
by Felix Fietkau
· 14 years ago
5653a63
carl9170: Use static const
by Joe Perches
· 14 years ago
07b2fa5
ath9k: Use static const
by Joe Perches
· 14 years ago
8b22523
ath5k: Use static const
by Joe Perches
· 14 years ago
85be3d9
ar9170: Use const
by Joe Perches
· 14 years ago
a9ab211
carl9170: fix init-self regression
by Christian Lamparter
· 14 years ago
e1566d1
ath9k: fix recursive locking in the tx flush path
by Felix Fietkau
· 14 years ago
b397492
carl9170: fix virtual interface setup crash
by Christian Lamparter
· 14 years ago
d47844a
ath9k: fix timeout on stopping rx dma
by Felix Fietkau
· 14 years ago
aaa13ca
ath9k_hw: support reading calibration data from flash on AR9003
by Felix Fietkau
· 14 years ago
a05b5d45
ath9k: add support for reading eeprom from platform data on PCI devices
by Felix Fietkau
· 14 years ago
eef39be
ath5k: Use generic EWMA library
by Bruno Randolf
· 14 years ago
3bf30b5
ath9k_htc: Avoid setting QoS control for non-QoS frames
by Rajkumar Manoharan
· 14 years ago
488f6ba
ath9k_hw: add support for reading EEPROM data from the internal OTP ROM
by Felix Fietkau
· 14 years ago
2d42efc
ath9k: store frame information used by aggregation inside the skb tx info
by Felix Fietkau
· 14 years ago
04caf86
ath9k: more tx setup cleanups
by Felix Fietkau
· 14 years ago
71a3bf3
ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not set
by Felix Fietkau
· 14 years ago
28d1670
ath9k: clean up code duplication around ath_tx_start
by Felix Fietkau
· 14 years ago
c599261
ath9k: remove bf_tx_aborted from struct ath_buf
by Felix Fietkau
· 14 years ago
76e4522
ath9k: remove bfs_frmlen from struct ath_buf_state
by Felix Fietkau
· 14 years ago
b572d03
ath9k: remove bfs_nframes from struct ath_buf_state
by Felix Fietkau
· 14 years ago
269c44b
ath9k: remove bfs_al from struct ath_buf_state
by Felix Fietkau
· 14 years ago
3017047
ath9k: remove bfs_keyix from struct ath_buf_state
by Felix Fietkau
· 14 years ago
82259b7
ath9k: remove bfs_paprd_timestamp from struct ath_buf_state
by Felix Fietkau
· 14 years ago
952cd69
ath9k: remove bfs_keytype from struct ath_buf_state
by Felix Fietkau
· 14 years ago
5daefbd
ath9k: remove bfs_tidno from struct ath_buf_state
by Felix Fietkau
· 14 years ago
2d3bcba
ath9k: remove bfs_seqno from struct ath_buf_state
by Felix Fietkau
· 14 years ago
9a6b827
ath9k: fix PA predistortion training frame setup
by Felix Fietkau
· 14 years ago
c5d0855
ath9k_hw: set default values for radar pulse detection
by Felix Fietkau
· 14 years ago
28d9cc7
ath9k_htc: Use macro for caldata array size
by Mohammed Shafi Shajakhan
· 14 years ago
4e8c14e
ath9k_hw: add a private op for configuring radar pulse detection
by Felix Fietkau
· 14 years ago
82b873a
ath9k: clean up tx buffer setup
by Felix Fietkau
· 14 years ago
61117f0
ath9k: remove the tx info padding byte abuse
by Felix Fietkau
· 14 years ago
f0c255a
ath9k: handle tx underrun in the driver instead of rate control
by Felix Fietkau
· 14 years ago
1d666d8
ath9k: remove the unnecessary private xretry tx flag
by Felix Fietkau
· 14 years ago
7afbb2f
ath5k: Cleanup opmode setting logic.
by Ben Greear
· 14 years ago
6ee63f5
ath9k_hw: Fix low throughput issue with AR93xx
by Senthil Balasubramanian
· 14 years ago
39ec299
ath9k: Fix bug in delimiter padding computation
by Vasanthakumar Thiagarajan
· 14 years ago
bc20680
ath9k_hw: Add helper function for interpolation
by Vasanthakumar Thiagarajan
· 14 years ago
15cbbc4
ath9k_hw: Improve power control accuracy for AR9003
by Vasanthakumar Thiagarajan
· 14 years ago
f4475a6
ath9k_hw: Enable strong signal detection for AR9003
by Vasanthakumar Thiagarajan
· 14 years ago
52a0e24
ath9k_hw: Fix XPABIAS level configuration for AR9003
by Vasanthakumar Thiagarajan
· 14 years ago
3092354
ath9k_hw: add eeprom templates for ar9003 family chipsets
by Senthil Balasubramanian
· 14 years ago
3ceb801
ath9k_hw: Fix paprd training frame failure.
by Senthil Balasubramanian
· 14 years ago
ef5a6a7
ath9k_hw: Initialize 2GHz CTL properly.
by Senthil Balasubramanian
· 14 years ago
b3dd6bc
ath9k_hw: Add new member into the eeprom structure.
by Senthil Balasubramanian
· 14 years ago
a9d85fb
ath9k_hw: Fix a reset failure on AR9382 (2x2).
by Senthil Balasubramanian
· 14 years ago
72a8011
ath5k: Add support for antenna configuration
by Bruno Randolf
· 14 years ago
7e559ec
drivers/net/wireless/ath/debug.c: Use printf extension %pV
by Joe Perches
· 14 years ago
b5261cf
ath9k_hw: Set proper eeprom offset for AR9287 HTC devices
by Rajkumar Manoharan
· 14 years ago
7cbf261
ath9k_htc: Add new devices into AR7010
by Rajkumar Manoharan
· 14 years ago
32b0895
ath9k_htc: Update usb device ID list
by Rajkumar Manoharan
· 14 years ago
e8364bb
ath9k: Remove pm_qos request after hw unregister.
by Vivek Natarajan
· 14 years ago
dfa31fe
carl9170: fix usb anchor wait timeout
by Christian Lamparter
· 14 years ago
b1d771e
carl9170: use generic sign_extend32
by Christian Lamparter
· 14 years ago
7919a57
bitops: Provide generic sign_extend32 function
by Andreas Herrmann
· 14 years ago
5d882c9
ath5k: Print stats as unsigned ints.
by Ben Greear
· 14 years ago
041fb8f
carl9170: tx path review
by Christian Lamparter
· 14 years ago
066dae9
ath9k: rework tx queue selection and fix queue stopping/waking
by Felix Fietkau
· 14 years ago
3eedb6f
carl9170: configurable beacon rates
by Christian Lamparter
· 14 years ago
2a6cef5
carl9170: stop stale uplink BA sessions
by Christian Lamparter
· 14 years ago
e4a668c
carl9170: fix spurious restart due to high latency
by Christian Lamparter
· 14 years ago
e277690
carl9170: initialize HW aMPDU parameters properly
by Christian Lamparter
· 14 years ago
3f1240e
carl9170: import hw/fw header updates
by Christian Lamparter
· 14 years ago
6a6733f
ath9k: content DMA start / stop through the PCU lock
by Luis R. Rodriguez
· 14 years ago
4bdd1e9
ath9k: move the PCU lock to the sc structure
by Luis R. Rodriguez
· 14 years ago
9d94674
ath9k: simplify hw reset locking
by Luis R. Rodriguez
· 14 years ago
5d4c428
ath9k: Properly assign boolean types
by Mohammed Shafi Shajakhan
· 14 years ago
446fad5
ath9k_htc: Handle monitor mode properly for HTC devices
by Rajkumar Manoharan
· 14 years ago
8e7ce89
carl9170: fix typos
by Hauke Mehrtens
· 14 years ago
ff32d9c
ath9k_hw: fix potential spurious tx error bit interpretation
by Felix Fietkau
· 14 years ago
78a7685
ath9k: add a debug warning when we cannot stop RX
by Luis R. Rodriguez
· 14 years ago
b87b012
ath: add a ATH_DBG_WARN()
by Luis R. Rodriguez
· 14 years ago
14fb7c1
ath5k: make ath5k_update_bssid_mask_and_opmode() static
by Luis R. Rodriguez
· 14 years ago
f8c2a08
ath: make ath_hw_set_keycache_entry() static
by Luis R. Rodriguez
· 14 years ago
a3685d1
ath: make ath_hw_keysetmac() static
by Luis R. Rodriguez
· 14 years ago
babcbc2
ath9k: initialize per-channel tx power limits instead of hardcoding them
by Felix Fietkau
· 14 years ago
de40f31
ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpower
by Felix Fietkau
· 14 years ago
6b7b6cf
ath9k_hw: initialize regulatory->max_power_level in set_txpower for AR9003
by Felix Fietkau
· 14 years ago
edb40a2
ath5k: Add channel time to survey data
by Bruno Randolf
· 14 years ago
3dd0923
ath5k: Optimize descriptor alignment
by Bruno Randolf
· 14 years ago
123f5b8e
ath9k: Remove the median function in rate control
by Mohammed Shafi Shajakhan
· 14 years ago
ada9f1c
ath9k_hw: optimize all descriptor access functions
by Felix Fietkau
· 14 years ago
f0e94b4
ath9k: Convert to new PCI PM framework
by Rafael J. Wysocki
· 14 years ago
191d6a1
ath9k: fix sparse complaint on aphy for debugfs
by Luis R. Rodriguez
· 14 years ago
744bcb4
ath9k_hw: make ath9k_hw_gettsf32 static
by Felix Fietkau
· 14 years ago
8eb1dab
ath9k: remove a redundant call to ath9k_hw_gettsf32
by Felix Fietkau
· 14 years ago
Next »