mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 22:14:36 -04:00
wifi: rtl8xxxu: Enable AP mode for RTL8192FU
Theoretically this chip can handle 127 clients. Tested only very briefly but it should work as well as the RTL8188FU. Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/ffcabba5-7e9e-674c-ad03-73646b040b96@gmail.com
This commit is contained in:
committed by
Kalle Valo
parent
2d59478308
commit
efbc7e791a
@@ -2079,6 +2079,8 @@ struct rtl8xxxu_fileops rtl8192fu_fops = {
|
||||
.ampdu_max_time = 0x5e,
|
||||
.ustime_tsf_edca = 0x50,
|
||||
.max_aggr_num = 0x1f1f,
|
||||
.supports_ap = 1,
|
||||
.max_macid_num = 128,
|
||||
.trxff_boundary = 0x3f3f,
|
||||
.pbp_rx = PBP_PAGE_SIZE_256,
|
||||
.pbp_tx = PBP_PAGE_SIZE_256,
|
||||
|
||||
Reference in New Issue
Block a user