aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller4-37/+50
2008-04-16ath5k: Misc fixes/cleanupsNick Kossifidis5-643/+139
2008-04-16ath5k: Add RF2425 initvalsNick Kossifidis5-14/+365
2008-04-16iwlwifi: Use HW acceleration decryption by defaultEmmanuel Grumbach3-7/+6
2008-04-16iwlwifi: fix unload warning and errorMohamed Abbas2-1/+5
2008-04-16iwlwifi: arrange max number of Tx queuesRon Rindjunsky6-13/+17
2008-04-16iwlwifi: Fix TKIP update key and get_free_ucode_keyEmmanuel Grumbach2-3/+3
2008-04-16iwlwifi: move rxon associated command to hcmdTomas Winkler4-41/+51
2008-04-16iwlwifi: introduce host commands callbacksTomas Winkler2-0/+8
2008-04-16iwlwifi: move HW device registrationRon Rindjunsky3-19/+19
2008-04-16iwlwifi: move the creation of LQ host command to iwlcoreTomas Winkler5-65/+67
2008-04-16iwlwifi: support different num of tx and rx antennasTomas Winkler3-9/+14
2008-04-16iwlwifi: 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
2008-04-16iwlwifi: add default WEP key host commandEmmanuel Grumbach2-0/+28
2008-04-16iwlwifi: replace sprintf with scnprintf for debugfs outputAbhijeet Kolekar1-28/+43
2008-04-16iwlwifi: generalize iwlwifi init flowTomas Winkler3-165/+174
2008-04-16b43legacy: fix TBTT and PU timingsStefano Brivio2-3/+34
2008-04-16proc: switch /proc/driver/ray_cs/ray_cs to seq_file interfaceAlexey Dobriyan1-31/+42
2008-04-16libertas: un-garbage various command structsHolger Schurig1-1/+6
2008-04-16libertas: convert libertas driver to use an event/cmdresp queueHolger Schurig13-383/+269
2008-04-16rt2x00: Only free skb when beacon_update failsIvo van Doorn1-4/+2
2008-04-15b43legacy: fix DMA mapping leakageStefano Brivio1-11/+18
2008-04-15b43legacy: Fix usage of struct device used for DMAingMichael Buesch1-13/+13
2008-04-15ssb: Fix usage of struct device used for DMAingMichael Buesch1-13/+14
2008-04-15b43legacy: fix initvals loading on bcm4303Stefano Brivio1-0/+2
2008-04-15rtl8187: Add missing priv->vif assignmentsHerton Ronaldo Krzesinski1-0/+3
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-101/+162
2008-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-5/+3
2008-04-09rt61pci: rt61pci_beacon_update do not free skb twiceDaniel Wagner1-3/+1
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller4-97/+159
2008-04-08drivers/net/wireless/p54/net2280.h: silence checkpatch.plChristian Lamparter1-368/+368
2008-04-08p54: move to separate directoryChristian Lamparter12-67/+68
2008-04-08mac80211: rename filesJohannes Berg2-2/+2
2008-04-08adm8211: remove commented-out codePavel Machek1-7/+0
2008-04-08b43: use b43_is_mode() callMichael Buesch1-2/+2
2008-04-08b43: Fix PHY TX control words in SHMMichael Buesch2-83/+117
2008-04-08b43: Fix beacon BH updateMichael Buesch2-42/+54
2008-04-08mac80211: notify mac from low level driver (iwlwifi)Mohamed Abbas2-0/+2
2008-04-08b43: Beaconing fixesMichael Buesch2-6/+37