summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2022-05-13mt76: mt7915: remove SCS featureRyder Lee
2022-05-13mt76: fix antenna config missing in 6G capDeren Wu
2022-05-13mt76: fix rx reordering with non explicit / psmp ack policyFelix Fietkau
2022-05-13mt76: mt7921: Add AP mode supportSean Wang
2022-05-13mt76: mt7915: use 0xff to initialize bitrate_mask in mt7915_init_bitrate_maskLorenzo Bianconi
2022-05-13mt76: mt7915: report rx mode value in mt7915_mac_fill_rx_rateLorenzo Bianconi
2022-05-13mt76: mt7915: do not pass data pointer to mt7915_mcu_muru_debug_setLorenzo Bianconi
2022-05-13mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vectorLorenzo Bianconi
2022-05-13mt76: mt7915: fix possible uninitialized pointer dereference in mt7986_wmac_g...Lorenzo Bianconi
2022-05-13mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET
2022-05-13mt76: mt7915: fix unbounded shift in mt7915_mcu_beacon_mbssLorenzo Bianconi
2022-05-13mt76: mt7915: always call mt7915_wfsys_reset() during initRyder Lee
2022-05-13mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iterLorenzo Bianconi
2022-05-13mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filterLorenzo Bianconi
2022-05-13mt76: mt7921u: add suspend/resume supportLorenzo Bianconi
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau
2022-05-13mt76: mt7921: accept rx frames with non-standard VHT MCS10-11Felix Fietkau
2022-05-13mt76: mt7915: accept rx frames with non-standard VHT MCS10-11Felix Fietkau
2022-05-13mt76: dma: use kzalloc instead of devm_kzalloc for txwiFelix Fietkau
2022-05-13mt76: reduce tx queue lock hold timeFelix Fietkau
2022-05-13mt76: mt7915: rework hardware/phy initializationFelix Fietkau
2022-05-13mt76: mt7915: fix DBDC default band selection on MT7915DFelix Fietkau
2022-05-13rtlwifi: Use pr_warn instead of WARN_ONCEDongliang Mu
2022-05-11wfx: use container_of() to get vifJaehee Park
2022-05-11rtw89: add debug entry to dump BSSID CAMPing-Ke Shih
2022-05-11rtw89: add debug select to dump MAC pages 0x30 to 0x33Ping-Ke Shih
2022-05-11rtw89: correct CCA controlPing-Ke Shih
2022-05-11rtw89: correct setting of RX MPDU lengthPing-Ke Shih
2022-05-11rtw89: 8852c: add settings to decrease the effect of DCHsuan Hung
2022-05-11brcmfmac: allow setting wlan MAC address using device treePavel Löbl
2022-05-11wilc1000: add valid vmm_entry check before fetching from TX queueAjay Singh
2022-05-11wilc1000: use 'u64' datatype for cookie variableAjay Singh
2022-05-11wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh
2022-05-11wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh
2022-05-11wilc1000: increase firmware version array sizeAjay Singh
2022-05-09rtw88: adjust adaptivity option to 1Chin-Yen Lee
2022-05-06wl1251: dynamically allocate memory used for DMAH. Nikolaus Schaller
2022-05-06qtnfmac: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-06wil6210: switch to netif_napi_add_tx()Jakub Kicinski
2022-05-04rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih
2022-05-04rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih
2022-05-04rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih
2022-05-04rtw89: correct AID settings of beamformeePing-Ke Shih
2022-05-04rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih
2022-05-04rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih
2022-05-04rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih
2022-05-04rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih
2022-05-04wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa