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:
@@ -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)
|
||||
|
Fai riferimento in un nuovo problema
Block a user