aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18ipw2x00: Fix -Wcast-function-typePhong Tran2-5/+7
2019-12-18b43legacy: Fix -Wcast-function-typePhong Tran1-2/+3
2019-12-18brcmsmac: Remove always false 'channel < 0' statementAustin Kim1-1/+1
2019-12-18rtlwifi: Remove last definitions of local bit manipulation macrosLarry Finger1-115/+0
2019-12-18rtlwifi: rtl8723be: Remove usage of private bit manipulation macrosLarry Finger1-16/+14
2019-12-18rtlwifi: rtl8723ae: Remove usage of private bit manipulation macrosLarry Finger1-7/+7
2019-12-18rtlwifi: rtl8192ee: Remove usage of private bit manipulation macrosLarry Finger1-20/+16
2019-12-18rtlwifi: rtl88821ae: Remove usage of private bit manipulation macrosLarry Finger1-55/+47
2019-12-18rtlwifi: Remove dependence on special bit manipulation macros for common driverLarry Finger2-12/+12
2019-12-18rtlwifi: rtl8192ce: rtl8192c_com: Remove usage of private bit manipulation macrosLarry Finger3-23/+21
2019-12-18rtlwifi: rtl8188ee: Remove usage of private bit manipulationLarry Finger3-77/+49
2019-12-18rtlwifi: rtl8192de: Remove usage of private bit manipulation macrosLarry Finger1-54/+7
2019-12-18rtlwifi: rtl8192de: Convert inline routines to little-endian wordsLarry Finger2-150/+159
2019-12-18rtlwifi: rtl8192de: Convert macros that set descriptorLarry Finger2-269/+458
2019-12-18rtlwifi: rtl8192de: Replace local bit manipulation macrosLarry Finger1-91/+69
2019-12-18rtlwifi: rtl8192de: Remove unused GET_XXX and SET_XXX macrosLarry Finger1-326/+3
2019-12-18brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost1-1/+2
2019-12-18wcn36xx: disable HW_CONNECTION_MONITOREduardo Abinader1-1/+0
2019-12-18ath9k: fix storage endpoint lookupJohan Hovold1-1/+1
2019-12-18ath11k: Remove unneeded semicolonzhengbin1-1/+1
2019-12-18ath11k: remove an unneeded NULL checkDan Carpenter1-2/+2
2019-12-18ath11k: checking for NULL vs IS_ERR()Dan Carpenter1-10/+13
2019-12-18ath11k: delete a stray unlock in ath11k_dbg_htt_stats_req()Dan Carpenter1-1/+0
2019-12-18ath11k: fix missing free of skb on error return pathColin Ian King1-2/+4
2019-12-18ath11k: fix uninitialized variable radioupColin Ian King1-1/+1
2019-12-18ath11k: fix memory leak on reg_infoColin Ian King1-1/+1
2019-12-18ath11k: Remove unnecessary enum scan_priorityNathan Chancellor1-10/+1
2019-12-18ath11k: fix several spelling mistakesColin Ian King3-4/+4
2019-12-18ath11k: add some missing __packed qualifiersJohn Crispin1-3/+3
2019-12-18ath11k: set the BA buffer size to 256 when HE is enabledPradeep Kumar Chitrapu2-0/+16
2019-12-18ath11k: fix pdev when invoking ath11k_wmi_send_twt_enable_cmd()Pradeep Kumar Chitrapu1-2/+2
2019-12-18ath11k: optimize ath11k_hal_tx_status_parseJohn Crispin3-50/+37
2019-12-18ath11k: optimise ath11k_dp_tx_completion_handlerJohn Crispin5-56/+28
2019-12-18ath11k: move some tx_status parsing to debugfs codeJohn Crispin3-53/+36
2019-12-18ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_abJohn Crispin7-81/+81
2019-12-18ath11k: drop memset when setting up a tx cmd descJohn Crispin2-2/+1
2019-12-18ath11k: disable PS for STA interfaces by default upon bringupJohn Crispin1-0/+7
2019-12-18ath11k: add wmi helper for turning STA PS on/offJohn Crispin2-0/+37
2019-12-17Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller7-47/+122
2019-12-17ath10k: Fix some typo in some warning messagesChristophe JAILLET2-3/+3
2019-12-17ath11k: register HE mesh capabilitiesSven Eckelmann1-0/+75
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin10-10/+10
2019-12-10Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo67-111/+49250
2019-12-10iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho2-25/+30
2019-12-10Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg1-12/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-02mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang1-6/+64
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-12-02ath: add support for special 0x0 regulatory domainWen Gong1-5/+5