aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-210/+276
* 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
* ath5k: move external function definitions to a header fileBob Copeland2011-02-181-0/+20
* ath5k: Fix short and long retry configurationBruno Randolf2011-01-281-10/+8
* ath5k: Use helper function to get eeprom mode from channelBruno Randolf2010-12-221-1/+1
* ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf2010-12-221-5/+1
* ath5k: Track current TX power separately from max TX powerBruno Randolf2010-12-221-0/+1
* ath5k: Simplify powertable recalculationBruno Randolf2010-12-221-0/+1
* ath5k: Add AHB bus support.Felix Fietkau2010-12-021-0/+40
* ath5k: Add a function to read chipset's MAC revisionFelix Fietkau2010-12-021-1/+3
* ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau2010-12-021-0/+6
* ath5k: Move PCI bus functions to separate file.Felix Fietkau2010-12-021-0/+3
* ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau2010-12-021-3/+10
* ath5k: Clean up turbo mode initvals/rfregsNick Kossifidis2010-11-301-14/+3
* ath5k: Cleanup turbo channel flagsNick Kossifidis2010-11-301-8/+1
* ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis2010-11-301-2/+2
* ath5k: Always set IFS intervals on resetNick Kossifidis2010-11-301-0/+1
* ath5k: Set all IFS intervals, not just slot timeNick Kossifidis2010-11-301-23/+8
* ath5k: Extend rate_durationNick Kossifidis2010-11-301-2/+10
* ath5k: Extend get_default_sifs/slot_timeNick Kossifidis2010-11-301-4/+20
* ath5k: Increase PHY settling parameters for turo modeNick Kossifidis2010-11-301-3/+11
* ath5k: Put core clock initialization on a new functionNick Kossifidis2010-11-301-8/+18
* ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis2010-11-301-1/+7
* ath5k: Use new function to stop beacon queueNick Kossifidis2010-11-301-2/+1
* ath5k: Check RXE when setting RXDPNick Kossifidis2010-11-301-1/+1
* ath5k: Add new function to stop rx/tx DMANick Kossifidis2010-11-301-1/+2
* ath5k: Reset cleanup and generic cleanupNick Kossifidis2010-11-301-24/+36
* ath5k: Use generic EWMA libraryBruno Randolf2010-11-181-24/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | ath5k: store the clock rate in common data on channel changesFelix Fietkau2010-10-111-1/+1
* | ath5k: Check and fix ATIM windowBruno Randolf2010-09-281-0/+1
* | ath5k: Remove unused variable for atim windowBruno Randolf2010-09-281-1/+0
* | ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf2010-09-211-8/+3
* | ath5k: Add watchdog for stuck TX queuesBruno Randolf2010-09-211-0/+2
* | ath5k: Use common crypt capabilities flagsBruno Randolf2010-09-161-2/+0
* | ath5k: Remove old ath5k key handling functionsBruno Randolf2010-09-161-5/+0
* | ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis2010-08-241-4/+1
* | ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis2010-08-241-1/+1
|/
* ath5k: use direct function calls for descriptors when possibleBruno Randolf2010-06-161-5/+5
* ath5k: fix some comment typosBruno Randolf2010-06-161-1/+1