qca-wifi: cmn_ops changes for umac-dp decoupling

Equivalent changes in component dev data path APIs
implementation for changes in cmn_ops interface APIs.

Change-Id: I1d9c43607bfa699dded771fe9aea87f4ec5a70b9
Šī revīzija ir iekļauta:
Pavankumar Nandeshwar
2019-09-30 08:39:10 +05:30
revīziju iesūtīja Gerrit - the friendly Code Review server
vecāks 0c218ff57a
revīzija 0759dd94d5
3 mainīti faili ar 12 papildinājumiem un 8 dzēšanām

Parādīt failu

@@ -77,7 +77,7 @@ struct wlan_peer_rx_rate_stats {
* @rx: rx rate statistics
* @mac_addr: peer MAC address
* @peer_cookie: cookie for unique session of peer
* @pdev: dp pdev
* @pdev_id: id of dp pdev
*/
struct wlan_peer_rate_stats_ctx {
struct wlan_peer_tx_rate_stats tx;
@@ -85,6 +85,7 @@ struct wlan_peer_rate_stats_ctx {
uint8_t mac_addr[WLAN_MAC_ADDR_LEN];
uint64_t peer_cookie;
struct cdp_pdev *pdev;
uint8_t pdev_id;
};
/**