Skip to content

Commit

Permalink
drivers: wireless: aic8800 : wifi dongle revert to one interface
Browse files Browse the repository at this point in the history
wifi dongle revert to one interface

Signed-off-by: ziv.xu <[email protected]>
  • Loading branch information
ziv.xu authored and MichaIng committed Nov 9, 2023
1 parent fe7e20d commit 7d0d352
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/aic8800/aic8800_fdrv/rwnx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8935,9 +8935,6 @@ if((g_rwnx_plat->usbdev->chipid == PRODUCT_ID_AIC8801) ||
vif = rwnx_interface_add(rwnx_hw, "wlan%d", NET_NAME_UNKNOWN,
NL80211_IFTYPE_STATION, NULL);

vif = rwnx_interface_add(rwnx_hw, "wlan-ap%d", NET_NAME_UNKNOWN,
NL80211_IFTYPE_AP, NULL);

#ifdef CONFIG_RWNX_MON_DATA
/* Add an initial station interface */
vif = rwnx_interface_add(rwnx_hw, "wlan%d", 1,
Expand Down

0 comments on commit 7d0d352

Please sign in to comment.