summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2010-03-31wl1271: Clean up RX rate reportingJuuso Oikarinen4-75/+114
2010-03-31wl1271: fix wl1271_spi driver nameLuciano Coelho1-1/+1
2010-03-31ath5k: add capability flag for phyerror countersBruno Randolf2-0/+8
2010-03-31ath5k: update phy errors codesBruno Randolf4-9/+37
2010-03-31ath5k: simplify MIB countersBruno Randolf4-39/+32
2010-03-31ath5k: initialize default noise floorBruno Randolf1-0/+1
2010-03-31ath5k: keep beacon RSSI averageBruno Randolf2-0/+56
2010-03-31ath5k: move ath5k_hw_calibration_poll to base.cBruno Randolf3-15/+14
2010-03-31ath5k: optimize ath5k_hw_calibration_pollBruno Randolf2-15/+7
2010-03-31ath5k: remove the use of SWI interruptBruno Randolf3-16/+10
2010-03-31ath5k: remove static calibration interval variableBruno Randolf3-8/+2
2010-03-31wireless/libertas: remove trailing space in debugfs headerFrans Pop1-1/+1
2010-03-31wireless/raylink: remove trailing space in messagesFrans Pop1-6/+6
2010-03-31wireless/prism54: remove trailing space in messagesFrans Pop5-18/+18
2010-03-30net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register()Daniel Mack2-2/+7
2010-03-30iwlwifi: range checking issueDan Carpenter1-1/+1
2010-03-30setup correct int pipe type in ar9170_usb_exec_cmdValentin Longchamp1-1/+1
2010-03-30rt2x00: Disable powersaving by default in rt2500usb.Gertjan van Wingerde1-0/+5
2010-03-30rt2x00: Fix typo in RF register programming of rt2800.Gertjan van Wingerde1-2/+2
2010-03-30iwlwifi: clear unattended interrupts in taskletShanyu Zhao1-1/+9
2010-03-30iwlwifi: counting number of tfds can be free for 4965Wey-Yi Guy1-4/+2
2010-03-30iwlwifi: fix regulatoryReinette Chatre2-2/+2
2010-03-30Add USB ID for Thomson SpeedTouch 120g to p54usb id tableHans de Goede1-0/+1
2010-03-30Add a pci-id to the mwl8k driverBenjamin Larsson1-0/+1
2010-03-30ar9170: add support for NEC WL300NU-G USB dongleBen Konrath1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo135-4/+143
2010-03-30iwlwifi: don't include iwl-dev.h from iwl-devtrace.hTejun Heo3-1/+3
2010-03-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller68-1403/+8572
2010-03-25iwlwifi: avoid device type checking in generic codeWey-Yi Guy4-6/+9
2010-03-25iwlwifi: change spin_lock to spin_lock_irqsaveWey-Yi Guy2-9/+12
2010-03-25iwlwifi: remove "\n" from module parameter descriptionWey-Yi Guy2-2/+2
2010-03-25iwlwifi: Generic approach to measure temperatureWey-Yi Guy3-4/+6
2010-03-25iwlwifi: remove noise reportingJohannes Berg5-56/+11
2010-03-25iwlwifi: add missing email address informationWey-Yi Guy1-0/+1
2010-03-25iwlwifi: remove non-exist extern functions and structuresWey-Yi Guy3-42/+4
2010-03-25iwlwifi: enable '6000 Series 2x2 AGN Gen2' adaptorsJay Sternberg3-0/+36
2010-03-25iwlwifi: more clean up to move agn only rx functions from iwlcore to iwlagnWey-Yi Guy8-472/+470
2010-03-25iwlwifi: move agn only rx functions from iwlcore to iwlagnWey-Yi Guy5-215/+213
2010-03-25iwlwifi: move agn only tx functions from iwlcore to iwlagnWey-Yi Guy11-1185/+1185
2010-03-25iwlwifi: move agn module parameter structure to common placeWey-Yi Guy5-27/+27
2010-03-25iwlwifi: each device has its own eeprom tx power versionWey-Yi Guy3-8/+11
2010-03-25iwlwifi: move agn common code to iwlagn library fileWey-Yi Guy7-416/+464
2010-03-25iwlwifi: move ucode alive related code to separate fileWey-Yi Guy5-242/+251
2010-03-25iwlwifi: move hw related defines to separate fileWey-Yi Guy8-100/+169
2010-03-25iwlwifi: move tx queue related code to separate fileWey-Yi Guy6-257/+313
2010-03-25iwlwifi: move hcmd related code to separate fileWey-Yi Guy6-247/+287
2010-03-25iwlwifi: code cleanup for "load ucode" functionWey-Yi Guy5-104/+110
2010-03-25iwlwifi: move ucode loading related code to separated fileWey-Yi Guy6-55/+92
2010-03-25iwlwifi: iwl_good_ack_health() only apply to AGN deviceWey-Yi Guy3-55/+56
2010-03-25Revert "iwlwifi: fix build error for CONFIG_IWLAGN=n"Reinette Chatre1-2/+0