mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-23 04:12:31 +00:00
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/mt7915/main.c
|
|
+++ b/mt7915/main.c
|
|
@@ -231,6 +231,8 @@ int mt7915_init_vif(struct mt7915_phy *p
|
|
bool ext_phy = phy != &dev->phy;
|
|
int idx, ret = 0;
|
|
|
|
+ wiphy->max_ap_assoc_sta = 128;
|
|
+
|
|
/* To differentiate the mac address of TXD and TXCMD interface */
|
|
vif->addr[0] |= bf_en;
|
|
|