summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-197-41/+195
|\
| * ath5k: Implement mac80211 callback set_coverage_classLukáš Turek2010-01-124-0/+85
| * ath5k: Reimplement clock rate to usec conversionLukáš Turek2010-01-124-33/+62
| * ath5k: Fix functions for getting/setting slot timeLukáš Turek2010-01-121-7/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-052-3/+37
| |\
| | * ath5k: Fix eeprom checksum check for custom sized eepromsLuis R. Rodriguez2010-01-042-3/+37
* | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-301-24/+12
|\ \ \ | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-15/+3
| |\ \ | | |/
| | * wireless: remove remaining qual codeJohannes Berg2009-12-281-11/+0
| | * ath5k: fix SWI calibration interrupt stormBob Copeland2009-12-281-4/+3
| * | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-9/+9
| |/
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-113-6/+6
|\ \ | |/ |/|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-093-6/+6
| |\
| | * Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-6/+6
| | |\
| | | * tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
| | | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-3/+3
| | | * tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König2009-12-041-1/+1
| | | * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
* | | | ath5k: enable EEPROM checksum checkLuis R. Rodriguez2009-12-101-2/+1
* | | | ath5k: add support for Dell Vostro A860 LEDShahar Or2009-12-071-0/+2
|/ / /
* | | ath5k: Fix I/Q calibrationLukáš Turek2009-11-231-2/+2
* | | ath5k: allow setting txpower to 0Bob Copeland2009-11-161-2/+0
* | | ath5k: use the common->keymapLuis R. Rodriguez2009-11-112-5/+7
* | | ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez2009-11-111-2/+2
* | | ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez2009-11-111-8/+14
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-112-1/+4
|\ \ \ | |/ /
| * | ath5k: add LED definition for BenQ Joybook R55vBob Copeland2009-11-101-0/+2
| * | ath5k: add LED support for HP Compaq CQ60Bob Copeland2009-11-101-0/+2
| * | ath5k: don't reset mcast filter when configuring the modeBob Copeland2009-11-101-1/+0
| |/
* | ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin2009-11-061-0/+2
* | wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville2009-10-301-1/+1
* | ath5k: use noise calibration from madwifi halBob Copeland2009-10-275-80/+148
* | ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2009-10-072-3/+9
* | ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez2009-10-071-2/+2
* | ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez2009-10-071-7/+8
* | ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez2009-10-075-9/+9
* | ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2009-10-072-2/+2
* | ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez2009-10-071-7/+2
* | ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez2009-10-071-1/+1
* | Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki2009-10-071-24/+11
* | atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-071-0/+1
* | atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-076-125/+13
* | ath5k: define ath_common opsLuis R. Rodriguez2009-10-073-17/+27
* | ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez2009-10-073-24/+21
* | ath5k: move ath_common to ath5k_hwLuis R. Rodriguez2009-10-073-10/+16
* | ath5k: initialize eeprom struct early on attachLuis R. Rodriguez2009-10-071-3/+2
* | ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez2009-10-075-47/+28
* | atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez2009-10-073-24/+25
* | ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-073-3/+3
|/
OpenPOWER on IntegriCloud