qcacmn: Add forward declaration of structures to fix warnings
Add forward declaration of structures wlan_objmgr_pdev and wlan_objmgr_vdev in file wlan_spectral_public_structs.h in order to fix compiler warnings. Change-Id: Ida73f3d3d808977ba1e813de3dd85e329fc13cd4 CRs-Fixed: 2907580
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e52b8c8067
commit
a496f14ebe
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2011,2017-2020 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2011,2017-2021 The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
@@ -218,7 +218,8 @@ enum spectral_dma_debug {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct wiphy;
|
struct wiphy;
|
||||||
|
struct wlan_objmgr_pdev;
|
||||||
|
struct wlan_objmgr_vdev;
|
||||||
/**
|
/**
|
||||||
* struct spectral_cfg80211_vendor_cmd_handlers - Spectral vendor command
|
* struct spectral_cfg80211_vendor_cmd_handlers - Spectral vendor command
|
||||||
* handlers
|
* handlers
|
||||||
|
Reference in New Issue
Block a user