|
@@ -7167,12 +7167,13 @@ static int hdd_wiphy_init(struct hdd_context *hdd_ctx)
|
|
|
hdd_err("wiphy registration failed");
|
|
|
return ret_val;
|
|
|
}
|
|
|
+
|
|
|
/* Check the kernel version for upstream commit aced43ce780dc5 that
|
|
|
* has support for processing user cell_base hints when wiphy is
|
|
|
* self managed or check the backport flag for the same.
|
|
|
*/
|
|
|
-#if defined CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED || \
|
|
|
- (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 0))
|
|
|
+#if defined CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED || \
|
|
|
+ (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 18, 0))
|
|
|
hdd_send_wiphy_regd_sync_event(hdd_ctx);
|
|
|
#endif
|
|
|
|