summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek
AgeCommit message (Expand)AuthorFilesLines
2022-12-08wifi: rtw89: add join info upon create interfacePo-Hao Huang1-0/+4
2022-12-08wifi: rtw89: fix unsuccessful interface_add flowPo-Hao Huang1-0/+2
2022-12-08wifi: rtw89: stop mac port function when stop_ap()Po-Hao Huang3-3/+15
2022-12-08wifi: rtw89: add mac TSF sync functionPo-Hao Huang3-0/+63
2022-12-08wifi: rtw89: request full firmware only once if it's early requestedZong-Zhe Yang3-9/+32
2022-12-08wifi: rtw89: don't request partial firmware if SECURITY_LOADPIN_ENFORCEZong-Zhe Yang2-9/+36
2022-12-08wifi: rtl8xxxu: Introduce rtl8xxxu_update_ra_reportBitterblue Smith1-60/+45
2022-12-08wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith1-3/+7
2022-12-08wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith1-1/+1
2022-12-01wifi: rtw89: link rtw89_vif and chanctx stuffsZong-Zhe Yang3-11/+50
2022-12-01wifi: rtw89: fw: implement MCC related H2CZong-Zhe Yang2-1/+697
2022-12-01wifi: rtw89: mac: process MCC related C2HZong-Zhe Yang5-0/+280
2022-12-01wifi: rtw89: introduce helpers to wait/complete on conditionZong-Zhe Yang2-0/+60
2022-12-01wifi: rtw89: check if atomic before queuing c2hZong-Zhe Yang4-4/+68
2022-12-01wifi: rtw89: rfk: rename rtw89_mcc_info to rtw89_rfk_mcc_infoZong-Zhe Yang4-19/+19
2022-12-01wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih3-1/+33
2022-12-01wifi: rtw89: 8852b: turn off PoP function in monitor modePing-Ke Shih2-0/+9
2022-12-01wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih3-1/+41
2022-12-01wifi: rtw89: enable mac80211 virtual monitor interfaceZong-Zhe Yang1-0/+6
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou2-5/+8
2022-11-28wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith1-1/+1
2022-11-22wifi: rtw89: fix physts IE page checkZong-Zhe Yang1-1/+1
2022-11-22wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih3-1/+18
2022-11-22wifi: rtw89: switch BANDEDGE and TX_SHAPE based on OFDMA trigger frameEric Huang8-1/+146
2022-11-22wifi: rtw89: read CFO from FD or preamble CFO field of phy status ie_type 1 a...Eric Huang6-2/+12
2022-11-22wifi: rtw89: 8852b: correct TX power controlled by BT-coexistencePing-Ke Shih1-15/+15
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET1-1/+1
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_wow_enable()Christophe JAILLET1-3/+3
2022-11-16wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith6-15/+9
2022-11-16wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith6-15/+15
2022-11-16wifi: rtl8xxxu: Name some bits used in burst initBitterblue Smith2-5/+11
2022-11-16wifi: rtl8xxxu: Rename rtl8xxxu_8188f_channel_to_groupBitterblue Smith1-2/+2
2022-11-16wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith7-156/+297
2022-11-16wifi: rtl8xxxu: Move burst init to a functionBitterblue Smith4-41/+52
2022-11-09wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih1-2/+14
2022-11-09wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih1-4/+2
2022-11-08wifi: rtw89: update D-MAC and C-MAC dump to diagnose SERChia-Yuan Li5-197/+845
2022-11-08wifi: rtw89: dump dispatch status via debug portChia-Yuan Li3-0/+625
2022-11-04wifi: rtl8xxxu: Use dev_* instead of pr_infoBitterblue Smith1-2/+4
2022-11-04wifi: rtl8xxxu: Set IEEE80211_HW_SUPPORT_FAST_XMITBitterblue Smith1-0/+1
2022-11-04wifi: rtl8xxxu: Recognise all possible chip cutsBitterblue Smith1-21/+5
2022-11-04wifi: rtl8xxxu: Fix the CCK RSSI calculationBitterblue Smith8-14/+138
2022-11-04wifi: rtl8xxxu: Add central frequency offset trackingBitterblue Smith7-32/+212
2022-11-04wifi: rtlwifi: rtl8192ee: remove static variable stop_report_cntColin Ian King1-8/+0
2022-11-01wifi: rtw89: 8852b: Fix spelling mistake KIP_RESOTRE -> KIP_RESTOREColin Ian King1-1/+1
2022-11-01wifi: rtw89: add WoWLAN pattern match supportChin-Yen Lee7-1/+381
2022-11-01wifi: rtw89: add WoWLAN function supportChin-Yen Lee15-7/+874
2022-11-01wifi: rtw89: add related H2C for WoWLAN modeChin-Yen Lee3-0/+419
2022-11-01wifi: rtw89: add drop tx packet functionChih-Kang Chang8-0/+137
2022-11-01wifi: rtw89: add function to adjust and restore PLE quotaChih-Kang Chang4-0/+39