Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
be21871f24b0fcd8d0d09c8090385c9cec80efa3
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
debug.c
066dae9
ath9k: rework tx queue selection and fix queue stopping/waking
by Felix Fietkau
· 14 years ago
191d6a1
ath9k: fix sparse complaint on aphy for debugfs
by Luis R. Rodriguez
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
772d551
ath9k: make rate control debugfs stats per station
by Felix Fietkau
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
99c15bf
ath9k: Report total tx/rx bytes and packets in debugfs.
by Ben Greear
· 14 years ago
8e0167a
ath9k : Fix for displaying the channel number
by Mohammed Shafi Shajakhan
· 14 years ago
3905751
ath9k: Print rxfilter in debugfs.
by Ben Greear
· 14 years ago
41f3e54
ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40
by Felix Fietkau
· 15 years ago
1d2231e
ath9k: remove duplicate WMM AC definitions
by Felix Fietkau
· 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
08578b8
ath9k: enable the baseband watchdog events for AR9003
by Luis R. Rodriguez
· 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
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
3b51cc9
Merge branch 'master' into for-davem
by John W. Linville
· 15 years ago
a9616f4
ath9k: add RXLP and RXHP to debugfs counters
by Luis R. Rodriguez
· 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
60ece40
wireless/ath: remove trailing space in messages
by Frans Pop
· 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
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
991a098
ath9k: allocate string buffer in read_file_dma() by kmalloc()
by Pavel Roskin
· 15 years ago
1395d3f
ath9k: Add debugfs file for RX errors
by Sujith
· 15 years ago
c755ad3
ath9k: add MCS rate index back to debufs rcstat
by Luis R. Rodriguez
· 15 years ago
a830df0
ath9k: separate debugfs support from CONFIG_ATH_DEBUG
by Felix Fietkau
· 15 years ago
545750d
ath9k: properly use the mac80211 rate control api
by Felix Fietkau
· 15 years ago
827e69b
ath9k: get rid of tx_info_priv
by Felix Fietkau
· 15 years ago
faa27fa
ath9k: move common->debug_mask setting to ath_init_softc()
by Luis R. Rodriguez
· 15 years ago
bc974f4
atheros: define a common priv struct
by Luis R. Rodriguez
· 15 years ago
475a6e4
ath9k: use common read/write ops on pci and debug code
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
7cf4a2e
ath9k: Wrap DMA dump function with PS wakeup/restore
by Sujith
· 15 years ago
fec247c
ath9k: Add debug counters for TX
by Sujith
· 15 years ago
9d49e86
ath9k: remove permissions from debugfs files
by Jiri Slaby
· 15 years ago
581f725
ath9k: Fix write callback of 'debug' which configures debug mask
by Vasanthakumar Thiagarajan
· 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
203c480
atheros: put atheros wireless drivers into ath/
by Luis R. Rodriguez
· 16 years ago
[Renamed from drivers/net/wireless/ath9k/debug.c]
7dd5874
ath9k: Check for root debugfs file
by Sujith
· 16 years ago
cee075a
ath9k: Update copyright in all the files
by Sujith
· 16 years ago
62b4fb6
ath9k: Fix bug in reading debugfs file 'rcstat'
by Sujith
· 16 years ago
5210311
ath9k: fix compile error in debug.c
by Gabor Juhos
· 16 years ago
19d8bc2
ath9k: create a common debugfs_root for all device instances
by Gabor Juhos
· 16 years ago
39d89cd
ath9k: Add a debugfs interface for controlling virtual wiphys
by Jouni Malinen
· 16 years ago
9e71279
ath9k: Add PER to RC debug statistics
by Sujith
· 16 years ago
cbe61d8
ath9k: Merge ath_hal and ath_hal_5416 structures
by Sujith
· 16 years ago
17d7904
ath9k: Remove all the sc_ prefixes
by Sujith
· 16 years ago
394cf0a
ath9k: Header file cleanup
by Sujith
· 16 years ago
029bc43
ath9k: Add retry counters to rate control debug file
by Sujith
· 16 years ago
7a7dec6
ath9k: Add debugfs files for printing TX rate details
by Sujith
· 16 years ago
3b5d665
mac80211: Generic TSF debugging
by Alina Friedrichsen
· 16 years ago
27abe06
ath9k: Read and write the TSF via debugfs
by Alina Friedrichsen
· 16 years ago
817e11d
ath9k: Add a debugfs file to show interrupt statistics
by Sujith
· 16 years ago
2a163c6
ath9k: Add a debugfs file for dumping DMA status
by Sujith
· 16 years ago
826d268
ath9k: Add initial layout for an ath9k specific debugfs mechanism
by Sujith
· 16 years ago
88b126a
ath9k: Add ATH9K_DEBUG configuration option
by Sujith
· 16 years ago