summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/reset.c
Commit message (Expand)AuthorAgeFilesLines
* ath5k: cleanup channel to eprom_mode functionJiri Slaby2013-03-061-3/+1Star
* NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby2013-02-081-0/+2
* ath5k: precedence error in ath5k_hw_nic_wakeup()Dan Carpenter2012-11-161-3/+3
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-0/+2
* ath5k:Remove __raw_read and __raw_writeJonathan Bither2012-02-221-5/+5
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-201-2/+2
* ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis2011-11-281-52/+164
* ath5k: Use usleep_range where possibleNick Kossifidis2011-11-281-7/+7
* ath5k: clean up base.h and its usePavel Roskin2011-08-081-1/+0Star
* ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-081-40/+30Star
* ath5k: remove most references to XRPavel Roskin2011-08-081-8/+0Star
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-201-22/+22
* ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau2011-07-131-3/+8
* ath5k: fix reference clock usec duration setting restoreFelix Fietkau2011-07-131-1/+11
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-111-5/+5
* ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-081-4/+4
* ath5k: don't use volatile, it's not neededPavel Roskin2011-07-081-1/+1
* ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-081-1/+1
* ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin2011-06-171-3/+3
* ath5k: Disable fast channel switching by defaultNick Kossifidis2011-06-031-1/+4
* ath5k: fix uninitialized var warning for txf2txsJohn W. Linville2011-04-291-0/+5
* ath5k: Use helper function to get eeprom mode from channelBruno Randolf2010-12-221-11/+8Star
* ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf2010-12-221-8/+3Star
* ath5k: Use pci_is_pcie()Hauke Mehrtens2010-12-221-2/+2
* ath5k: Fix reset and interrupts for AHB type of devices.Felix Fietkau2010-12-021-12/+91
* ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau2010-12-021-2/+2
* ath5k: Cleanup turbo channel flagsNick Kossifidis2010-11-301-16/+1Star
* ath5k: No need to save/restore staid flags on resetNick Kossifidis2010-11-301-21/+1Star
* ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis2010-11-301-110/+157
* ath5k: Update PLL programming for turbo/half/quarterNick Kossifidis2010-11-301-5/+23
* ath5k: Increase PHY settling parameters for turo modeNick Kossifidis2010-11-301-13/+39
* ath5k: Small cleanup on tweak_initvalsNick Kossifidis2010-11-301-15/+3Star
* ath5k: Put core clock initialization on a new functionNick Kossifidis2010-11-301-14/+116
* ath5k: Stop PCU on resetNick Kossifidis2010-11-301-0/+5
* ath5k: Add new function to stop rx/tx DMANick Kossifidis2010-11-301-5/+8
* ath5k: Reset cleanup and generic cleanupNick Kossifidis2010-11-301-471/+171Star
* ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear2010-10-051-2/+2
* ath5k: trivial spelling fixesBob Copeland2010-08-251-3/+3
* ath5k: clean up some commentsBob Copeland2010-08-241-11/+11
* ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis2010-08-241-1/+1
* ath5k: no need to save/restore the default antennaBruno Randolf2010-06-081-7/+1Star
* ath5k: new function for setting the antenna switch tableBruno Randolf2010-06-081-27/+6Star
* ath5k: add sysfs files for ANI parametersBruno Randolf2010-06-021-1/+0Star
* ath5k: clarify logic when to enable spur mitigation filterBruno Randolf2010-06-021-10/+5Star
* ath5k: remove ATH_TRACE macroBruno Randolf2010-06-021-7/+0Star
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-231-13/+25
|\
| * ath5k: remove double opmode definitionBruno Randolf2010-03-101-7/+2Star
| * ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin2010-03-091-4/+21
| * ath5k: remove stale function declarations, make some functions staticPavel Roskin2010-03-091-2/+2