aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19ath10k: skip sending quiet mode cmd for WCN3990Rakesh Pillai5-2/+44
2018-12-18mac80211_hwsim: fix overwriting of if_combinationJames Prestwood1-6/+7
2018-12-17iwlwifi: mvm: don't send GEO_TX_POWER_LIMIT to old firmwaresEmmanuel Grumbach1-0/+9
2018-12-14iwlwifi: mvm: don't check if a pointer is set if it can't be unsetEmmanuel Grumbach1-20/+17
2018-12-14iwlwifi: pcie: set cmd_len in the correct placeSara Sharon1-12/+12
2018-12-14iwlwifi: mvm: radiotap: remove UL_DL bit in HE TRIG_BASEDShaul Triebitz1-3/+6
2018-12-14iwlwifi: mvm: add L-SIG length to radiotapShaul Triebitz1-36/+60
2018-12-14iwlwifi: mvm: change PHY data RX for HE radiotapShaul Triebitz2-261/+296
2018-12-14iwlwifi: pcie: fix erroneous printSara Sharon1-5/+5
2018-12-14iwlwifi: mvm: force TCM re-evaluation on TCM resumeAvraham Stern1-0/+14
2018-12-14iwlwifi: remove all unnecessary occurrences of nvm_calib_verLuca Coelho4-31/+0
2018-12-14iwlwifi: move iwl_nvm_check_version() into dvmLuca Coelho4-23/+22
2018-12-14iwlwifi: remove useless NVM_HW_SECTION_NUM_FAMILY_* macrosLuca Coelho4-11/+4
2018-12-14iwlwifi: don't define OTP_LOW_IMAGE_SIZE per family, but per sizeLuca Coelho8-16/+14
2018-12-14iwlwifi: mvm: activate apply pointsSara Sharon4-0/+10
2018-12-14iwlwifi: add support for triggering ini triggersSara Sharon4-11/+91
2018-12-14iwlwifi: dbg: dump data according to the new ini TLVsSara Sharon9-36/+355
2018-12-14iwlwifi: move common 9000 cfg parameters to common macroLuca Coelho1-73/+6
2018-12-13rtlwifi: rtl8821ae: remove set but not used variable 'type' in translate_rx_signal_stuffYueHaibing1-2/+0
2018-12-13rtl818x: fix potential use after freePan Bian1-1/+2
2018-12-13b43: remove set but not used variables 'tx_pwr_state,tmp2'YueHaibing1-4/+0
2018-12-13brcmfmac: fix false-positive -Wmaybe-unintialized warningArnd Bergmann1-1/+1
2018-12-13brcmfmac: disable command decode in sdio_aosWright Feng1-1/+5
2018-12-13brcmfmac: 4373 save-restore supportChi-Hsien Lin2-0/+24
2018-12-13brcmfmac: update 43012 F2 watermark setting to fix DMA Error during UDP RX TrafficNaveen Gupta1-0/+12
2018-12-13brcmfmac: allow GCI core enumurationChi-Hsien Lin1-6/+8
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin4-13/+77
2018-12-13brcmfmac: set SDIO F1 MesBusyCtrl for CYW4373Madhan Mohan R2-1/+11
2018-12-13brcmfmac: set F2 watermark to 256 for 4373Wright Feng1-2/+24
2018-12-13brcmfmac: add 4354 raw pcie device idWinnie Chang2-0/+2
2018-12-13brcmfmac: handle compressed tx status signalChung-Hsien Hsu1-50/+71
2018-12-13brcmfmac: enable frameburst mode in default firmware settingWright Feng2-0/+7
2018-12-13brcmfmac: add credit numbers updating supportWright Feng1-8/+15
2018-12-13mwifiex: add NL80211_STA_INFO_RX_BITRATE supportBrian Norris2-5/+34
2018-12-13mwifiex: refactor mwifiex_parse_htinfo() for reuseBrian Norris1-17/+19
2018-12-13mwifiex: debugfs: correct histogram spacing, formattingBrian Norris1-8/+6
2018-12-13mwifiex: fix potential NULL dereference and use after freePan Bian1-8/+10
2018-12-13mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi1-1/+6
2018-12-13Merge tag 'mt76-for-kvalo-2018-11-30' of https://github.com/nbd168/wirelessKalle Valo60-3193/+2783
2018-12-13Revert "mwifiex: restructure rx_reorder_tbl_lock usage"Brian Norris3-53/+51
2018-12-13rtlwifi: Fix leak of skb when processing C2H_BT_INFOLarry Finger1-0/+1
2018-12-13ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg4-8/+8
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+11
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-12-05Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-9/+11
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski2-6/+6
2018-12-05mac80211-next: rtnetlink wifi simulation deviceCody Schuffelen3-0/+641
2018-12-05mac80211_hwsim: fixes kernel crash during mac80211_hwsim initJames Prestwood1-0/+1
2018-12-03Merge tag 'wireless-drivers-next-for-davem-2018-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller129-1128/+4604
2018-11-30mt76: replace sta_add/remove ops with common sta_state functionFelix Fietkau10-52/+95