aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer1-1/+0
2022-01-17ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer1-1/+0
2022-01-17ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer1-1/+0
2022-01-17ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer1-1/+0
2020-08-14ath5k: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2017-03-02average: change to declare precision, not factorJohannes Berg1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-08-20ath5k: use DECLARE_EWMAJohannes Berg1-1/+3
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-1/+0
2015-03-13ath5k: fix reset raceSergey Ryazanov1-0/+1
2014-11-24ath5k: update dependenciesSergey Ryazanov1-1/+1
2014-11-24ath5k: revert AHB bus support removingSergey Ryazanov1-0/+28
2014-09-26ath5k: Remove AHB bus supportPaul Bolle1-28/+0
2014-07-01ath5k: support for FIF_FCSFAIL filterMathy Vanhoef1-0/+1
2013-08-16ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich1-0/+1
2013-03-06ath5k: cleanup channel to eprom_mode functionJiri Slaby1-1/+2
2012-08-10ath5k: Put power_level where it belongs and rename itNick Kossifidis1-1/+1
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-1/+1
2012-04-10ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches1-4/+5
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-15/+17
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh1-0/+1
2012-02-22ath5k:Remove __raw_read and __raw_writeJonathan Bither1-2/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-28ath5k: Renumber hw queue idsNick Kossifidis1-6/+4
2011-11-28ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis1-6/+6
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-165/+366
2011-11-28ath5k: Calibration re-workNick Kossifidis1-8/+7
2011-11-28ath5k: Add TXNOFRM to INT_TX_ALLNick Kossifidis1-0/+1
2011-11-28ath5k: Switch from read-and-clear to write-to-clear method when handling PISR/SISR registersNick Kossifidis1-1/+7
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-34/+0
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-28/+4
2011-08-08ath5k: remove most references to XRPavel Roskin1-4/+0
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin1-28/+0
2011-07-22ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin1-32/+0
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin1-2/+2
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-28/+212
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau1-0/+2
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-13/+13
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-10/+11
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin1-2/+1
2011-07-08ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin1-1/+2
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin1-1/+1
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin1-57/+57
2011-06-17ath5k: minor cleanupPavel Roskin1-3/+4
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau1-1/+1
2011-04-14ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau1-0/+6
2011-04-12ath5k: reduce interrupt load caused by rx/tx interruptsFelix Fietkau1-0/+13
2011-04-12ath5k: remove ts_retry from ath5k_tx_statusFelix Fietkau1-2/+1
2011-04-12ath5k: remove ts_rate from ath5k_tx_statusFelix Fietkau1-1/+0