Fix Wi-Fi patches on linux >= 6.1.7

This commit is contained in:
sharpenedblade
2023-01-31 21:46:04 -08:00
committed by Aditya Garg
parent ad1f804d54
commit 2780589369
+1 -1
View File
@@ -1914,7 +1914,7 @@ index a83699de01ec3c..d295b9f3a4fbe5 100644
+ +
/* Set board-type to the first string of the machine compatible prop */ /* Set board-type to the first string of the machine compatible prop */
root = of_find_node_by_path("/"); root = of_find_node_by_path("/");
if (root && !settings->board_type) { if (root && err) {
From 55b5f2833aa40024bf6cde448fb8403a8be0e686 Mon Sep 17 00:00:00 2001 From 55b5f2833aa40024bf6cde448fb8403a8be0e686 Mon Sep 17 00:00:00 2001
From: Hector Martin <marcan@marcan.st> From: Hector Martin <marcan@marcan.st>