Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6eb07caf1ac5723720caea2ee93cd11b7058a0aa
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
mac.c
ee40fa0
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 14 years ago
846d936
ath9k_hw: fix a regression in key miss handling
by Felix Fietkau
· 13 years ago
72d874c
ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default
by Felix Fietkau
· 13 years ago
1b8714f
ath9k_hw: clean up hardware revision checks
by Felix Fietkau
· 13 years ago
66ac69c
ath9k_hw: remove the old tx descriptor API
by Felix Fietkau
· 13 years ago
479c689
ath9k: qinfo never be NULL in setuptxqueue
by Rajkumar Manoharan
· 13 years ago
3de2111
ath9k: Remove unused argument tsf from ath9k_hw_rxprocdesc
by Rajkumar Manoharan
· 13 years ago
e8fe733
ath9k: Use atomic reference count for interrupt ops
by Rajkumar Manoharan
· 13 years ago
b037b69
ath9k: do not enable interrupt on set interrupt mask
by Rajkumar Manoharan
· 13 years ago
0472ade
ath9k_hw: Fix incorrect key_miss handling
by Senthil Balasubramanian
· 13 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 14 years ago
94333f5
ath9k_hw: Change DCU backoff thresh for AR9340
by Rajkumar Manoharan
· 14 years ago
f78eb65
ath9k_hw: Enable generic timer interrupt.
by Vivek Natarajan
· 14 years ago
429576b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
79d1d2b
ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430
by Vasanthakumar Thiagarajan
· 14 years ago
5882da02
ath9k_hw: fix stopping rx DMA during resets
by Felix Fietkau
· 14 years ago
b64c6a3
ath9k: cleanup few redundant macros
by Mohammed Shafi Shajakhan
· 14 years ago
f4c607d
ath9k_hw: remove pCap->total_queues
by Felix Fietkau
· 14 years ago
ca7a4de
ath9k_hw: replace REG_READ+REG_WRITE with REG_RMW
by Felix Fietkau
· 14 years ago
106af2c
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
· 14 years ago
efff395
ath9k: improve reliability of beacon transmission and stuck beacon handling
by Felix Fietkau
· 14 years ago
0d51ccc
ath9k: fix stopping tx dma on reset
by Felix Fietkau
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
385918c
ath9k: correct ath9k_hw_set_interrupts
by Stanislaw Gruszka
· 14 years ago
8d8d3fd
ath9k: fix misplaced debug code
by Felix Fietkau
· 14 years ago
2dac4fb
ath9k: Add more information to debugfs xmit file.
by Ben Greear
· 14 years ago
115dad7
ath9k_hw: partially revert "fix dma descriptor rx error bit parsing"
by Felix Fietkau
· 14 years ago
1c30cc1
ath9k_hw: fix dma descriptor rx error bit parsing
by Felix Fietkau
· 14 years ago
393934c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
226afe6
ath: Convert ath_print to ath_dbg
by Joe Perches
· 14 years ago
3800276
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
by Joe Perches
· 14 years ago
38852b2
ath9k: Fix STA disconnect issue due to received MIC failed bcast frames
by Senthil Balasubramanian
· 14 years ago
d89197c
Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"
by John W. Linville
· 14 years ago
916448e
ath9k: Fix STA disconnect issue due to received MIC failed bcast frames
by Senthil Balasubramanian
· 14 years ago
4f85593
ath9k_hw: remove ath9k_hw_stoppcurecv
by Felix Fietkau
· 14 years ago
4df3071
ath9k_hw: optimize interrupt mask changes
by Felix Fietkau
· 14 years ago
15a6321
ath9k_hw: Fix hw reset failure with HTC driver
by Rajkumar Manoharan
· 14 years ago
435c161
ath9k_hw: clean up register write buffering
by Felix Fietkau
· 14 years ago
3ae74c3
ath9k_hw: handle rx key miss
by Felix Fietkau
· 14 years ago
56363dd
ath9k: fix spurious MIC failure reports
by Felix Fietkau
· 14 years ago
9a2af88
ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003
by Luis R. Rodriguez
· 15 years ago
40346b6
ath9k_hw: inform ANI calibration when scanning
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
5bea400
ath9k_hw: Fix TX interrupt mitigation settings
by Luis R. Rodriguez
· 15 years ago
7d0d0df
ath9k_hw: Use buffered register writes
by Sujith
· 15 years ago
9b9cc61
ath9k_hw: Abort rx if hw is not coming out of full sleep in reset
by Vasanthakumar Thiagarajan
· 15 years ago
3deb4da
ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset
by Luis R. Rodriguez
· 15 years ago
79de237
ath9k_hw: enable CRC check of descriptors for AR9003
by Luis R. Rodriguez
· 15 years ago
b622a72
ath9k_hw: move AR9002 mac ops to its own file
by Luis R. Rodriguez
· 15 years ago
cc610ac0
ath9k_hw: Define abstraction for tx desc access
by Vasanthakumar Thiagarajan
· 15 years ago
55e82df
ath9k_hw: Abstract the routine which returns interrupt status
by Vasanthakumar Thiagarajan
· 15 years ago
87d5efb
ath9k_hw: Add abstraction to set/get link pointer
by Vasanthakumar Thiagarajan
· 15 years ago
3f3a1c8
ath9k_hw: Move code which populates ds_data to ath9k_hw
by Vasanthakumar Thiagarajan
· 15 years ago
cee1f62
ath9k_hw: Add abstraction for rx enable
by Vasanthakumar Thiagarajan
· 15 years ago
152d530
ath9k: remove ah->mask_reg, it's never used properly
by Pavel Roskin
· 15 years ago
8e6f5aa
ath9k: split out access to rx status information
by Felix Fietkau
· 15 years ago
db1a052
ath9k: split out access to tx status information
by Felix Fietkau
· 15 years ago
e492d7c
ath9k_hw: fix TX descriptor setup for AR9271
by Sujith
· 15 years ago
74bad5c
ath9k: never read from the AR_IMR_S2 register
by Pavel Roskin
· 15 years ago
e8009e9
ath9k: Fix TX queue draining
by Sujith
· 15 years ago
f4709fd
ath9k: Fix maximum tx fifo settings for single stream devices
by Luis R. Rodriguez
· 15 years ago
e7824a5
ath9k: fix processing of TX PS null data frames
by Luis R. Rodriguez
· 15 years ago
536b3a7
ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
by Luis R. Rodriguez
· 15 years ago
7322fd1
ath9k: move hw code to its own module
by Luis R. Rodriguez
· 15 years ago
990b70a
ath9k: move ATH9K_RSSI_BAD to hw.h
by Luis R. Rodriguez
· 15 years ago
cfe8cba
ath9k: clarify what hw code is and remove ath9k.h from a few files
by Luis R. Rodriguez
· 15 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
54e4cec
ath9k: Cleanup function return types
by Sujith
· 15 years ago
dd8b15b
ath9k: RX stucks during heavy traffic in HT40 mode.
by Senthil Balasubramanian
· 15 years ago
203c480
atheros: put atheros wireless drivers into ath/
by Luis R. Rodriguez
· 16 years ago
[Renamed from drivers/net/wireless/ath9k/mac.c]
d8baa93
ath9k: Cleanup debug messages
by Sujith
· 16 years ago
cee075a
ath9k: Update copyright in all the files
by Sujith
· 16 years ago
83befbd
ath9k: Fix antenna assignment bug in TX status processing
by Sujith
· 16 years ago
0caa7b1
ath9k: Fix HW wait timeout
by Sujith
· 16 years ago
2660b81
ath9k: Remove all the useless ah_ variable prefixes
by Sujith
· 16 years ago
cbe61d8
ath9k: Merge ath_hal and ath_hal_5416 structures
by Sujith
· 16 years ago
394cf0a
ath9k: Header file cleanup
by Sujith
· 16 years ago
c89424d
ath9k: Handle mac80211's RC flags for MCS rates
by Sujith
· 16 years ago
94ff91d
ath9k: Fix bug in TX DMA termination
by Sujith
· 16 years ago
8aa15e1
ath9k: avoid rx frames with corrupted descriptor.
by Senthil Balasubramanian
· 16 years ago
e759407
ath9k: Adding support for Atheros AR9285 chipset.
by Senthil Balasubramanian
· 16 years ago
2a163c6
ath9k: Add a debugfs file for dumping DMA status
by Sujith
· 16 years ago
04bd463
ath9k: Use cleaner debug masks
by Sujith
· 16 years ago
daa9deb
ath9k: Update TX trigger level on a FIFO underrun.
by Sujith
· 16 years ago
f1dc560
ath9k: Refactor hw.c
by Sujith
· 16 years ago