summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+6
2008-04-30strip: Fix up strip for the new orderAlan Cox1-42/+24
2008-04-30iwlwifi: move the selects to the tristate driversAdrian Bunk1-6/+6
2008-04-29wireless: use get/put_unaligned_* helpersHarvey Harrison7-30/+22
2008-04-29netdev: use non-racy method for proc entries creationDenis V. Lunev1-52/+32
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-4/+4
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+7
2008-04-28iwlwifi: Allow building iwl3945 without iwl4965.Jason Riedy2-1/+7
2008-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-24/+83
2008-04-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller8-22/+82
2008-04-24iwlwifi: Fix built-in compilation of iwlcore (part 2)Zhu Yi1-2/+1
2008-04-24iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2-2/+0
2008-04-24wireless: rndis_wlan: modparam_workaround_interval is never below 0.Roel Kluin1-2/+3
2008-04-24prism54: prism54_get_encode() test below 0 on unsigned indexRoel Kluin1-1/+1
2008-04-24b43: Workaround DMA quirksMichael Buesch1-8/+39
2008-04-24ath5k: Fix radio identification on AR5424/2424Nick Kossifidis1-4/+10
2008-04-24b43: Add more btcoexist workaroundsMichael Buesch1-4/+9
2008-04-24b43: Fix HostFlags data typesMichael Buesch2-3/+4
2008-04-24b43: Workaround invalid bluetooth settingsMichael Buesch1-2/+20
2008-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-8/+17
2008-04-23iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler1-1/+1
2008-04-23rt2x00: Select LEDS_CLASS.David S. Miller1-5/+10
2008-04-23iwlwifi: Select LEDS_CLASS.David S. Miller1-2/+6
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-8/+5
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki2-8/+5
2008-04-20iwlwifi: Fix unconditional access to station->tidp[].agg.David S. Miller1-6/+12
2008-04-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller4-37/+50
2008-04-17ath5k: Misc fixes/cleanupsNick Kossifidis5-643/+139
2008-04-17ath5k: Add RF2425 initvalsNick Kossifidis5-14/+365
2008-04-17iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach3-7/+6
2008-04-17iwlwifi: fix unload warning and errorMohamed Abbas2-1/+5
2008-04-17iwlwifi: arrange max number of Tx queuesRon Rindjunsky6-13/+17
2008-04-17iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach2-3/+3
2008-04-17iwlwifi: move rxon associated command to hcmdTomas Winkler4-41/+51
2008-04-17iwlwifi: introduce host commands callbacksTomas Winkler2-0/+8
2008-04-17iwlwifi: move HW device registrationRon Rindjunsky3-19/+19
2008-04-17iwlwifi: move the creation of LQ host command to iwlcoreTomas Winkler5-65/+67
2008-04-17iwlwifi: support different num of tx and rx antennasTomas Winkler3-9/+14
2008-04-17iwlwifi: hw_setting cleanupTomas Winkler6-58/+61
2008-04-16iwlwifi: remove the statistics workEmmanuel Grumbach5-33/+21
2008-04-16b43: Add fastpath to b43_mac_suspend()Michael Buesch1-0/+7
2008-04-16iwlwifi: move shared pointers to iwl_privTomas Winkler4-44/+40
2008-04-16iwlwifi: perform bss_info_changed post association work right awayReinette Chatre1-9/+22
2008-04-16iwlwifi: make Makefile more conciseReinette Chatre4-24/+11
2008-04-16iwl4965: make iwl4965_send_rxon_assoc asynchronousReinette Chatre1-21/+6
2008-04-16iwlwifi: Fix byte count table for fragmented packetsTomas Winkler3-11/+12
2008-04-16iwlwifi: moves security functions to iwl-sta.cEmmanuel Grumbach3-123/+123
2008-04-16iwlwifi: maintain uCode key table stateEmmanuel Grumbach4-6/+34
2008-04-16iwlwifi: add 1X HW WEP supportEmmanuel Grumbach4-2/+58
2008-04-16iwlwifi: default WEP HW encryptionEmmanuel Grumbach5-40/+220