summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-06-22iwlwifi: fix TX power antenna accessJohannes Berg1-9/+9
2012-06-22iwlwifi: use correct supported firmware for 6035 and 6000g2Meenakshi Venkataraman1-2/+21
2012-06-22iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach3-11/+15
2012-06-17wireless: rt2x00: rt2800usb more devices were identifiedXose Vazquez Perez1-5/+3
2012-06-17wireless: rt2x00: rt2800usb add more devices idsXose Vazquez Perez1-3/+14
2012-06-17rt2x00: use atomic variable for seqnoStanislaw Gruszka3-10/+7
2012-06-17iwlwifi: disable the buggy chain extension feature in HWEmmanuel Grumbach2-0/+6
2012-06-17iwlwifi: don't mess up the SCD when removing a keyEmmanuel Grumbach1-1/+1
2012-06-17iwlwifi: unregister LEDs if mac80211 registration failsJohannes Berg1-0/+1
2012-06-17iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEPJohannes Berg1-0/+2
2012-06-10wl1251: fix oops on early interruptGrazvydas Ignotas2-3/+2
2012-06-10ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau1-6/+10
2012-06-10iwlwifi: do not use shadow registers by defaultMeenakshi Venkataraman2-5/+5
2012-06-10iwlwifi: update BT traffic load states correctlyMeenakshi Venkataraman1-0/+1
2012-06-01b43legacy: Fix error due to MMIO access with SSB unpoweredLarry Finger1-2/+0
2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger2-13/+13
2012-05-03iwlwifi: fix skb truesize underestimationEric Dumazet3-8/+17
2012-05-02Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003"Rajkumar Manoharan1-2/+2
2012-05-02brcmfmac: fix a double spin_unlock_irqrestore issue in dpcFranky Lin1-0/+1
2012-04-27wl1251: fix crash on remove due to leftover work itemGrazvydas Ignotas1-0/+1
2012-04-27wl1251: fix crash on remove due to premature kfreeGrazvydas Ignotas1-1/+1
2012-04-27b43: only reload config after successful initializationSeth Forshee1-2/+8
2012-04-27iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-2/+2
2012-04-27ath5k: add missing iounmap to AHB probe removalJonathan Bither1-0/+1
2012-04-27brcm80211: fmac: fix missing completion events issueFranky Lin1-12/+51
2012-04-27brcm80211: fmac: fix SDIO function 0 register r/w issueFranky Lin1-1/+7
2012-04-24iwlwifi: use correct released ucode versionMeenakshi Venkataraman4-18/+27
2012-04-24iwlwifi: fix hardware queue programmingJohannes Berg2-8/+43
2012-04-23brcmsmac: "INTERMEDIATE but not AMPDU" only when tracingEldad Zack1-2/+1
2012-04-23rtlwifi: Fix oops on unloadLarry Finger1-0/+1
2012-04-23ipw2200: Fix race condition in the command completion acknowledgeStanislav Yakovlev1-1/+12
2012-04-23iwlwifi: do not nulify ctx->vif on resetStanislaw Gruszka2-4/+9
2012-04-23ath9k: fix tx power settings for AR9287Gabor Juhos1-0/+2
2012-04-23ath9k: add an extra boolean parameter to ath9k_hw_apply_txpowerGabor Juhos5-8/+10
2012-04-17ath9k: Fix TX fragmentationSujith Manoharan1-1/+9
2012-04-13mwifiex: update pcie8766 scratch register addressesBing Zhao1-9/+9
2012-04-13ath9k: wake up the hardware from full sleep when idle is turned offFelix Fietkau1-1/+8
2012-04-13ath5k: unmap io memory on probe failureJonathan Bither1-2/+4
2012-04-13ath5k: fix undefined 'THIS_MODULE'Jonathan Bither1-0/+1
2012-04-13brcm80211: smac: resume transmit fifo upon receiving framesArend van Spriel1-0/+8
2012-04-13libertas: fix signedness bug in lbs_auth_to_authtype()Amitkumar Karwar1-2/+7
2012-04-11rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger1-1/+6
2012-04-11rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2-19/+21
2012-04-10Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan1-5/+3
2012-04-10rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia1-5/+1
2012-04-09rtlwifi: Fix oops on rate-control failureLarry Finger1-1/+4
2012-04-09rtlwifi: rtl8192de: Fix firmware initializationLarry Finger1-6/+0
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds21-235/+103
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd21-235/+103
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-31/+45