[PATCH 3/3] ath10k: support 32+ stations.

2014-09-19 Thread greearb
From: Ben Greear Support up to 32 stations when using CT firmware. Signed-off-by: Ben Greear --- drivers/net/wireless/ath/ath10k/core.c | 4 +++- drivers/net/wireless/ath/ath10k/hw.h | 6 + drivers/net/wireless/ath/ath10k/mac.c | 42 -- drivers/net/wire

Re: [PATCH 3/3] ath10k: support 32+ stations.

2014-09-23 Thread Kalle Valo
gree...@candelatech.com writes: > From: Ben Greear > > Support up to 32 stations when using CT firmware. > > Signed-off-by: Ben Greear [...] > - if (test_bit(ATH10K_FW_FEATURE_WMI_10X, ar->fw_features)) > + if (test_bit(ATH10K_FW_FEATURE_WMI_10X_CT, ar->fw_features)) > + ar

Re: [PATCH 3/3] ath10k: support 32+ stations.

2014-09-23 Thread Ben Greear
On 09/23/2014 05:59 AM, Kalle Valo wrote: gree...@candelatech.com writes: From: Ben Greear Support up to 32 stations when using CT firmware. Signed-off-by: Ben Greear [...] - if (test_bit(ATH10K_FW_FEATURE_WMI_10X, ar->fw_features)) + if (test_bit(ATH10K_FW_FEATURE_WMI_10X