summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
AgeCommit message (Expand)Author
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-10-11ath5k: store the clock rate in common data on channel changesFelix Fietkau
2010-09-28ath5k: Check and fix ATIM windowBruno Randolf
2010-09-28ath5k: Remove unused variable for atim windowBruno Randolf
2010-09-21ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf
2010-09-21ath5k: Add watchdog for stuck TX queuesBruno Randolf
2010-09-16ath5k: Use common crypt capabilities flagsBruno Randolf
2010-09-16ath5k: Remove old ath5k key handling functionsBruno Randolf
2010-08-24ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis
2010-08-24ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf
2010-06-02ath5k: add sysfs files for ANI parametersBruno Randolf
2010-06-02ath5k: run NF calibration only every 60 secondsBruno Randolf
2010-06-02ath5k: move noise floor calibration into taskletBruno Randolf
2010-04-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf
2010-03-31ath5k: add capability flag for phyerror countersBruno Randolf
2010-03-31ath5k: simplify MIB countersBruno Randolf
2010-03-31ath5k: keep beacon RSSI averageBruno Randolf
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf
2010-03-31ath5k: optimize ath5k_hw_calibration_pollBruno Randolf
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf
2010-03-31ath5k: remove static calibration interval variableBruno Randolf
2010-03-15ath5k: remove unused beacon timer codeJohn W. Linville
2010-03-10ath5k: fixing retries in ath5k_hw_setup_4word_tx_descAndrew Blaich
2010-03-10ath5k: remove ah_gpio_npinsBruno Randolf
2010-03-10ath5k: remove ah_mac_revisionBruno Randolf
2010-03-10ath5k: remove ah_magicBruno Randolf
2010-03-10ath5k: remove double opmode definitionBruno Randolf
2010-03-10ath5k: Fix TX/RX padding for all framesBenoit Papillault
2010-03-09ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin
2010-03-09ath5k: remove useless "extern" from function declarationsPavel Roskin
2010-03-09ath5k: remove stale function declarations, make some functions staticPavel Roskin
2010-02-10ath5k: use correct packet type when transmittingBob Copeland
2010-01-22ath5k: fix setup for CAB queueBob Copeland
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez
2009-10-07ath5k: define ath_common opsLuis R. Rodriguez
2009-10-07ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez
2009-10-07ath5k: move ath_common to ath5k_hwLuis R. Rodriguez
2009-10-07ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez
2009-10-07atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin
2009-08-28ath5k: clarify srev comparison for CCMP checkBob Copeland
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland