qcacmn: Add support for Hash based steering in RX PATH
Add support for hash based steering in RX path, also considered cases where a particular radio or both radios are handled by NSS offload. CRs-Fixed: 2092357 Change-Id: Ib0e88c28eecd7bfdb52c7337d4485ac41371be68
This commit is contained in:

committed by
snandini

parent
7f9408bacc
commit
dbbb0c8085
@@ -906,7 +906,12 @@ extern void hal_setup_link_idle_list(void *hal_soc,
|
||||
|
||||
/* REO parameters to be passed to hal_reo_setup */
|
||||
struct hal_reo_params {
|
||||
/* rx hash steering enabled or disabled */
|
||||
bool rx_hash_enabled;
|
||||
/* reo remap 1 register */
|
||||
uint32_t remap1;
|
||||
/* reo remap 2 register */
|
||||
uint32_t remap2;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user