summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/reset.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis1-1/+4
2011-04-29ath5k: fix uninitialized var warning for txf2txsJohn W. Linville1-0/+5
2010-12-22ath5k: Use helper function to get eeprom mode from channelBruno Randolf1-11/+8
2010-12-22ath5k: Remove ATH5K_INI_RFGAIN defines, use band insteadBruno Randolf1-8/+3
2010-12-22ath5k: Use pci_is_pcie()Hauke Mehrtens1-2/+2
2010-12-02ath5k: Fix reset and interrupts for AHB type of devices.Felix Fietkau1-12/+91
2010-12-02ath5k: Check if pci pdev struct is initialized in common functions.Felix Fietkau1-2/+2
2010-11-30ath5k: Cleanup turbo channel flagsNick Kossifidis1-16/+1
2010-11-30ath5k: No need to save/restore staid flags on resetNick Kossifidis1-21/+1
2010-11-30ath5k: Support synth-only channel change for AR2413/AR5413Nick Kossifidis1-110/+157
2010-11-30ath5k: Update PLL programming for turbo/half/quarterNick Kossifidis1-5/+23
2010-11-30ath5k: Increase PHY settling parameters for turo modeNick Kossifidis1-13/+39
2010-11-30ath5k: Small cleanup on tweak_initvalsNick Kossifidis1-15/+3
2010-11-30ath5k: Put core clock initialization on a new functionNick Kossifidis1-14/+116
2010-11-30ath5k: Stop PCU on resetNick Kossifidis1-0/+5
2010-11-30ath5k: Add new function to stop rx/tx DMANick Kossifidis1-5/+8
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-471/+171
2010-10-05ath5k: Allow ath5k to support virtual STA and AP interfaces.Ben Greear1-2/+2
2010-08-25ath5k: trivial spelling fixesBob Copeland1-3/+3
2010-08-24ath5k: clean up some commentsBob Copeland1-11/+11
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis1-1/+1
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf1-27/+6
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf1-1/+0
2010-06-02ath5k: clarify logic when to enable spur mitigation filterBruno Randolf1-10/+5
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-7/+0
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-03-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-13/+25
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-7/+2
2010-03-10ath5k: read eeprom IQ calibration values correctly for G modeBruno Randolf1-6/+9
2010-03-10ath5k: fix TSF resetBruno Randolf1-4/+3
2010-03-09ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin1-4/+21
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin1-2/+2
2010-01-22ath5k: dont use external sleep clock in AP modeBob Copeland1-2/+3
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek1-0/+4
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek1-3/+2
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland1-16/+1
2009-10-07ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez1-1/+0
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez1-1/+1
2009-10-07ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez1-1/+1
2009-10-07ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez1-5/+8
2009-10-07atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez1-2/+4
2009-08-14ath5k: Wakeup fixesNick Kossifidis1-40/+115
2009-07-10ath5k: cleanup ath5k_hw structBob Copeland1-1/+0
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel1-17/+0
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2009-05-06ath5k: Add Spur filter support on newer chipsNick Kossifidis1-21/+14
2009-05-06ath5k: Implement antenna controlNick Kossifidis1-14/+14
2009-05-06ath5k: Put remaining EEPROM data on ee structNick Kossifidis1-2/+3
2009-05-06ath5k: Allow user/driver to set txpowerNick Kossifidis1-1/+1