summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2009-05-29rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongleJohn W. Linville2-0/+3
2009-05-29at76c50x-usb: avoid mutex deadlock in at76_dwork_hw_scanJohn W. Linville1-6/+6
2009-05-20wireless: beyond ARRAY_SIZE of intf->crypto_statsRoel Kluin1-1/+1
2009-05-20iwlwifi: update 5000 ucode support to version 2 of APIJay Sternberg1-1/+1
2009-05-20airo: fix airo_get_encode{,ext} buffer overflow like I mean it...John W. Linville1-9/+14
2009-05-20ath5k: fix interpolation with equal power levelsFabio Rossi1-21/+28
2009-05-20iwlwifi: do not cancel delayed work inside spin_lock_irqsaveReinette Chatre3-17/+6
2009-05-20ath5k: fix exp off-by-one when computing OFDM delta slopeForrest Zhang1-3/+3
2009-05-20ath5k: fix scanning in AR2424Pavel Roskin1-1/+1
2009-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds7-31/+89
2009-05-11iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2-4/+6
2009-05-11ath5k: update channel in sw state after stopping RX and TXBob Copeland1-9/+13
2009-05-11rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville3-16/+62
2009-05-11airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville1-2/+8
2009-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-11/+11
2009-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-8/+13
2009-05-05iwlwifi: update key flags at time key is setReinette Chatre1-10/+11
2009-05-05iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab1-1/+0
2009-04-28ath5k: fix buffer overrun in rate debug codeBob Copeland1-1/+1
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-28rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna1-4/+10
2009-04-28wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell1-1/+0
2009-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds28-206/+370
2009-04-22iwlwifi: DMA fixesReinette Chatre6-96/+165
2009-04-22iwlwifi: add debugging for TX pathReinette Chatre2-2/+6
2009-04-22mwl8: fix build warning.Rami Rosen1-2/+1
2009-04-22iwl3945: use cancel_delayed_work_sync to cancel rfkill_pollReinette Chatre1-1/+1
2009-04-22iwlwifi: fix EEPROM validation mask to include OTP only devicesJay Sternberg1-1/+1
2009-04-21atmel: fix netdev ops conversionJohannes Berg1-1/+0
2009-04-21ar9170usb: fix hang on resumeChristian Lamparter1-20/+90
2009-04-21mwl8k: fix module re-insertion bugJoerg Albert1-2/+2
2009-04-21p54: deactivate broken powersave functionChristian Lamparter1-2/+0
2009-04-21iwl3945-base.c: Add missing space to debug printJoe Perches1-1/+1
2009-04-21rt2x00: Don't free register information on suspendIvo van Doorn2-34/+2
2009-04-17ar9170usb: add ZyXEL NWD271NChristian Lamparter1-0/+2
2009-04-16ar9170: fix struct layout on armJohannes Berg1-4/+4
2009-04-16orinoco: correct timeout logic in __orinoco_hw_set_tkip_key()Pavel Roskin1-5/+3
2009-04-16rt2x00: prevent double kfree when failing to register hardwareHerton Ronaldo Krzesinski1-3/+1
2009-04-16fix iwl3945 registration regressionJohannes Berg1-0/+2
2009-04-16b43: Do radio lock assertion in softwareMichael Buesch3-5/+20
2009-04-16rt2x00: Add rt73usb USB IDsIvo van Doorn1-0/+2
2009-04-16p54usb: add Telsey 802.11g USB2.0 AdapterChristian Lamparter1-0/+1
2009-04-16ar9170: add Cace Airpcap NX usb_idChristian Lamparter1-0/+2
2009-04-16airo: queue SIOCSIWAUTH-requested auth mode change for next commitDan Williams1-1/+1
2009-04-16at76c50x-usb: Add device ID for OQO model 01+Jamie Lentin1-0/+2
2009-04-16libertas: don't leak skb on receive errorPhilip Rakity1-0/+2
2009-04-16ath9k: fix access to a freed skb in ath_rx_tasklet()Pavel Roskin1-1/+3
2009-04-16p54spi: fix locking warning in p54spi_op_txChristian Lamparter1-12/+13
2009-04-16p54: replace MAC80211_LEDS with P54_LEDS in p54.hChristian Lamparter1-6/+6
2009-04-16b43: Refresh RX poison on buffer recyclingMichael Buesch1-10/+11