summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
Commit message (Expand)AuthorAgeFilesLines
* average: change to declare precision, not factorJohannes Berg2017-03-021-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-5/+5
* debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-1/+1
* ath5k: use DECLARE_EWMAJohannes Berg2015-08-201-1/+3
* mac80211: remove support for IFF_PROMISCJohannes Berg2015-04-241-1/+0
* ath5k: fix reset raceSergey Ryazanov2015-03-131-0/+1
* ath5k: update dependenciesSergey Ryazanov2014-11-241-1/+1
* ath5k: revert AHB bus support removingSergey Ryazanov2014-11-241-0/+28
* ath5k: Remove AHB bus supportPaul Bolle2014-09-261-28/+0
* ath5k: support for FIF_FCSFAIL filterMathy Vanhoef2014-07-011-0/+1
* ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich2013-08-161-0/+1
* ath5k: cleanup channel to eprom_mode functionJiri Slaby2013-03-061-1/+2
* ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-101-1/+1
* mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-1/+1
* ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches2012-04-101-4/+5
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-15/+17
* ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh2012-03-061-0/+1
* ath5k:Remove __raw_read and __raw_writeJonathan Bither2012-02-221-2/+2
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* ath5k: Renumber hw queue idsNick Kossifidis2011-11-281-6/+4
* ath5k: MRR support and 2GHz radio override belong in ah_capabilitiesNick Kossifidis2011-11-281-6/+6
* ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis2011-11-281-165/+366
* ath5k: Calibration re-workNick Kossifidis2011-11-281-8/+7
* ath5k: Add TXNOFRM to INT_TX_ALLNick Kossifidis2011-11-281-0/+1
* ath5k: Switch from read-and-clear to write-to-clear method when handling PISR...Nick Kossifidis2011-11-281-1/+7
* ath5k: clean up base.h and its usePavel Roskin2011-08-081-34/+0
* ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-081-28/+4
* ath5k: remove most references to XRPavel Roskin2011-08-081-4/+0
* ath5k: remove unused and write-only structures and fieldsPavel Roskin2011-08-081-28/+0
* ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin2011-07-221-32/+0
* ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin2011-07-221-2/+2
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-201-28/+212
* ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau2011-07-131-0/+2
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-111-13/+13
* ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-081-10/+11
* ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin2011-07-081-2/+1
* ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin2011-07-081-1/+2
* ath5k: remove unneeded parentheses after returnPavel Roskin2011-07-081-1/+1
* ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-081-57/+57
* ath5k: minor cleanupPavel Roskin2011-06-171-3/+4
* ath5k: add a new bus op for reading the mac addressFelix Fietkau2011-04-141-1/+1
* ath: unshare struct ath_bus_ops between ath5k and ath9kFelix Fietkau2011-04-141-0/+6
* ath5k: reduce interrupt load caused by rx/tx interruptsFelix Fietkau2011-04-121-0/+13
* ath5k: remove ts_retry from ath5k_tx_statusFelix Fietkau2011-04-121-2/+1
* ath5k: remove ts_rate from ath5k_tx_statusFelix Fietkau2011-04-121-1/+0
* ath5k: fix slot time handlingFelix Fietkau2011-04-121-0/+1
* ath5k: fix SIFS time handlingFelix Fietkau2011-04-121-2/+1
* ath5k: fix short preamble rate duration valueFelix Fietkau2011-04-121-1/+1
* ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville2011-03-091-1/+1
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-2/+2
OpenPOWER on IntegriCloud