summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/debug.c
AgeCommit message (Expand)Author
2020-09-22ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-03-12ath5k: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2018-10-01ath5k: Remove unused BUG_ONNathan Chancellor
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-05-19ath5k: fix memory leak on buf on failed eeprom readColin Ian King
2016-12-01ath5k: drop duplicate header vmalloc.hGeliang Tang
2016-09-03ath5k: fix EEPROM dumping via debugfsSergey Ryazanov
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg
2015-08-20ath5k: use DECLARE_EWMAJohannes Berg
2014-10-05Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-30ath5k: add missing include for debug codeFelix Fietkau
2014-09-09ath5k: Add missing vmalloc.h include.Stephen Rothwell
2014-09-04ath5k: added debugfs file for dumping eepromJade Bilkey
2013-08-26ath5k: debugfs: NULL-terminate stringsDjalal Harouni
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2011-10-31drivers/net: wireless/ath/ath5k/debug.c does not need module.hPaul Gortmaker
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-08-08ath5k: clean up base.h and its usePavel Roskin
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin
2011-04-12ath5k: clean up debugfs codeFelix Fietkau
2011-01-28ath5k: remove debug_dump_skb() functionsBob Copeland
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches
2010-11-30ath5k: Debug DMA timeoutsNick Kossifidis
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf
2010-11-15ath5k: Print stats as unsigned ints.Ben Greear
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-13ath5k: Move debugfs under ieee80211/[wiphy-name]Ben Greear
2010-10-12ath5k: fix build break from "ath5k: Print out opmode in debugfs"Joe Perches
2010-10-11ath5k: use the common cycle counter / listen time implementationFelix Fietkau
2010-10-11ath5k: Print out opmode in debugfs.Ben Greear
2010-10-05ath5k: Print rx/tx bytes in debugfsBen Greear
2010-09-27ath5k: Add bssid mask and rxfilter to debugfs.Ben Greear
2010-09-21ath5k: Count how many times a queue got stuckBruno Randolf
2010-09-21ath5k: Fix queue debug fileBruno Randolf
2010-08-25ath5k: log descriptor chains at a new debug levelBob Copeland
2010-07-26ath5k: snprintf() returns largish valuesDan Carpenter
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland
2010-06-16ath5k: remove pointless rx error overlay structBruno Randolf
2010-06-16ath5k: fix rx descriptor debuggingBruno Randolf
2010-06-16ath5k: more debug prints for resetsBruno Randolf
2010-06-08ath5k: add debugfs file for queue debuggingBruno Randolf
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf