From 9370bb92b2d16684ee45cf24e879c93c509162da Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Thu, 19 Dec 2024 01:47:39 +0000
Subject: [PATCH] add wifi6 8852be driver

---
 kernel/include/linux/usb/audio-v3.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/include/linux/usb/audio-v3.h b/kernel/include/linux/usb/audio-v3.h
index 6b70843..c69a6f2 100644
--- a/kernel/include/linux/usb/audio-v3.h
+++ b/kernel/include/linux/usb/audio-v3.h
@@ -109,7 +109,7 @@
 	__u8 bSourceID;
 	/* bmaControls is actually u32,
 	 * but u8 is needed for the hybrid parser */
-	__u8 bmaControls[0]; /* variable length */
+	__u8 bmaControls[]; /* variable length */
 	/* wFeatureDescrStr omitted */
 } __attribute__((packed));
 

--
Gitblit v1.6.2