summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath5k
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-6/+6
2009-12-11ath5k: enable EEPROM checksum checkLuis R. Rodriguez1-2/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-6/+6
2009-12-08ath5k: add support for Dell Vostro A860 LEDShahar Or1-0/+2
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina3-6/+6
2009-12-05tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-12-04tree-wide: fix typos "offest" -> "offset"Uwe Kleine-König1-1/+1
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-1/+1
2009-11-24ath5k: Fix I/Q calibrationLukáš Turek1-2/+2
2009-11-16ath5k: allow setting txpower to 0Bob Copeland1-2/+0
2009-11-12ath5k: use the common->keymapLuis R. Rodriguez2-5/+7
2009-11-12ath5k: remove double cache alignment, ath_rxbuf_alloc() already does itLuis R. Rodriguez1-2/+2
2009-11-12ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez1-8/+14
2009-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+4
2009-11-11ath5k: add LED definition for BenQ Joybook R55vBob Copeland1-0/+2
2009-11-11ath5k: add LED support for HP Compaq CQ60Bob Copeland1-0/+2
2009-11-11ath5k: don't reset mcast filter when configuring the modeBob Copeland1-1/+0
2009-11-07ath5k: add LED support for Acer Aspire One AO751h/AO531hKeng-Yu Lin1-0/+2
2009-10-30wireless: remove WLAN_80211 and WLAN_PRE80211 from KconfigJohn W. Linville1-1/+1
2009-10-27ath5k: use noise calibration from madwifi halBob Copeland5-80/+148
2009-10-08ath5k: enable Power-Save Polls by setting the association IDLuis R. Rodriguez2-3/+9
2009-10-08ath5k: fix regression which triggers an SME join upon assocLuis R. Rodriguez1-2/+2
2009-10-08ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd()Luis R. Rodriguez1-7/+8
2009-10-08ath5k: simplify passed params to ath5k_hw_set_associd()Luis R. Rodriguez5-9/+9
2009-10-08ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID()Luis R. Rodriguez2-2/+2
2009-10-08ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assocLuis R. Rodriguez1-7/+2
2009-10-08ath5k: fix regression on setting bssid mask on associationLuis R. Rodriguez1-1/+1
2009-10-08Wireless / ath5k: Simplify suspend and resume callbacksRafael J. Wysocki1-24/+11
2009-10-08atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez1-0/+1
2009-10-08atheros: define shared bssidmask settingLuis R. Rodriguez6-125/+13
2009-10-08ath5k: define ath_common opsLuis R. Rodriguez3-17/+27
2009-10-08ath5k: allocate ath5k_hw prior to initializing hwLuis R. Rodriguez3-24/+21
2009-10-08ath5k: move ath_common to ath5k_hwLuis R. Rodriguez3-10/+16
2009-10-08ath5k: initialize eeprom struct early on attachLuis R. Rodriguez1-3/+2
2009-10-08ath5k: use common curbssid, bssidmask and macaddrLuis R. Rodriguez5-47/+28
2009-10-08atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez3-24/+25
2009-10-08ath: move ath_bcast_mac to common headerLuis R. Rodriguez3-3/+3
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-08-28ath5k: don't use PCI ID to find the chip revisionPavel Roskin3-25/+29
2009-08-28ath5k: fix uninitialized value use in ath5k_eeprom_read_turbo_modes()Pavel Roskin1-24/+5
2009-08-28ath5k: clarify srev comparison for CCMP checkBob Copeland2-5/+3
2009-08-28ath5k: add hardware CCMP encyption supportBob Copeland3-0/+14
2009-08-28ath5k: use the skb->cb directly for RX statusBob Copeland1-20/+21
2009-08-28ath5k: add led pin configuration for compaq c700 laptopMarcos Chaparro1-0/+2
2009-08-28ath5k: clean up filter flags settingBob Copeland1-16/+23
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez4-11/+22
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-25/+39
2009-08-14ath5k: use bit shift operators for cache line sizeLuis R. Rodriguez1-2/+2
2009-08-14ath5k: use common ath.ko ath_rxbuf_alloc()Luis R. Rodriguez2-15/+9