> -----Original Message----- > From: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > Sent: Tuesday, July 11, 2023 5:03 AM > To: linux-wireless@xxxxxxxxxxxxxxx > Cc: Jes Sorensen <Jes.Sorensen@xxxxxxxxx>; Ping-Ke Shih <pkshih@xxxxxxxxxxx> > Subject: [PATCH 1/4] 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@xxxxxxxxx> With your positive results, it should be good to have this patchset, so Reviewed-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > --- > drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c > b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c > index 18dc5221a9c0..28e93835e05a 100644 > --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c > +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_8192f.c > @@ -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, > -- > 2.41.0 > > ------Please consider the environment before printing this e-mail.