summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-09mwifiex: PCIe8997 chip specific handlingAmitkumar Karwar2-31/+18
2016-09-09mwifiex: scan: Simplify codeChristophe Jaillet1-8/+4
2016-09-09mwifiex: add PCIe function level reset supportAmitkumar Karwar4-17/+365
2016-09-09brcmfmac: sdio: shorten retry loop in brcmf_sdio_kso_control()Arend Van Spriel1-2/+9
2016-09-09brcmfmac: add support for bcm4339 chip with modalias sdio:c00v02D0d4339Arend Van Spriel2-1/+3
2016-09-09mt7601u: use linux/bitfield.hJakub Kicinski10-155/+81
2016-09-09mt7601u: remove unnecessary includeJakub Kicinski1-1/+0
2016-09-09mt7601u: remove redefinition of GENMASKJakub Kicinski1-4/+0
2016-09-09mwifiex: add cfg80211 testmode supportXinming Hu1-0/+83
2016-09-09mwifiex: add manufacturing mode supportXinming Hu7-14/+50
2016-09-03rtlwifi/rtl8192de: Fix print format stringOleg Drokin1-3/+3
2016-09-03mwifiex: do not print dot when downloading FWStanislaw Gruszka1-2/+0
2016-09-03mwifiex: print status of FW ready eventStanislaw Gruszka1-0/+4
2016-09-03mwifiex: make "PCI-E is not the winner" print more informativeStanislaw Gruszka1-2/+1
2016-09-03wl18xx: add time sync configuration apiGuy Mishol4-0/+46
2016-09-03brcmfmac: fix pmksa->bssid usageNicolas Iooss1-2/+2
2016-09-03brcmfmac: Add USB ID for Cisco Linksys AE1200Ismael Luceno2-0/+6
2016-09-03rtlwifi: Fix missing country code for Great BritainLarry Finger1-1/+3
2016-09-03zd1211rw: fix spelling mistake "firmeware" -> "firmware"Colin Ian King1-1/+1
2016-09-03rtl8xxxu: Make rtl8xxxu_ampdu_action less chattyHans de Goede1-5/+5
2016-09-03rtl8xxxu: gen1: Fix non static symbol warningWei Yongjun1-1/+1
2016-09-03rtl8xxxu: Split filling of TX descriptors into separate functionsJes Sorensen6-89/+125
2016-09-03rtl8xxxu: Determine need for shore preamble before updating TX descriptorsJes Sorensen1-5/+7
2016-09-03rtl8xxxu: Determine the need for SGI before handling specific TX desc formatsJes Sorensen1-6/+8
2016-09-03rtl8xxxu: Simplify calculating of hw value used for setting TX rateJes Sorensen1-3/+4
2016-09-03rtl8xxxu: Introduce fops bitflag indicating type of thermal meterJes Sorensen4-1/+4
2016-09-03rtl8xxxu: Convert flags in rtl8xxxu_fileops to bitflagsJes Sorensen1-2/+2
2016-09-03rtl8xxxu: Use flag to indicate whether device has TX report timer supportJes Sorensen3-3/+4
2016-09-03rtl8xxxu: Add interrupt bit definitions for gen2 partsJes Sorensen1-0/+56
2016-09-03rtl8xxxu: Add bit definitions for REG_FPGA0_TX_INFOJes Sorensen1-0/+4
2016-09-03rtl8xxxu: Simplify code setting TX buffer boundaryJes Sorensen1-7/+1
2016-09-03rtl8xxxu: Remove now obsolete rtl8xxxu_old_init_queue_reserved_page()Jes Sorensen1-28/+2
2016-09-03rtl8xxxu: Switch 8192cu/8188cu devices to use rtl8xxxu_init_queue_reserved_pa...Jes Sorensen1-0/+4
2016-09-03rtl8xxxu: Switch 8723a to use new rtl8xxxu_init_queue_reserved_page() routineJes Sorensen1-0/+4
2016-09-03rtl8xxxu: Add TX page defines for 8723bJes Sorensen2-0/+10
2016-09-03rtl8xxxu: Add TP-Link TL-WN823N v2 to list of supported devicesJes Sorensen1-0/+7
2016-09-03rtl8xxxu: Fix error handling if rtl8xxxu_init_device() failsJes Sorensen1-3/+17
2016-09-03rtl8xxxu: Mark 0x2001:0x3308 as testedJes Sorensen1-2/+7
2016-09-03rtl8xxxu: Mark 0x20f4:0x648b as testedJes Sorensen1-2/+7
2016-09-03wlcore: Remove wl pointer from wl_sta structureMaxim Altshul2-2/+0
2016-09-03rtlwifi: rtl8723ae: Fix leak in _rtl8723e_read_adapter_info()Christian Engelmayer1-1/+1
2016-09-03rtlwifi: rtl8192de: Fix leak in _rtl92de_read_adapter_info()Christian Engelmayer1-1/+2
2016-09-03brcmfmac: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-03mwifiex: fix missing break on IEEE80211_STYPE_ACTION caseColin Ian King1-0/+1
2016-09-03rt2x00usb: Fix error return codeChristophe Jaillet1-1/+3
2016-09-03mwifiex: add custom regulatory domain supportAmitkumar Karwar5-14/+127
2016-09-03mwifiex: add CHAN_REGION_CFG commandAmitkumar Karwar3-0/+69
2016-09-03mwifiex: correct aid value during tdls setupXinming Hu1-2/+1
2016-09-03mwifiex: simplify length computation for some memsetChristophe Jaillet1-2/+2
2016-09-03mwifiex: fix the length parameter of a memsetChristophe Jaillet1-1/+1