summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-06-03drivers/net/wireless/iwmc3200wifi: Use kmemdupJulia Lawall1-2/+2
2010-06-03drivers/net/wireless/libertas_tf: Use kmemdupJulia Lawall1-3/+2
2010-06-03drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall1-3/+1
2010-06-03drivers/net/wireless/libertas: Use kmemdupJulia Lawall1-4/+2
2010-06-03ath9k/debug: fixup the return codesDan Carpenter1-9/+9
2010-06-03ath9k/debug: improve the snprintf() handlingDan Carpenter1-8/+25
2010-06-03ath9k: fix dma direction for map/unmap in ath_rx_taskletMing Lei1-2/+2
2010-06-03libertas: Added callback functions to support SDIO suspend/resume.Amitkumar Karwar8-62/+171
2010-06-03wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen4-9/+35
2010-06-03wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen4-44/+142
2010-06-03ath9k_htc: Increase credit sizeSujith1-1/+1
2010-06-03ath9k_htc: Remove HW queue translationSujith1-10/+9
2010-06-03ath9k_htc: Initialize beacon/CAB queuesSujith3-7/+39
2010-06-03ath9k_htc: Add queue statistics to xmit debugfs fileSujith3-0/+20
2010-06-03ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan4-79/+101
2010-06-03drivers/net/wireless/orinoco: Use kzallocJulia Lawall1-3/+1
2010-06-03ath9k: enable the baseband watchdog events for AR9003Luis R. Rodriguez3-1/+16
2010-06-03ath9k_hw: add support for the AR9003 baseband watchdogLuis R. Rodriguez7-34/+169
2010-06-03rt2x00: Move rt2x00debug_dump_frame declaration to rt2x00.h.Gertjan van Wingerde4-11/+28
2010-06-03wl1271: remove sdio ARM dependencyOhad Ben-Cohen2-2/+2
2010-06-03ath9k_hw: rename the ar9003_initvals.h to ar9003_2p0_initvals.hLuis R. Rodriguez2-4/+4
2010-06-03ath9k_hw: add support for the AR9003 2.2Luis R. Rodriguez2-25/+1921
2010-06-03mwl8k: use the dma state API instead of the pci equivalentsFUJITA Tomonori1-6/+6
2010-06-02Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville24-458/+916
2010-05-28ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz2-3/+7
2010-05-28libertas: fix uninitialized variable warningPrarit Bhargava1-3/+2
2010-05-28ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan1-1/+3
2010-05-28ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock1-1/+1
2010-05-26ar9170usb: fix read from freed driver contextChristian Lamparter1-2/+12
2010-05-26Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville1-1/+1
2010-05-25ath9k: remove VEOL support for ad-hocFelix Fietkau1-53/+10
2010-05-25ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau1-9/+3
2010-05-24ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleepVasanthakumar Thiagarajan1-5/+12
2010-05-24iwlwifi: testing the wrong variable in iwl_add_bssid_station()Dan Carpenter1-1/+1
2010-05-24ath9k_htc: rare leak in ath9k_hif_usb_alloc_tx_urbs()Dan Carpenter1-0/+4
2010-05-24ath9k_htc: dereferencing before check in hif_usb_tx_cb()Dan Carpenter1-2/+4
2010-05-24rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-05-24rt2x00: Fix failed SLEEP->AWAKE and AWAKE->SLEEP transitions.Gertjan van Wingerde4-14/+18
2010-05-24Revert "ath9k: Group Key fix for VAPs"John W. Linville1-25/+3
2010-05-24wireless: update gfp/slab.h includesTejun Heo2-0/+2
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa1-1/+1
2010-05-24ath5k: consistently use rx_bufsize for RX DMABruno Randolf1-3/+4
2010-05-21rndis_wlan: replace wireless_send_event with cfg80211_disconnectedJussi Kivilinna1-6/+10
2010-05-21ath9k: remove AR9003 from PCI IDs for nowLuis R. Rodriguez1-1/+0
2010-05-21wl1271: Fix RX data path frame lengthsJuuso Oikarinen1-0/+2
2010-05-21iwlwifi: fix internal scan raceReinette Chatre1-3/+18
2010-05-21can: SJA1000 add missing spin_lock_init()Oliver Hartkopp1-0/+2
2010-05-21sh_eth: Fix memleak in sh_mdio_releaseDenis Kirjanov1-0/+3
2010-05-21ixgbe:add support for a new 82599 10G Base-T deviceMallikarjuna R Chilakala7-0/+111
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds219-8837/+14309