summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)Author
2010-02-08ath5k: remove get_tx_stats() mac80211 opKalle Valo
2010-01-27ath5k: adding LED support for AR5BXB63 cardsLuca Verdesca
2010-01-22ath5k: fix setup for CAB queueBob Copeland
2010-01-22ath5k: dont use external sleep clock in AP modeBob Copeland
2010-01-12ath5k: Implement mac80211 callback set_coverage_classLukáš Turek
2010-01-12ath5k: Reimplement clock rate to usec conversionLukáš Turek
2010-01-12ath5k: Fix functions for getting/setting slot timeLukáš Turek
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6master-2010-01-05John W. Linville
2010-01-04ath5k: Fix eeprom checksum check for custom sized eepromsLuis R. Rodriguez
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6master-2009-12-30John W. Linville
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg
2009-12-28wireless: remove remaining qual codeJohannes Berg
2009-12-28ath5k: fix SWI calibration interrupt stormBob Copeland
2009-12-10ath5k: enable EEPROM checksum checkLuis R. Rodriguez
2009-12-07ath5k: add support for Dell Vostro A860 LEDmaster-2009-12-08master-2009-12-07Shahar Or
2009-11-23ath5k: Fix I/Q calibrationLukáš Turek
2009-11-16ath5k: allow setting txpower to 0Bob Copeland
2009-11-11ath5k: use the common->keymapLuis R. Rodriguez
2009-11-11ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez
2009-11-11ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-10ath5k: add LED definition for BenQ Joybook R55vBob Copeland
2009-11-10ath5k: add LED support for HP Compaq CQ60Bob Copeland
2009-11-10ath5k: don't reset mcast filter when configuring the modeBob Copeland
2009-11-06ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland
2009-10-07ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez
2009-10-07ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez
2009-10-07ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez
2009-10-07ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez
2009-10-07ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez
2009-10-07ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez
2009-10-07ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez
2009-10-07Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki
2009-10-07atheros: add ieee80211_hw to ath_commonLuis 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: initialize eeprom struct early on attachLuis 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-10-07ath: move ath_bcast_mac to common headerLuis R. Rodriguez
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin
2009-08-28ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()Pavel Roskin
2009-08-28ath5k: clarify srev comparison for CCMP checkBob Copeland
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland