diff options
author | Marek Puzyniak <marek.puzyniak@tieto.com> | 2015-03-30 09:51:52 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-03-30 15:00:38 +0300 |
commit | 8cca3d60871ae3bd617fe50afd1c2e4a0328b949 (patch) | |
tree | 96297211a9130144f6d78cd4ac85feca987a421e /drivers/net/wireless/ath/ath10k/hw.h | |
parent | 7390ed3467fc2261d0f524f928e17baf0ff5c046 (diff) | |
download | op-kernel-dev-8cca3d60871ae3bd617fe50afd1c2e4a0328b949.zip op-kernel-dev-8cca3d60871ae3bd617fe50afd1c2e4a0328b949.tar.gz |
ath10k: store max tdls vdevs that fw can handle
Currently number of tdls vdevs supported by firmware
is hardcoded. For future usage it is stored in ath10k
structure based on defined value.
Signed-off-by: Marek Puzyniak <marek.puzyniak@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath10k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/hw.h b/drivers/net/wireless/ath/ath10k/hw.h index 46e14d1..316c1a5 100644 --- a/drivers/net/wireless/ath/ath10k/hw.h +++ b/drivers/net/wireless/ath/ath10k/hw.h @@ -283,6 +283,7 @@ struct ath10k_pktlog_hdr { #define TARGET_TLV_NUM_PEERS ((TARGET_TLV_NUM_STATIONS) + \ (TARGET_TLV_NUM_VDEVS) + \ 2) +#define TARGET_TLV_NUM_TDLS_VDEVS 1 #define TARGET_TLV_NUM_TIDS ((TARGET_TLV_NUM_PEERS) * 2) #define TARGET_TLV_NUM_MSDU_DESC (1024 + 32) #define TARGET_TLV_NUM_WOW_PATTERNS 22 |