Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 61d2206794479739edfa1b11a73e5bbf > files > 17

kernel-5.3.13-2.mga7.src.rpm

diff -Nurp ./3rdparty/rtl8723de.orig/os_dep/linux/rtw_cfgvendor.c ./3rdparty/rtl8723de/os_dep/linux/rtw_cfgvendor.c
--- ./3rdparty/rtl8723de.orig/os_dep/linux/rtw_cfgvendor.c	2019-10-17 15:44:25.072921145 +0300
+++ ./3rdparty/rtl8723de/os_dep/linux/rtw_cfgvendor.c	2019-10-17 15:47:04.677929379 +0300
@@ -1170,7 +1170,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_GET_CAPABILITIES
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_gscan_get_capabilities
+		.doit = wl_cfgvendor_gscan_get_capabilities,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1178,7 +1179,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_SET_CONFIG
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_set_scan_cfg
+		.doit = wl_cfgvendor_set_scan_cfg,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1186,7 +1188,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_SET_SCAN_CONFIG
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_set_batch_scan_cfg
+		.doit = wl_cfgvendor_set_batch_scan_cfg,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1194,7 +1197,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_ENABLE_GSCAN
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_initiate_gscan
+		.doit = wl_cfgvendor_initiate_gscan,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1202,7 +1206,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_ENABLE_FULL_SCAN_RESULTS
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_enable_full_scan_result
+		.doit = wl_cfgvendor_enable_full_scan_result,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1210,7 +1215,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_SET_HOTLIST
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_hotlist_cfg
+		.doit = wl_cfgvendor_hotlist_cfg,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1218,7 +1224,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_SET_SIGNIFICANT_CHANGE_CONFIG
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_significant_change_cfg
+		.doit = wl_cfgvendor_significant_change_cfg,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1226,7 +1233,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_GET_SCAN_RESULTS
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_gscan_get_batch_results
+		.doit = wl_cfgvendor_gscan_get_batch_results,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1234,7 +1242,8 @@ static const struct wiphy_vendor_command
 			.subcmd = GSCAN_SUBCMD_GET_CHANNEL_LIST
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_gscan_get_channel_list
+		.doit = wl_cfgvendor_gscan_get_channel_list,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 #endif /* GSCAN_SUPPORT */
 #if defined(RTT_SUPPORT) && 0
@@ -1244,7 +1253,8 @@ static const struct wiphy_vendor_command
 			.subcmd = RTT_SUBCMD_SET_CONFIG
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_rtt_set_config
+		.doit = wl_cfgvendor_rtt_set_config,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1252,7 +1262,8 @@ static const struct wiphy_vendor_command
 			.subcmd = RTT_SUBCMD_CANCEL_CONFIG
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_rtt_cancel_config
+		.doit = wl_cfgvendor_rtt_cancel_config,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1260,7 +1271,8 @@ static const struct wiphy_vendor_command
 			.subcmd = RTT_SUBCMD_GETCAPABILITY
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = wl_cfgvendor_rtt_get_capability
+		.doit = wl_cfgvendor_rtt_get_capability,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 #endif /* RTT_SUPPORT */
 	{
@@ -1269,7 +1281,8 @@ static const struct wiphy_vendor_command
 			.subcmd = ANDR_WIFI_SUBCMD_GET_FEATURE_SET
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = rtw_cfgvendor_get_feature_set
+		.doit = rtw_cfgvendor_get_feature_set,
+		.policy = VENDOR_CMD_RAW_DATA
 	},
 	{
 		{
@@ -1277,7 +1290,8 @@ static const struct wiphy_vendor_command
 			.subcmd = ANDR_WIFI_SUBCMD_GET_FEATURE_SET_MATRIX
 		},
 		.flags = WIPHY_VENDOR_CMD_NEED_WDEV | WIPHY_VENDOR_CMD_NEED_NETDEV,
-		.doit = rtw_cfgvendor_get_feature_set_matrix
+		.doit = rtw_cfgvendor_get_feature_set_matrix,
+		.policy = VENDOR_CMD_RAW_DATA
 	}
 };