aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pcu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-15ath5k: Fix wrong function name in commentsYang Shen1-1/+1
2020-08-17ath5k: pcu: Add a description for 'band' remove one for 'mode'Lee Jones1-1/+1
2020-08-17ath5k: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2018-06-13ath5k: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2016-06-14ath5k: fix misplaced default label in sifs switchBob Copeland1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2015-01-23ath5k: document a fall-through case in ath5k_hw_set_opmodeJohn Linville1-0/+1
2013-08-16ath5k: set 5/10 MHz supported channels and fix durationSimon Wunderlich1-0/+2
2012-04-13mac80211: remove hw.conf.channel usage where possibleMichal Kazior1-4/+5
2011-11-28ath5k: Cleanups v2 + add kerneldoc on all hw functionsNick Kossifidis1-75/+147
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-1/+0
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-2/+2
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-13/+11
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-6/+6
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-1/+1
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin1-1/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-21/+14
2011-04-12ath5k: fix slot time handlingFelix Fietkau1-2/+2
2011-04-12ath5k: fix short preamble rate duration valueFelix Fietkau1-19/+12
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-01-27ath5k: correct endianness of frame durationBob Copeland1-3/+1
2010-11-30ath5k: Always set IFS intervals on resetNick Kossifidis1-1/+1
2010-11-30ath5k: Set all IFS intervals, not just slot timeNick Kossifidis1-2/+2
2010-11-30ath5k: Extend rate_durationNick Kossifidis1-43/+116
2010-11-30ath5k: Extend get_default_sifs/slot_timeNick Kossifidis1-13/+39
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis1-177/+261
2010-10-11ath5k: store the clock rate in common data on channel changesFelix Fietkau1-5/+8
2010-09-28ath5k: Disable interrupts in ath5k_hw_get_tsf64Bruno Randolf1-0/+6
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf1-0/+91
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf1-1/+1
2010-09-16ath5k: Remove old ath5k key handling functionsBruno Randolf1-191/+0
2010-08-25ath5k: trivial spelling fixesBob Copeland1-2/+2
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis1-7/+6
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-11/+8
2010-06-02ath5k: remove ATH_TRACE macroBruno Randolf1-24/+0
2010-04-16ath5k/ath9k: Fix 64 bits TSF readsBenoit Papillault1-2/+29
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf1-2/+2
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf1-1/+0
2010-03-31ath5k: simplify MIB countersBruno Randolf1-26/+13
2010-03-15ath5k: remove unused beacon timer codeJohn W. Linville1-197/+0
2010-03-15ath5k: remove some dead functionsJohn W. Linville1-82/+0
2010-03-10ath5k: remove double opmode definitionBruno Randolf1-7/+7
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin1-17/+12
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek1-0/+57
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek1-10/+54
2009-10-07ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez1-2/+2
2009-10-07ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez1-7/+8
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez1-5/+5
2009-10-07ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez1-1/+1
2009-10-07ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez1-7/+2