summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg5-100/+1
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-34/+2
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-32/+2
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-32/+2
2009-07-29ath9k: Add debug counters for TXSujith4-14/+160
2009-07-29ath9k: get rid of unnecessary setpower callsGabor Juhos1-2/+6
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos4-15/+12
2009-07-29ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov1-0/+2
2009-07-29ray_cs: remove bogus NULL check at head of ray_get_wireless_statsJohn W. Linville1-3/+0
2009-07-29iwlagn: fix sparse warning when compiling without debugReinette Chatre1-1/+1
2009-07-29iwlagn: fix null pointer access during ucode load on 1000Reinette Chatre1-0/+1
2009-07-27iwlwifi: fix LED config optionPavel Machek1-0/+3
2009-07-27iwlwifi: Name fix for MPDU density for TX aggregationWey-Yi Guy1-2/+10
2009-07-27iwlwifi: print packet contents in error caseReinette Chatre1-1/+1
2009-07-27iwlwifi: remove command callback return valueJohannes Berg6-43/+33
2009-07-27iwlwifi: fix up command sendingJohannes Berg14-142/+180
2009-07-27iwlwifi: Thermal Throttling debugfs functionWey-Yi Guy2-0/+39
2009-07-27iwlwifi: Thermal Throttling Management - part 2Wey-Yi Guy3-13/+371
2009-07-27iwlwifi: Thermal Throttling Management - Part 1Wey-Yi Guy6-12/+301
2009-07-27iwlwifi: critical temperature enter/exit conditionWey-Yi Guy7-28/+217
2009-07-27iwlwifi: revert to active table when rate is not validWey-Yi Guy1-5/+32
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan8-26/+1482
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg1-1/+1
2009-07-27ath9k: Remove a few redundant variables/macrosSujith2-15/+10
2009-07-27ath9k: Cleanup return valuesSujith3-30/+15
2009-07-27ath9k: Remove redundant HT macrosSujith2-7/+3
2009-07-27ath9k: Fix a sparse warningSujith1-1/+1
2009-07-27ath9k: Trivial fix in KconfigSujith1-2/+2
2009-07-27ath9k: Add init values for AR9287 based chipsets.Vivek Natarajan1-0/+1516
2009-07-27ath: map TH to FCC3_WORLDLuis R. Rodriguez1-1/+1
2009-07-27rt2x00: Don't alter rt2x00dev->default_antLars Ericsson4-10/+10
2009-07-27net: fix multiple definitions of setup_w6692Stephen Rothwell1-1/+1
2009-07-27bnx2: Update vlan_featuresEric Dumazet1-4/+15
2009-07-27imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler3-11/+8
2009-07-27bnx2x: Dont update vlan_features in bnx2x_set_tso()Eric Dumazet1-8/+0
2009-07-27sky2: remove unnecessary assignmentMike McCormack1-1/+1
2009-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller90-2397/+2774
2009-07-26Merge branch 'for_david' of git://git.kernel.org/pub/scm/linux/kernel/git/kke...David S. Miller49-461/+10258
2009-07-26igbvf: resolve "frees DMA memory with different size" warningsAlexander Duyck1-3/+2
2009-07-26igb: initialize mailbox function pointers prior to phy initAlexander Duyck1-4/+4
2009-07-26igb: cleanup flow control configuration to make requested/current more clearAlexander Duyck5-45/+55
2009-07-26igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmapAlexander Duyck1-12/+18
2009-07-26igb: add support for 82576 mezzanine cardAlexander Duyck3-0/+3
2009-07-26igb: remove unused switch statement from igb_set_wolAlexander Duyck1-6/+0
2009-07-26igb: cleanup receive address register initializationAlexander Duyck3-35/+30
2009-07-26igb: move all multicast addresses into multicast table arrayAlexander Duyck6-89/+56
2009-07-26igb: add completion timeout workaround for 82575/82576Alexander Duyck6-15/+98
2009-07-26igb: do not overwrite EEPROM LED settingsAlexander Duyck1-6/+1
2009-07-26igb: change configure_pcs_link to void since it always returns 0Alexander Duyck1-9/+4
2009-07-26igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck3-9/+17