Skip to content

Commit

Permalink
wireless: Increase the number of VAPs on iwinfo platforms to 8. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatchimata authored Aug 4, 2021
1 parent dae27fe commit 07267da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unum/wireless/iwinfo_platform/unum_wireless.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
#define WIRELESS_MAX_RADIOS 3

// Max VAPs per radio we can report (used in wireless_common.h)
#define WIRELESS_MAX_VAPS 4
// For some platforms we support these many
#define WIRELESS_MAX_VAPS 8


// Common header shared across all platforms
Expand Down

0 comments on commit 07267da

Please sign in to comment.