aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/reset.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+8
* ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf2010-12-221-8/+3
* 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/+1
* ath5k: No need to save/restore staid flags on resetNick Kossifidis2010-11-301-21/+1
* 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/+3
* 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/+171
* 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/+1
* ath5k: new function for setting the antenna switch tableBruno Randolf2010-06-081-27/+6
* ath5k: add sysfs files for ANI parametersBruno Randolf2010-06-021-1/+0
* ath5k: clarify logic when to enable spur mitigation filterBruno Randolf2010-06-021-10/+5
* ath5k: remove ATH_TRACE macroBruno Randolf2010-06-021-7/+0
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-03-221-13/+25
|\
| * ath5k: remove double opmode definitionBruno Randolf2010-03-101-7/+2
| * 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
* | ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf2010-03-101-6/+9
* | ath5k: fix TSF resetBruno Randolf2010-03-101-4/+3
|/
* ath5k: dont use external sleep clock in AP modeBob Copeland2010-01-221-2/+3
* ath5k: Implement mac80211 callback set_coverage_classLukáš Turek2010-01-121-0/+4
* ath5k: Reimplement clock rate to usec conversionLukáš Turek2010-01-121-3/+2
* ath5k: use noise calibration from madwifi halBob Copeland2009-10-271-16/+1
* ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2009-10-071-1/+0
* ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-1/+1
* ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2009-10-071-1/+1
* ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-071-5/+8
* atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez2009-10-071-2/+4
* ath5k: Wakeup fixesNick Kossifidis2009-08-141-40/+115
* ath5k: cleanup ath5k_hw structBob Copeland2009-07-101-1/+0
* ath5k: added cfg80211 based rfkill supportTobias Doerffel2009-06-101-17/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-251-3/+3
* ath5k: Add Spur filter support on newer chipsNick Kossifidis2009-05-061-21/+14
* ath5k: Implement antenna controlNick Kossifidis2009-05-061-14/+14
* ath5k: Put remaining EEPROM data on ee structNick Kossifidis2009-05-061-2/+3
* ath5k: Allow user/driver to set txpowerNick Kossifidis2009-05-061-1/+1