qcacmn: Add support of extended service bitmap handling

Extended service bitmap is used by FW to indicate supported services
bitmap for services excedding the current limitation of 128. Add support
to save and use this bitmap to check services supported in FW. Also,
change exisiting services bitmap to be dynamic allocated buffer to
optimize the buffer used to save the bitmap.

Change-Id: I24a0321bc1a06ee3aedf1c6acbc379e907bbd464
CRs-Fixed: 2103617
This commit is contained in:
Kiran Venkatappa
2017-09-01 17:02:34 +05:30
committed by snandini
parent a46d9c69f2
commit 482bc5ecbc
7 changed files with 157 additions and 27 deletions

View File

@@ -5157,6 +5157,7 @@ typedef enum {
wmi_ext_tbttoffset_update_event_id,
wmi_11d_new_country_event_id,
wmi_get_arp_stats_req_id,
wmi_service_available_event_id,
wmi_events_max,
} wmi_conv_event_id;