aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-12ath5k: fix slot time handlingFelix Fietkau1-0/+1
2011-04-12ath5k: fix SIFS time handlingFelix Fietkau1-2/+1
2011-04-12ath5k: fix short preamble rate duration valueFelix Fietkau1-1/+1
2011-03-09ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville1-1/+1
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-2/+2
2011-02-18ath5k: move external function definitions to a header fileBob Copeland1-0/+20
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf1-10/+8
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf1-1/+1
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf1-5/+1
2010-12-22ath5k: Track current TX power separately from max TX powerBruno Randolf1-0/+1
2010-12-22ath5k: Simplify powertable recalculationBruno Randolf1-0/+1
2010-12-02ath5k: Add AHB bus support.Felix Fietkau1-0/+40
2010-12-02ath5k: Add a function to read chipset's MAC revisionFelix Fietkau1-1/+3
2010-12-02ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau1-0/+6
2010-12-02ath5k: Move PCI bus functions to separate file.Felix Fietkau1-0/+3
2010-12-02ath5k: Introduce ath5k_init_softc function as in ath9kFelix Fietkau1-3/+10
2010-11-30ath5k: Clean up turbo mode initvals/rfregsNick Kossifidis1-14/+3
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis1-8/+1
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis1-2/+2
2010-11-30ath5k: Always set IFS intervals on resetNick Kossifidis1-0/+1
2010-11-30ath5k: Set all IFS intervals, not just slot timeNick Kossifidis1-23/+8
2010-11-30ath5k: Extend rate_durationNick Kossifidis1-2/+10
2010-11-30ath5k: Extend get_default_sifs/slot_timeNick Kossifidis1-4/+20
2010-11-30ath5k: Increase PHY settling parameters for turo modeNick Kossifidis1-3/+11
2010-11-30ath5k: Put core clock initialization on a new functionNick Kossifidis1-8/+18
2010-11-30ath5k: Add new field on ath5k_hw to track bandwidth modesNick Kossifidis1-1/+7
2010-11-30ath5k: Use new function to stop beacon queueNick Kossifidis1-2/+1
2010-11-30ath5k: Check RXE when setting RXDPNick Kossifidis1-1/+1
2010-11-30ath5k: Add new function to stop rx/tx DMANick Kossifidis1-1/+2
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-24/+36