Skip to content

Commit

Permalink
increase number of configurable virtual interfaces
Browse files Browse the repository at this point in the history
Testing with AR9271 USB device I was able to start 8 VAPs, but one client device could connect only if 7 VAPs were configured. This might need more work to make the feature fully usable, but even at present situation it enables functionality that was previously disabled.
Updated ath9k_htc firmware is required too, PR already opened: qca/open-ath9k-htc-firmware#149

Signed-off-by: Tomislav Požega <[email protected]>
  • Loading branch information
psyborg55 authored Jul 30, 2018
1 parent 527838d commit 54a11b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/ath/ath9k/htc.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ struct ath9k_htc_target_rx_stats {
__be32 host_done;
} __packed;

#define ATH9K_HTC_MAX_VIF 2
#define ATH9K_HTC_MAX_BCN_VIF 2
#define ATH9K_HTC_MAX_VIF 8
#define ATH9K_HTC_MAX_BCN_VIF 8

#define INC_VIF(_priv, _type) do { \
switch (_type) { \
Expand Down

0 comments on commit 54a11b3

Please sign in to comment.