qcacmn: Support for 8021p pcp to tid mapping

Add HAL and DP support to configure
8021p PCP to TID mapping tables into Hardware.

Change-Id: I8a54970c8c4ef56f3c487b6e648c4411b3abde0e
Cette révision appartient à :
Debasis Das
2019-01-28 17:02:06 +05:30
révisé par nshrivas
Parent c736e83257
révision c39a68da37
10 fichiers modifiés avec 310 ajouts et 9 suppressions

Voir le fichier

@@ -343,6 +343,11 @@ struct hal_hw_txrx_ops {
void *wbm_er_info);
void (*hal_rx_dump_mpdu_start_tlv)(void *mpdustart,
uint8_t dbg_level);
void (*hal_tx_set_pcp_tid_map)(void *hal_soc, uint8_t *map);
void (*hal_tx_update_pcp_tid_map)(void *hal_soc, uint8_t pcp,
uint8_t id);
void (*hal_tx_set_tidmap_prty)(void *hal_soc, uint8_t prio);
};
/**