summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-07-18netdev: Allocate multiple queues for TX.David S. Miller1-2/+4
2008-07-15wireless: fix warnings from QoS patchJohannes Berg2-44/+8
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-4/+2
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller42-1041/+865
2008-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-2/+50
2008-07-14rt2x00: Reset LED assoc status after firmware updateIvo van Doorn1-0/+8
2008-07-14iwlwifi: make index unsigned int for iwl_send_led_cmdAbhijeet Kolekar3-3/+4
2008-07-14iwlwifi: Fix LEDs for 3945Abhijeet Kolekar3-85/+64
2008-07-14iwlwifi: send TXPOWER command after a new RXON commandZhu Yi1-10/+10
2008-07-14iwlwifi: enable active scanningTomas Winkler1-41/+45
2008-07-14iwlwifi: unify 4965 and 5000 scanning codeTomas Winkler5-23/+33
2008-07-14iwlwifi: LED use correctly blink tableTomas Winkler4-71/+61
2008-07-14iwlwifi: fix LED stallTomas Winkler3-50/+39
2008-07-14iwlwifi: differentiate 4965 and 5000 hw ampdu queues numberTomas Winkler6-13/+30
2008-07-14iwlwifi: make iwl4965_mac_conf_tx in atomic contextEmmanuel Grumbach3-33/+24
2008-07-14iwlwifi: rs always set lq_sta->privTomas Winkler1-2/+0
2008-07-14iwlwifi: remove post associate workTomas Winkler2-19/+0
2008-07-14iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach6-7/+37
2008-07-14iwlwifi: adding pci device ids to iwl_hw_card_idsEsti Kummer3-1/+29
2008-07-14iwl3965: remove useless network and duplicate checkingAdel Gadllah4-172/+25
2008-07-14iwlwif: remove compilation warnings iwl_add_radiotapTomas Winkler1-20/+17
2008-07-14mac80211 hwsim: fix endianness bugJohannes Berg1-1/+1
2008-07-14mac80211: fix TX sequence numbersJohannes Berg4-3/+18
2008-07-14rtl8187: use different ANAPARAM*_OFF values for 8187BHerton Ronaldo Krzesinski3-15/+42
2008-07-14rt2x00: Reorganize beacon handlingIvo van Doorn10-410/+289
2008-07-14rt2x00: Add support for CTS protection in rt2x00libIvo van Doorn3-1/+4
2008-07-14mac80211: revamp beacon configurationJohannes Berg14-94/+115
2008-07-14rtl8187: Fixed section mismatch in rtl8187_dev.cIhar Hrachyshka1-1/+1
2008-07-14rt2x00: Fix NULL pointer error in adhoc/master modeIvo van Doorn1-0/+3
2008-07-10libertas: fix memory alignment problems on the blackfinIhar Hrachyshka1-2/+2
2008-07-10zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo1-0/+1
2008-07-10rt2x00: Disable synchronization during initializationIvo van Doorn5-0/+47
2008-07-09netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller1-1/+11
2008-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-6/+11
2008-07-08rtl8187: Change detection of RTL8187B with USB ID of 8187Larry Finger2-36/+47
2008-07-08rtl8187: updating Kconfig to support RTL8187BHin-Tak Leung1-3/+9
2008-07-08rtl8187: change rtl8187_dev.c to support RTL8187B (part 2)Hin-Tak Leung1-40/+168
2008-07-08rtl8187: change rtl8187_dev.c to support RTL8187B (part 1)Hin-Tak Leung1-29/+234
2008-07-08rtl8187: updating rtl8187_rtl8225.c to support RTL8187BHin-Tak Leung1-14/+215
2008-07-08rtl8187: updating rtl818x.h to support RTL8187BHin-Tak Leung1-9/+27
2008-07-08rtl8187: updating rtl8187.h to support RTL8187BHin-Tak Leung1-16/+97
2008-07-08rt2x00: Fix register commentsIvo van Doorn2-8/+36
2008-07-08hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin1-2/+2
2008-07-08b43legacy: Remove switch statement with 64-bit indexLarry Finger1-15/+51
2008-07-08rt2x00: Report RX end time for rt2400pciIvo van Doorn3-0/+26
2008-07-08rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn3-17/+8
2008-07-08rt2x00: Decrease alignment headroomIvo van Doorn1-3/+4
2008-07-08rt2x00: Remove input_polldev requirements for rfkillIvo van Doorn5-93/+38
2008-07-08zd1211rw: beacon config error checkingDaniel Drake1-17/+45