qcacmn: Remove DA-Specific flags in DFS source code
DA_SUPPORT macro specific code changes are removed in DFS source code. Also, remove DA_SUPPORT macro reference in file wlan_global_lmac_if.c Remove the compile time flag WLAN_DFS_DIRECT_ATTACH and related souce code. Other DA-specific code changes are also removed. Change-Id: Id9fdf547efd0b0332173ac1349811171e4e6acec
This commit is contained in:
@@ -180,7 +180,7 @@ QDF_STATUS wlan_global_lmac_if_open(struct wlan_objmgr_psoc *psoc)
|
||||
|
||||
dev_type = psoc->soc_nif.phy_type;
|
||||
|
||||
if (dev_type == WLAN_DEV_DA || dev_type == WLAN_DEV_OL) {
|
||||
if (dev_type == WLAN_DEV_OL) {
|
||||
wlan_global_lmac_if_tx_ops_register[dev_type]
|
||||
(tx_ops);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user