qcacmn: Rename osif_pdev and os_if_vdev in dp_pdev and osif_dev

structures

Rename osif_pdev to ctrl_pdev and os_if_vdev to ctrl_vdev in dp_pdev and
osif_dev structures respectively which are
pointing to objmgr_pdev and objmgr_vdev structures to maintain
uniformity

Change-Id: Ida95a1a90ea74513573f00c652338baee3df897a
CRs-Fixed: 2241362
This commit is contained in:
Akshay Kosigi
2018-04-26 00:54:23 +05:30
committato da nshrivas
parent 371fce287d
commit 1a9c6d1d4c
13 ha cambiato i file con 39 aggiunte e 30 eliminazioni

Vedi File

@@ -73,9 +73,9 @@ void ol_ll_pdev_tx_unlock(void *);
#else
#define OSIF_VAP_TX_LOCK(_y, _x) cdp_vdev_tx_lock( \
_y, wlan_vdev_get_dp_handle((_x)->os_if_vdev))
_y, wlan_vdev_get_dp_handle((_x)->ctrl_vdev))
#define OSIF_VAP_TX_UNLOCK(_y, _x) cdp_vdev_tx_unlock( \
_y, wlan_vdev_get_dp_handle((_x)->os_if_vdev))
_y, wlan_vdev_get_dp_handle((_x)->ctrl_vdev))
#define OL_TX_FLOW_CTRL_LOCK(_x)
#define OL_TX_FLOW_CTRL_UNLOCK(_x)