aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* mac80211: partially fix skb->cb useJohannes Berg2008-07-296-6/+6
* rtl8187: Improve wireless statistics for RTL8187BLarry Finger2008-07-292-34/+54
* rtl8187: Fix for TX sequence number problemLarry Finger2008-07-292-0/+16
* mac80211: fix sparse integer as NULL pointer warningHarvey Harrison2008-07-291-1/+1
* drivers/net/wireless/iwlwifi/iwl-led.c: printk fixAndrew Morton2008-07-291-1/+3
* rt2x00: Clear queue entry flags during initializationIvo van Doorn2008-07-291-2/+8
* rt2x00: Force full register config after start()Ivo van Doorn2008-07-293-4/+17
* b43legacy: Release mutex in error handling codeJulia Lawall2008-07-291-1/+1
* drivers/net/wireless/ipw2100.c: Release mutex in error handling codeJulia Lawall2008-07-291-1/+2
* rt2x00: Fix memleak when RTS/CTS failsIvo van Doorn2008-07-291-0/+1
* rt2x00: Fix QOS sequence countingIvo van Doorn2008-07-295-15/+32
* rt2x00: Fix the beacon length bugIwo Mergler2008-07-292-0/+24
* rt2x00: Large vendor requests for rt73usb firmware upload and beaconsIwo Mergler2008-07-292-32/+9
* rt2x00: Support for large vendor requestsIwo Mergler2008-07-292-1/+52
* rt2x00: Fix EIFS timing valueIvo van Doorn2008-07-292-2/+5
* rt2x00: Remove duplicate declarationIvo van Doorn2008-07-291-7/+0
* ath5k: don't enable MSI, we cannot handle it yetPavel Roskin2008-07-291-5/+0
* ath5k: fix recursive locking in ath5k_beacon_updateBob Copeland2008-07-291-3/+0
* iwlwifi: small compile warnings without CONFIG_IWLWIFI_DEBUGDenis V. Lunev2008-07-291-0/+2
* iwlwifi: compilation error when CONFIG_IWLWIFI_DEBUG is not setDenis V. Lunev2008-07-291-6/+2
* libertas: check bounds and only use decimal for sysfs persistent features.Brian Cavagnolo2008-07-291-15/+15
* iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning.Rami Rosen2008-07-291-0/+2
* ath5k: use positive logic for HP laptop LEDsBob Copeland2008-07-291-2/+2
* Ath5k: suspend/resume fixesJiri Slaby2008-07-291-5/+21
* Ath5k: fix dma operationJiri Slaby2008-07-291-11/+0
* Ath5k: flush workJiri Slaby2008-07-292-2/+15
* Ath5k: kill tasklets on shutdownJiri Slaby2008-07-291-0/+3
* Ath5k: fix memory corruptionJiri Slaby2008-07-292-8/+26
* mac80211: remove IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE flagJohannes Berg2008-07-298-12/+4
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-2/+2
* ipw2200: Call netif_*_queue() interfaces properly.David S. Miller2008-07-221-31/+2
* netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-0/+3
* mac80211_hwsim.c: fix: BUG: unable to handle kernel NULL pointer dereference ...Ian Schram2008-07-211-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-20152-15226/+20047
|\
| * Revert "remove the strip driver"David S. Miller2008-07-183-0/+2829
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1810-32/+27
| |\
| * | netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-2/+4
| * | wireless: fix warnings from QoS patchJohannes Berg2008-07-152-44/+8
| * | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-4/+2
| * | 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-1442-1041/+865
| |\ \
| | * | 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/+64
| | * | 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/+61
| | * | iwlwifi: fix LED stallTomas Winkler2008-07-143-50/+39
| | * | iwlwifi: differentiate 4965 and 5000 hw ampdu queues numberTomas Winkler2008-07-146-13/+30