summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtw88/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtw88: remove unsupported interface type of mesh pointPing-Ke Shih2024-04-031-2/+1
* wifi: rtw88: station mode only for SDIO chipsPing-Ke Shih2024-03-291-5/+9
* wifi: rtw88: coex: Prevent doing I/O during Wi-Fi power savingChing-Te Ku2024-03-261-3/+2
* wifi: rtw88: 8821c: Fix beacon loss and disconnectBitterblue Smith2024-03-051-2/+0
* wifi: rtw88: Use random MAC when efuse MAC invalidChris Morgan2023-12-121-0/+5
* wifi: rtw88: simplify vif iteratorsDmitry Antipov2023-07-251-5/+3
* wifi: rtw88: remove unused and set but unused leftoversDmitry Antipov2023-07-251-1/+0
* wifi: rtw88: delete timer and free skb queue when unloadingDmitry Antipov2023-07-251-1/+3
* wifi: rtw88: fix not entering PS mode after AP stopsPo-Hao Huang2023-06-211-0/+8
* wifi: rtw88: Stop high queue during scanPo-Hao Huang2023-06-211-2/+5
* wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-011-2/+2
* wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-121-0/+15
* wifi: rtw88: set pkg_type correctly for specific rtw8821c variantsSascha Hauer2023-04-201-1/+1
* wifi: rtw88: 8822c: add iface combinationPo-Hao Huang2023-04-201-0/+25
* wifi: rtw88: handle station mode concurrent scan with AP modePo-Hao Huang2023-04-201-0/+39
* wifi: rtw88: disallow PS during AP modePo-Hao Huang2023-04-201-1/+1
* wifi: rtw88: add port switch for AP modePo-Hao Huang2023-04-201-0/+79
* wifi: rtw88: add bitmap for dynamic port settingsPo-Hao Huang2023-04-201-0/+1
* wifi: rtw88: main: Reserve 8 bytes of extra TX headroom for SDIO cardsMartin Blumenstingl2023-04-121-1/+3
* wifi: rtw88: main: Add the {cpwm,rpwm}_addr for SDIO based chipsetsMartin Blumenstingl2023-04-121-0/+5
* wifi: rtw88: Use rtw_iterate_vifs() for rtw_vif_watch_dog_iter()Martin Blumenstingl2023-01-161-2/+4
* wifi: rtw88: Add common USB chip supportSascha Hauer2022-12-081-0/+4
* wifi: rtw88: Drop coex mutexSascha Hauer2022-12-081-2/+0
* wifi: rtw88: Drop h2c.lockSascha Hauer2022-12-081-1/+0
* wifi: rtw88: Drop rf_lockSascha Hauer2022-12-081-1/+0
* wifi: rtw88: print firmware type in info messageSascha Hauer2022-12-081-1/+3
* wifi: rtw88: add missing destroy_workqueue() on error path in rtw_core_init()Yang Yingliang2022-09-021-2/+6
* wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih2022-08-261-2/+1
* wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang2022-08-101-67/+97
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-091-14/+14
* wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang2022-08-091-1/+20
* wifi: rtw88: check the return value of alloc_workqueue()William Dean2022-07-291-0/+4
* wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-201-2/+2
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-4/+9
* Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-101-1/+4
|\
| * rtw88: fix null vif pointer when hw_scan failsPo-Hao Huang2022-05-301-1/+4
* | wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih2022-05-301-0/+2
|/
* rtw88: add HT MPDU density value for each chipChih-Kang Chang2022-05-011-1/+2
* rtw88: Add update beacon flow for AP modePo-Hao Huang2022-04-121-0/+6
* rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang2022-04-121-3/+4
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-25/+25
* rtw88: change idle mode condition during hw_scanPo-Hao Huang2022-04-061-3/+4
* rtw88: change rtw_info() to proper message levelPing-Ke Shih2022-02-221-4/+4
* rtw88: coex: Add C2H/H2C handshake with BT mailbox for asking HID InfoChing-Te Ku2022-02-211-0/+1
* rtw88: coex: update BT PTA counter regularlyChing-Te Ku2022-02-211-0/+2
* rtw88: 8822ce: add support for TX/RX 1ss modeChin-Yen Lee2022-02-211-1/+32
* rtw88: recover rates of rate adaptive mechanismChien-Hsun Liao2022-02-101-23/+44
* rtw88: fix idle mode flow for hw scanPo-Hao Huang2022-01-311-1/+15
* rtw88: support SAR via kernel common APIZong-Zhe Yang2021-12-211-0/+22
* rtw88: 8822c: add ieee80211_ops::hw_scanPo-Hao Huang2021-12-211-0/+63