qcacld-3.0: Remove typedef tBeaconFilterMsg

Change Id235d6303ce7c740f907147afc7248d833772067 ("qcacld-3.0:
Cleanup eWNI_SME_SET_BCN_FILTER_REQ") removed the usage of typedef
tBeaconFilterMsg, but didn't actually remove the obsolete typedef,
so remove it now.

Change-Id: Id7a24e18a6aa4fb7cfa6747f264bd3e6eeaa1ad8
CRs-Fixed: 2374845
This commit is contained in:
Jeff Johnson
2018-12-27 21:43:46 -08:00
committad av nshrivas
förälder e1eb7480f7
incheckning 150d961938

Visa fil

@@ -1170,23 +1170,6 @@ typedef struct tHalHiddenSsidVdevRestart {
extern void sys_process_mmh_msg(struct mac_context *mac, extern void sys_process_mmh_msg(struct mac_context *mac,
struct scheduler_msg *pMsg); struct scheduler_msg *pMsg);
/**
* struct tBeaconFilterMsg - Beacon Filtering data structure
* @capabilityInfo: capability info
* @capabilityMask: capabality mask
* @beaconInterval: beacon interval
* @ieNum: IE number
* @reserved: reserved
*/
typedef struct sBeaconFilterMsg {
uint16_t capabilityInfo;
uint16_t capabilityMask;
uint16_t beaconInterval;
uint16_t ieNum;
uint8_t bssIdx;
uint8_t reserved;
} qdf_packed tBeaconFilterMsg, *tpBeaconFilterMsg;
/** /**
* struct tEidByteInfo - Eid byte info * struct tEidByteInfo - Eid byte info
* @offset: offset * @offset: offset