summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/ath5k.h
Commit message (Expand)AuthorAgeFilesLines
* ath5k: store the clock rate in common data on channel changesFelix Fietkau2010-10-111-1/+1
* ath5k: Check and fix ATIM windowBruno Randolf2010-09-281-0/+1
* ath5k: Remove unused variable for atim windowBruno Randolf2010-09-281-1/+0Star
* ath5k: Simplify cw_min/max and AIFS configurationBruno Randolf2010-09-211-8/+3Star
* ath5k: Add watchdog for stuck TX queuesBruno Randolf2010-09-211-0/+2
* ath5k: Use common crypt capabilities flagsBruno Randolf2010-09-161-2/+0Star
* ath5k: Remove old ath5k key handling functionsBruno Randolf2010-09-161-5/+0Star
* ath5k: remove own (wrong) IEEE80211_MAX_LENNick Kossifidis2010-08-241-4/+1Star
* ath5k: rename ath5k_hw_set_associd to _set_bssidNick Kossifidis2010-08-241-1/+1
* ath5k: use direct function calls for descriptors when possibleBruno Randolf2010-06-161-5/+5
* ath5k: fix some comment typosBruno Randolf2010-06-161-1/+1
* ath5k: new function for setting the antenna switch tableBruno Randolf2010-06-081-0/+1
* ath5k: add sysfs files for ANI parametersBruno Randolf2010-06-021-0/+3
* ath5k: run NF calibration only every 60 secondsBruno Randolf2010-06-021-0/+2
* ath5k: move noise floor calibration into taskletBruno Randolf2010-06-021-0/+1
* ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf2010-04-071-3/+6
* ath5k: add capability flag for phyerror countersBruno Randolf2010-03-311-0/+2
* ath5k: simplify MIB countersBruno Randolf2010-03-311-2/+1Star
* ath5k: keep beacon RSSI averageBruno Randolf2010-03-311-0/+35
* ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf2010-03-311-1/+0Star
* ath5k: optimize ath5k_hw_calibration_pollBruno Randolf2010-03-311-1/+1
* ath5k: remove the use of SWI interruptBruno Randolf2010-03-311-6/+6
* ath5k: remove static calibration interval variableBruno Randolf2010-03-311-3/+1Star
* ath5k: remove unused beacon timer codeJohn W. Linville2010-03-151-28/+0Star
* ath5k: fixing retries in ath5k_hw_setup_4word_tx_descAndrew Blaich2010-03-101-1/+0Star
* ath5k: remove ah_gpio_npinsBruno Randolf2010-03-101-2/+0Star
* ath5k: remove ah_mac_revisionBruno Randolf2010-03-101-1/+0Star
* ath5k: remove ah_magicBruno Randolf2010-03-101-1/+0Star
* ath5k: remove double opmode definitionBruno Randolf2010-03-101-2/+1Star
* ath5k: Fix TX/RX padding for all framesBenoit Papillault2010-03-101-7/+2Star
* ath5k: move ath5k_hw_register_timeout() into reset.cPavel Roskin2010-03-091-23/+2Star
* ath5k: remove useless "extern" from function declarationsPavel Roskin2010-03-091-86/+95
* ath5k: remove stale function declarations, make some functions staticPavel Roskin2010-03-091-16/+0Star
* ath5k: use correct packet type when transmittingBob Copeland2010-02-101-1/+0Star
* ath5k: fix setup for CAB queueBob Copeland2010-01-221-1/+1
* ath5k: Implement mac80211 callback set_coverage_classLukáš Turek2010-01-121-0/+2
* ath5k: Reimplement clock rate to usec conversionLukáš Turek2010-01-121-18/+4Star
* ath5k: use noise calibration from madwifi halBob Copeland2009-10-271-0/+13
* ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-1/+1
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-071-1/+1
* ath5k: define ath_common opsLuis R. Rodriguez2009-10-071-6/+10
* ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-071-1/+1
* ath5k: move ath_common to ath5k_hwLuis R. Rodriguez2009-10-071-0/+2
* ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-071-9/+0Star
* atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez2009-10-071-7/+0Star
* ath5k: don't use PCI ID to find the chip revisionPavel Roskin2009-08-281-1/+1
* ath5k: clarify srev comparison for CCMP checkBob Copeland2009-08-281-0/+1
* ath5k: add hardware CCMP encyption supportBob Copeland2009-08-281-0/+1
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-3/+0Star
* ath5k: Use SWI to trigger calibrationNick Kossifidis2009-08-141-0/+16