summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-13/+13
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller26-220/+471
2012-05-14rtlwifi: fix for race condition when firmware is cachedLarry Finger2-13/+13
2012-05-12rndis_wlan: cleanup: change oid from __le32 to u32 in various placesJussi Kivilinna1-49/+49
2012-05-12rndis_wlan: cleanup: byteswap data from device instead of RNDIS_* definesJussi Kivilinna1-13/+13
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij1-94/+130
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij1-17/+17
2012-05-12usb/net: rndis: break out <linux/rndis.h> definesLinus Walleij1-49/+0
2012-05-12usb/net: rndis: inline the cpu_to_le32() macroLinus Walleij1-105/+107
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches20-63/+65
2012-05-08iwlwifi: fix-up some merge damage from commit 0d6c4a2John W. Linville1-1/+2
2012-05-08brcmfmac: add out of band interrupt supportFranky Lin5-15/+240
2012-05-08brcmfmac: postpone interrupt register functionFranky Lin1-9/+6
2012-05-08brcmfmac: check bus state for statusFranky Lin1-1/+1
2012-05-08brcmfmac: stop releasing sdio host in irq handlerFranky Lin1-4/+0
2012-05-08iwlwifi: use 6000G2B for 6030 device seriesWey-Yi Guy1-1/+1
2012-05-08iwlwifi: use correct released ucode versionMeenakshi Venkataraman1-1/+1
2012-05-08ipw2100: Fix order of device registrationBen Hutchings1-11/+13
2012-05-08ipw2200: Fix order of device registrationBen Hutchings1-11/+12
2012-05-08rt2x00: Add debugfs access for rfcsr registerAnisse Astier4-1/+20
2012-05-08rt2x00: debugfs support - allow a register to be emptyAnisse Astier1-35/+36
2012-05-08net/wireless: ipw2200: Fix WARN_ON occurring in wiphy_register called by ipw_...Stanislav Yakovlev1-15/+6
2012-05-08iwlwifi: remove the iwl_shared referenceWey-Yi Guy1-3/+3
2012-05-08iwlwifi: modify #ifdef to avoid sparse complainWey-Yi Guy2-19/+18
2012-05-08mwifiex: fix static checker warningsAmitkumar Karwar1-2/+1
2012-05-08mwifiex: add support for SD8786 sdioWarheadsSE3-2/+10
2012-05-08wireless: at76c50x: allocating too much dataDan Carpenter1-2/+2
2012-05-08iwlwifi: don't init trans->reg_lock from the op_modeEmmanuel Grumbach2-1/+1
2012-05-08iwlwifi: add option to disable 5GHz bandStanislaw Gruszka3-0/+9
2012-05-08iwlwifi: use IWL_* instead of dev_printk when possibleEmmanuel Grumbach2-10/+9
2012-05-08iwlwifi: add loose coex lutWey-Yi Guy1-2/+21
2012-05-08iwlwifi: change kill mask based on reduce power stateWey-Yi Guy2-9/+20
2012-05-08iwlwifi: send reduce tx power info in commandWey-Yi Guy2-1/+3
2012-05-08iwlwifi: small define changeWey-Yi Guy1-1/+3
2012-05-08iwlwifi: add reduced tx power threshold defineWey-Yi Guy1-0/+3
2012-05-08iwlwifi: add checking for the condition to reduce tx powerWey-Yi Guy2-4/+39
2012-05-08iwlwifi: add BT reduced tx power flagWey-Yi Guy1-2/+2
2012-05-08iwlwifi: remove unused macrosWey-Yi Guy1-69/+0
2012-05-08libertas: include sched.h on firmware.cLuis R. Rodriguez1-0/+1
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-66/+194
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