summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-04-22b43legacy: Do not select HW_RANDOMLarry Finger3-2/+16
2009-04-22cfg80211: introduce scan IE limit attributeJohannes Berg2-0/+2
2009-04-22ath5k: sparse fix ath5k_led_on needs to be staticLuis R. Rodriguez1-1/+1
2009-04-22ath: space cleanupLuis R. Rodriguez1-14/+19
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez69-10/+12
2009-04-22Make ar9170 use common ath reg codeChristian Lamparter4-1/+23
2009-04-22ath5k: use regulatory infrastructureBob Copeland3-2/+24
2009-04-22ath: move more setup code into ath_regd_initBob Copeland3-56/+58
2009-04-22atheros: introduce ath module containing common ath5k/ath9k/ar9170 codeBob Copeland13-111/+155
2009-04-22ath9k: pass regd structure directly to regulatory functionsBob Copeland4-73/+86
2009-04-22ath9k: separate ath9k specific code from ath9k_regd_get_ctl()Bob Copeland1-13/+23
2009-04-22iwlwifi: change check triggering device restart after rfkill changeReinette Chatre1-1/+1
2009-04-22rndis_wlan: convert scan to cfg80211Jussi Kivilinna1-194/+147
2009-04-22rndis_wlan: convert get range to cfg80211Jussi Kivilinna1-108/+2
2009-04-22rndis_wlan: change quality level scaleJussi Kivilinna1-3/+3
2009-04-22rndis_wlan: convert get/set mode to cfg80211John W. Linville1-52/+43
2009-04-22rndis_wlan: initiate cfg80211 conversionJohn W. Linville1-29/+85
2009-04-22p54: add beacon filtering supportChristian Lamparter2-4/+14
2009-04-22p54: more SoftLED updatesChristian Lamparter2-23/+70
2009-04-22p54: clean up p54.h's struct p54_commonChristian Lamparter1-25/+42
2009-04-22ath5k: reduce exported channel listBob Copeland1-0/+21
2009-04-22ath9k: Fix bug in determining HT40 modeSujith2-5/+2
2009-04-22ath9k: Determine number of streams from HT capabilitiesSujith2-12/+8
2009-04-22ath9k: Clean Interrupt handling routineSujith1-102/+95
2009-04-22ath9k: Trivial fix to handle AMPDU params properlySujith1-5/+5
2009-04-22ath9k: Initialize values when setting up the queue parametersSujith1-3/+4
2009-04-22ath9k: Remove the useless do..while loopsSujith3-68/+57
2009-04-22ath9k: Remove TIM from the interrupt maskSujith2-15/+0
2009-04-22ath9k: Check for root debugfs fileSujith1-0/+3
2009-04-22ath9k: Remove unused structuresSujith1-20/+0
2009-04-22ath9k: Remove a couple of unused variables in descriptor handlingSujith2-4/+1
2009-04-22ath9k: Cleanup buffer status handlingSujith2-11/+11
2009-04-22ath9k: Avoid unneeded castsSujith3-11/+11
2009-04-22ath9k: Remove redundant variable for Interrupt MitigationSujith2-11/+6
2009-04-22ath9k: Change return value of ath9k_hw_fill_cap_infoSujith2-9/+3
2009-04-22ath9k: Cleanup debug messagesSujith10-129/+115
2009-04-22ath9k: Remove redundant chainmask checkSujith1-8/+0
2009-04-22ath9k: Remove a few unused flagsSujith5-71/+30
2009-04-22ath9k: No need to abort Rx path when autosleep is enabled.Vivek Natarajan1-11/+18
2009-04-22b43: Do not "select" HW_RANDOMMichael Buesch3-3/+17
2009-04-22rt2x00: Fix Sparse warningIvo van Doorn1-1/+1
2009-04-22rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn6-18/+33
2009-04-22ar9170: fix hang on stopChristian Lamparter1-3/+4
2009-04-22ath5k: fix scanning in AR2424Pavel Roskin1-1/+1
2009-04-22rfkill: remove user_claim stuffJohannes Berg8-13/+0
2009-04-22rfkill: remove deprecated state constantsJohannes Berg1-2/+2
2009-04-22p54spi: compensate firmware alignment bug in p54spi_rxMax Filippov1-1/+9
2009-04-22iwl3945: use iwl_mac_conf_txAbhijeet Kolekar4-90/+46
2009-04-22iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945Wey-Yi Guy6-108/+56
2009-04-22p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanupMax Filippov1-28/+28