summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtl8xxxu: fixing IQK failures for rtl8192euJun ASAKA2022-12-081-22/+51
* wifi: rtlwifi: btcoexist: fix conditions branches that are never executedPeter Kosyh2022-12-081-3/+2
* wifi: rtlwifi: rtl8192se: remove redundant rtl_get_bbreg() callPeter Kosyh2022-12-081-3/+0
* wifi: rtw88: Add rtw8723du chipset supportSascha Hauer2022-12-085-1/+90
* wifi: rtw88: Add rtw8822cu chipset supportSascha Hauer2022-12-084-0/+82
* wifi: rtw88: Add rtw8822bu chipset supportSascha Hauer2022-12-084-0/+123
* wifi: rtw88: Add rtw8821cu chipset supportSascha Hauer2022-12-085-0/+103
* wifi: rtw88: Add common USB chip supportSascha Hauer2022-12-089-0/+1067
* wifi: rtw88: iterate over vif/sta list non-atomicallySascha Hauer2022-12-084-7/+116
* wifi: rtw88: Drop coex mutexSascha Hauer2022-12-084-6/+3
* wifi: rtw88: Drop h2c.lockSascha Hauer2022-12-084-12/+6
* wifi: rtw88: Drop rf_lockSascha Hauer2022-12-084-10/+14
* wifi: rtw88: Call rtw_fw_beacon_filter_config() with rtwdev->mutex heldSascha Hauer2022-12-081-1/+1
* wifi: rtw88: print firmware type in info messageSascha Hauer2022-12-082-1/+4
* wifi: rtw89: add join info upon create interfacePo-Hao Huang2022-12-081-0/+4
* wifi: rtw89: fix unsuccessful interface_add flowPo-Hao Huang2022-12-081-0/+2
* wifi: rtw89: stop mac port function when stop_ap()Po-Hao Huang2022-12-083-3/+15
* wifi: rtw89: add mac TSF sync functionPo-Hao Huang2022-12-083-0/+63
* wifi: rtw89: request full firmware only once if it's early requestedZong-Zhe Yang2022-12-083-9/+32
* wifi: rtw89: don't request partial firmware if SECURITY_LOADPIN_ENFORCEZong-Zhe Yang2022-12-082-9/+36
* wifi: rtl8xxxu: Introduce rtl8xxxu_update_ra_reportBitterblue Smith2022-12-081-60/+45
* wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith2022-12-081-3/+7
* wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith2022-12-081-1/+1
* wifi: rtw89: link rtw89_vif and chanctx stuffsZong-Zhe Yang2022-12-013-11/+50
* wifi: rtw89: fw: implement MCC related H2CZong-Zhe Yang2022-12-012-1/+697
* wifi: rtw89: mac: process MCC related C2HZong-Zhe Yang2022-12-015-0/+280
* wifi: rtw89: introduce helpers to wait/complete on conditionZong-Zhe Yang2022-12-012-0/+60
* wifi: rtw89: check if atomic before queuing c2hZong-Zhe Yang2022-12-014-4/+68
* wifi: rtw89: rfk: rename rtw89_mcc_info to rtw89_rfk_mcc_infoZong-Zhe Yang2022-12-014-19/+19
* wifi: rtw88: 8821c: enable BT device recovery mechanismPing-Ke Shih2022-12-013-1/+33
* wifi: rtw89: 8852b: turn off PoP function in monitor modePing-Ke Shih2022-12-012-0/+9
* wifi: rtw89: add HE radiotap for monitor modePing-Ke Shih2022-12-013-1/+41
* wifi: rtw89: enable mac80211 virtual monitor interfaceZong-Zhe Yang2022-12-011-0/+6
* wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou2022-11-282-5/+8
* wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith2022-11-281-1/+1
* wifi: rtw89: fix physts IE page checkZong-Zhe Yang2022-11-221-1/+1
* wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih2022-11-223-1/+18
* wifi: rtw89: switch BANDEDGE and TX_SHAPE based on OFDMA trigger frameEric Huang2022-11-228-1/+146
* wifi: rtw89: read CFO from FD or preamble CFO field of phy status ie_type 1 a...Eric Huang2022-11-226-2/+12
* wifi: rtw89: 8852b: correct TX power controlled by BT-coexistencePing-Ke Shih2022-11-221-15/+15
* wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET2022-11-161-1/+1
* wifi: rtw89: Fix some error handling path in rtw89_wow_enable()Christophe JAILLET2022-11-161-3/+3
* wifi: rtl8xxxu: Use u32_get_bits in *_identify_chipBitterblue Smith2022-11-166-15/+9
* wifi: rtl8xxxu: Use strscpy instead of sprintfBitterblue Smith2022-11-166-15/+15
* wifi: rtl8xxxu: Name some bits used in burst initBitterblue Smith2022-11-162-5/+11
* wifi: rtl8xxxu: Rename rtl8xxxu_8188f_channel_to_groupBitterblue Smith2022-11-161-2/+2
* wifi: rtl8xxxu: Split up rtl8xxxu_identify_chipBitterblue Smith2022-11-167-156/+297
* wifi: rtl8xxxu: Move burst init to a functionBitterblue Smith2022-11-164-41/+52
* wifi: rtw89: 8852b: change debug mask of message of no TX resourcePing-Ke Shih2022-11-091-2/+14
* wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih2022-11-091-4/+2