qcacmn: DP changes corresponding to single netdev model
DP changes to support the single netdev model. Change-Id: I03c74e605c7530f4ab81edb68f0090f103e84578 CRs-Fixed: 3360499
Cette révision appartient à :

révisé par
Madan Koyyalamudi

Parent
40bbbf5e3e
révision
e219606587
@@ -3085,4 +3085,20 @@ struct cdp_pdev_attach_params {
|
||||
uint8_t pdev_id;
|
||||
uint32_t mlo_link_id;
|
||||
};
|
||||
|
||||
/*
|
||||
* cdp_txrx_peer_params_update
|
||||
*
|
||||
* @osif_vdev: Handle for OS shim virtual device
|
||||
* @peer_mac: Peer mac address
|
||||
* @chip_id: CHIP ID
|
||||
* @pdev_id: PDEV ID
|
||||
*/
|
||||
struct cdp_txrx_peer_params_update {
|
||||
void *osif_vdev;
|
||||
uint8_t *peer_mac;
|
||||
uint8_t chip_id;
|
||||
uint8_t pdev_id;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur