ath10k: Add hw param for 64-bit address support
WCN3990 target supports 37-bit addressing mode. In order to accommodate extended address support, add hw param to indicate if the target supports addressing above 32-bits. Signed-off-by: Rakesh Pillai <pillair@qti.qualcomm.com> Signed-off-by: Govind Singh <govinds@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
This commit is contained in:

committed by
Kalle Valo

parent
203dab8395
commit
f13cc6bd68
@@ -561,6 +561,9 @@ struct ath10k_hw_params {
|
||||
u32 num_peers;
|
||||
u32 ast_skid_limit;
|
||||
u32 num_wds_entries;
|
||||
|
||||
/* Targets supporting physical addressing capability above 32-bits */
|
||||
bool target_64bit;
|
||||
};
|
||||
|
||||
struct htt_rx_desc;
|
||||
|
Reference in New Issue
Block a user