qcacld-3.0: Fix return type for scheduler_msg callbacks
This fixes a CFI failure in callback assignment Change-Id: I01fbd8cb65f8e33a66065d29d1aab983647a40ac CRs-Fixed: 2651013
This commit is contained in:
@@ -253,8 +253,8 @@ typedef void (*hidden_ssid_cb)(hdd_handle_t hdd_handle,
|
||||
* @hdd_handle: HDD handle registered with SME
|
||||
* @beacon_report: Beacon report structure
|
||||
*/
|
||||
typedef void (*beacon_report_cb)(hdd_handle_t hdd_handle,
|
||||
struct wlan_beacon_report *beacon_report);
|
||||
typedef QDF_STATUS (*beacon_report_cb)
|
||||
(hdd_handle_t hdd_handle, struct wlan_beacon_report *beacon_report);
|
||||
|
||||
/**
|
||||
* beacon_pause_cb : scan start callback fun
|
||||
|
Reference in New Issue
Block a user