Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a6d2055b02dde1067075795274672720baadd3ca
/
drivers
/
net
/
wireless
/
ath
/
ath9k
a6d2055
ath9k: fix extending the rx timestamp with the hardware TSF
by Felix Fietkau
· 15 years ago
ebe297c
ath9k: make ath_get_hal_qnum static
by Felix Fietkau
· 15 years ago
9623009
ath9k: remove declarations of some nonexistant functions
by Felix Fietkau
· 15 years ago
1d2231e
ath9k: remove duplicate WMM AC definitions
by Felix Fietkau
· 15 years ago
e8c35a7
ath9k_htc: use common WMM AC definitions instead of ath9k ones
by Felix Fietkau
· 15 years ago
293f2ba
ath9k: fix mac80211 queue lookup for waking up queues
by Felix Fietkau
· 15 years ago
1cc5c4b
ath9k_hw: update 5 GHz tx gain tables for femless and high power PA
by Luis R. Rodriguez
· 15 years ago
644c78c
ath9k_hw: reduce delay on programming INI on AR9003
by Luis R. Rodriguez
· 15 years ago
03c7251
ath9k_hw: enable ANI for AR9003
by Luis R. Rodriguez
· 15 years ago
e36b27a
ath9k: add new ANI implementation for AR9003
by Luis R. Rodriguez
· 15 years ago
40346b6
ath9k_hw: inform ANI calibration when scanning
by Luis R. Rodriguez
· 15 years ago
7ca710d
ath9k_hw: add register definitions for the new ANI
by Luis R. Rodriguez
· 15 years ago
ac0bb76
ath9k_hw: allow for spliting up ANI operations by family
by Luis R. Rodriguez
· 15 years ago
6e97f0f
ath9k_hw: clear MIB interrupt causes when skipping ANI adjustments
by Luis R. Rodriguez
· 15 years ago
37e5bf6
ath9k_hw: fix clock rate calculations for ANI
by Luis R. Rodriguez
· 15 years ago
7337725
ath9k_hw: move clock definitions from hw.c to hw.h
by Luis R. Rodriguez
· 15 years ago
85ad181
mac80211: allow drivers to sleep in ampdu_action
by Johannes Berg
· 15 years ago
5d22c89
mac80211: remove non-irqsafe aggregation callbacks
by Johannes Berg
· 15 years ago
a5fdbca
ath: Fix uninitialized variable warnings
by Prarit Bhargava
· 15 years ago
9e55ba7
ath9k: Fix bug in rate table
by Vasanthakumar Thiagarajan
· 15 years ago
6267dc7
ath9k_htc: Configure credit size for AR7010
by Sujith
· 15 years ago
ea46e64
ath9k_htc: Setup 5GHz channels
by Sujith
· 15 years ago
29d9075
ath9k_htc: Configure dual stream rates
by Sujith
· 15 years ago
6debeca
ath9k_htc: Setup HT capabilites for 2-stream devices
by Sujith
· 15 years ago
61389f3
ath9k_common: Move count_streams to common module
by Sujith
· 15 years ago
b176286
ath9k_htc: Add support for AR7010
by Sujith
· 15 years ago
cbba8cd
ath9k_hw: Configure byte swap for non AR9271 chips
by Sujith
· 15 years ago
ce43cee
ath9k: Determine Firmware on probe
by Sujith
· 15 years ago
abd984e
ath9k_htc: Use proper station add/remove callbacks
by Sujith
· 15 years ago
ce9426d
ath9k: fix dma sync in rx path
by Ming Lei
· 15 years ago
84642d6
ath9k: fix queue stop/start based on the number of pending frames
by Felix Fietkau
· 15 years ago
764580f
ath9k_htc: Fix fair beacon distribution
by Sujith
· 15 years ago
21d5130
ath9k_htc: Handle host RX disable
by Sujith
· 15 years ago
e9201f0
ath9k_htc: Handle monitor interface removal
by Sujith
· 15 years ago
2336776
ath9k_htc: Fix locking for ps_idle
by Sujith
· 15 years ago
3901737
ath9k_htc: Remove useless cancel_work_sync
by Sujith
· 15 years ago
4a34a8c
ath9k_htc: Fix bug in handling CONF_IDLE
by Sujith
· 15 years ago
cb551df
ath9k_htc: Add PS wrappers
by Sujith
· 15 years ago
881ac6a
ath9k_htc: Revamp CONF_IDLE handling
by Sujith
· 15 years ago
e9141f7
ath9k_hw: Fix async fifo for AR9287
by Sujith
· 15 years ago
15ae733
ath9k_hw: Update the PCI WAR register
by Sujith
· 15 years ago
a55f858
ath9k_hw: Cleanup TX power calculation for AR9287
by Sujith
· 15 years ago
79d7f4b
ath9k_hw: Optimize ath9k_hw_ar9287_set_board_values
by Sujith
· 15 years ago
16c94ac
ath9k_hw: Cleanup eeprom_9287.c
by Sujith
· 15 years ago
1f03baa
ath9k: use the key handling code from ath9k_common instead of duplicating it
by Felix Fietkau
· 15 years ago
eed8e22
ath9k_common: use allocated key cache entries for multi BSS crypto support
by Felix Fietkau
· 15 years ago
1d0bb42
ath9k_hw: add multicast key search support
by Felix Fietkau
· 15 years ago
ed3305b
ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabled
by John W. Linville
· 15 years ago
43163f0
ath9k: cleanup: remove unneeded null check
by Dan Carpenter
· 15 years ago
b7b1b51
ath9k: Fix bug in validating received data length for edma
by Vasanthakumar Thiagarajan
· 15 years ago
5c6dd92
ath9k: Fix bug in accessing skb->data of rx frame for edma
by Vasanthakumar Thiagarajan
· 15 years ago
9f167f6
ath9k: Clean up few function parameters in recv.c
by Vasanthakumar Thiagarajan
· 15 years ago
93ef24b
ath9k: Move driver specific structures
by Sujith
· 15 years ago
d435700
ath9k: Move ath9k specific RX code to driver
by Sujith
· 15 years ago
c5395b6
ath9k_hw: Enable TX IQ calibration on AR9003
by Luis R. Rodriguez
· 15 years ago
d5d1154
ath9k_hw: Enable auto sleep for ar9003
by Vasanthakumar Thiagarajan
· 15 years ago
fdf7662
ath9k: Fix power save with auto sleeping
by Vasanthakumar Thiagarajan
· 15 years ago
de0f648
ath9k: Make sure null func frame is acked before going into PS for ar9003
by Vasanthakumar Thiagarajan
· 15 years ago
77c2061
wireless: fix several minor description typos
by Walter Goldens
· 15 years ago
17525f9
ath9k_htc: Enable RX STBC for AR9271
by Sujith
· 15 years ago
b4dec5e
ath9k_htc: Enable SGI in HT20 for AR9271
by Sujith
· 15 years ago
2c76ef8
ath9k_htc: Update HT configuration properly
by Sujith
· 15 years ago
0d425a7
ath9k_htc: Cleanup rate initialization
by Sujith
· 15 years ago
01574c4
ath9k_htc: Initvals update for AR9271
by Sujith
· 15 years ago
a465a2c
drivers/net/wireless/ath/ath9k: Use kmemdup
by Julia Lawall
· 15 years ago
0423606
ath9k/debug: fixup the return codes
by Dan Carpenter
· 15 years ago
2b87f3a
ath9k/debug: improve the snprintf() handling
by Dan Carpenter
· 15 years ago
5682422
ath9k: fix dma direction for map/unmap in ath_rx_tasklet
by Ming Lei
· 15 years ago
ff37d9a
ath9k_htc: Increase credit size
by Sujith
· 15 years ago
b80841c
ath9k_htc: Remove HW queue translation
by Sujith
· 15 years ago
ca74b83
ath9k_htc: Initialize beacon/CAB queues
by Sujith
· 15 years ago
2edb458
ath9k_htc: Add queue statistics to xmit debugfs file
by Sujith
· 15 years ago
6473d24
ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips
by Vasanthakumar Thiagarajan
· 15 years ago
08578b8
ath9k: enable the baseband watchdog events for AR9003
by Luis R. Rodriguez
· 15 years ago
aea702b
ath9k_hw: add support for the AR9003 baseband watchdog
by Luis R. Rodriguez
· 15 years ago
9a13b1e
ath9k_hw: rename the ar9003_initvals.h to ar9003_2p0_initvals.h
by Luis R. Rodriguez
· 15 years ago
7284635
ath9k_hw: add support for the AR9003 2.2
by Luis R. Rodriguez
· 15 years ago
7c9fd60
ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is used
by Vasanthakumar Thiagarajan
· 15 years ago
9be8ab2
ath9k: Fix ath_print in xmit for hardware reset.
by Justin P. Mattock
· 15 years ago
a65e4cb
ath9k: remove VEOL support for ad-hoc
by Felix Fietkau
· 15 years ago
774610e
ath9k: change beacon allocation to prefer the first beacon slot
by Felix Fietkau
· 15 years ago
ededf1f
ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep
by Vasanthakumar Thiagarajan
· 15 years ago
7606688
ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()
by Dan Carpenter
· 15 years ago
690e781
ath9k_htc: dereferencing before check in hif_usb_tx_cb()
by Dan Carpenter
· 15 years ago
3dc3fc5
Revert "ath9k: Group Key fix for VAPs"
by John W. Linville
· 15 years ago
617f3d0
wireless: update gfp/slab.h includes
by Tejun Heo
· 15 years ago
ab1d864
ath9k: remove AR9003 from PCI IDs for now
by Luis R. Rodriguez
· 15 years ago
ee289b6
drivers/net: remove useless semicolons
by Joe Perches
· 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
ffdc4cb
ath9k_hw: clean up EEPROM endian handling on AR9003
by Felix Fietkau
· 15 years ago
9bff0bc
ath9k: add debugfs files for reading/writing registers
by Felix Fietkau
· 15 years ago
1534069
ath9k: add debugfs files for reading/writing the rx and tx chainmask
by Felix Fietkau
· 15 years ago
c8a72c0
ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entries
by Felix Fietkau
· 15 years ago
8116daf
ath9k_htc: Fix array overflow
by Sujith.Manoharan@atheros.com
· 15 years ago
d8c49ff
ath9k_htc: Fix target ready race condition
by Sujith.Manoharan@atheros.com
· 15 years ago
47fce02
ath9k_htc: Reorder HTC initialization
by Sujith.Manoharan@atheros.com
· 15 years ago
1d8af8c
ath9k_htc: Allocate URBs properly
by Sujith.Manoharan@atheros.com
· 15 years ago
05a30f9
ath9k_htc: Lock sta_notify() callback
by Sujith.Manoharan@atheros.com
· 15 years ago
Next »