summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-181-2/+4
* wireless: fix warnings from QoS patchJohannes Berg2008-07-152-44/+8Star
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2Star
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-07-1542-1041/+865Star
|\
| * rt2x00: Reset LED assoc status after firmware updateIvo van Doorn2008-07-141-0/+8
| * iwlwifi: make index unsigned int for iwl_send_led_cmdAbhijeet Kolekar2008-07-143-3/+4
| * iwlwifi: Fix LEDs for 3945Abhijeet Kolekar2008-07-143-85/+64Star
| * iwlwifi: send TXPOWER command after a new RXON commandZhu Yi2008-07-141-10/+10
| * iwlwifi: enable active scanningTomas Winkler2008-07-141-41/+45
| * iwlwifi: unify 4965 and 5000 scanning codeTomas Winkler2008-07-145-23/+33
| * iwlwifi: LED use correctly blink tableTomas Winkler2008-07-144-71/+61Star
| * iwlwifi: fix LED stallTomas Winkler2008-07-143-50/+39Star
| * iwlwifi: differentiate 4965 and 5000 hw ampdu queues numberTomas Winkler2008-07-146-13/+30
| * iwlwifi: make iwl4965_mac_conf_tx in atomic contextEmmanuel Grumbach2008-07-143-33/+24Star
| * iwlwifi: rs always set lq_sta->privTomas Winkler2008-07-141-2/+0Star
| * iwlwifi: remove post associate workTomas Winkler2008-07-142-19/+0Star
| * iwlwifi: fixes RTS / CTS supportEmmanuel Grumbach2008-07-146-7/+37
| * iwlwifi: adding pci device ids to iwl_hw_card_idsEsti Kummer2008-07-143-1/+29
| * iwl3965: remove useless network and duplicate checkingAdel Gadllah2008-07-144-172/+25Star
| * iwlwif: remove compilation warnings iwl_add_radiotapTomas Winkler2008-07-141-20/+17Star
| * mac80211 hwsim: fix endianness bugJohannes Berg2008-07-141-1/+1
| * mac80211: fix TX sequence numbersJohannes Berg2008-07-144-3/+18
| * rtl8187: use different ANAPARAM*_OFF values for 8187BHerton Ronaldo Krzesinski2008-07-143-15/+42
| * rt2x00: Reorganize beacon handlingIvo van Doorn2008-07-1410-410/+289Star
| * rt2x00: Add support for CTS protection in rt2x00libIvo van Doorn2008-07-143-1/+4
| * mac80211: revamp beacon configurationJohannes Berg2008-07-1414-94/+115
| * rtl8187: Fixed section mismatch in rtl8187_dev.cIhar Hrachyshka2008-07-141-1/+1
| * rt2x00: Fix NULL pointer error in adhoc/master modeIvo van Doorn2008-07-141-0/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-157-2/+50
|\ \ | |/ |/|
| * libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-07-091-2/+2
| * zd1211rw: stop beacons on remove_interfaceLuis Carlos Cobo2008-07-091-0/+1
| * rt2x00: Disable synchronization during initializationIvo van Doorn2008-07-095-0/+47
* | netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.David S. Miller2008-07-091-1/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-093-6/+11
|\|
| * zd1211rw: add ID for AirTies WUS-201Firat Birlik2008-07-071-0/+1
| * drivers/net/wireless/iwlwifi/iwl-3945.c Fix type issue on 64bitDarren Jenkins2008-07-071-2/+2
| * hostap_cs: correct poor NULL checks in suspend/resume routinesJohn W. Linville2008-07-071-4/+8
* | rtl8187: Change detection of RTL8187B with USB ID of 8187Larry Finger2008-07-082-36/+47
* | rtl8187: updating Kconfig to support RTL8187BHin-Tak Leung2008-07-081-3/+9
* | rtl8187: change rtl8187_dev.c to support RTL8187B (part 2)Hin-Tak Leung2008-07-081-40/+168
* | rtl8187: change rtl8187_dev.c to support RTL8187B (part 1)Hin-Tak Leung2008-07-081-29/+234
* | rtl8187: updating rtl8187_rtl8225.c to support RTL8187BHin-Tak Leung2008-07-081-14/+215
* | rtl8187: updating rtl818x.h to support RTL8187BHin-Tak Leung2008-07-081-9/+27
* | rtl8187: updating rtl8187.h to support RTL8187BHin-Tak Leung2008-07-081-16/+97
* | rt2x00: Fix register commentsIvo van Doorn2008-07-082-8/+36
* | hostap: don't compile prism2_suspend() for hostap_pci without CONFIG_PMPavel Roskin2008-07-081-2/+2
* | b43legacy: Remove switch statement with 64-bit indexLarry Finger2008-07-081-15/+51
* | rt2x00: Report RX end time for rt2400pciIvo van Doorn2008-07-083-0/+26
* | rt2x00: Use ieee80211_hw->workqueue againIvo van Doorn2008-07-083-17/+8Star