forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/net/wireless/lib80211.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * lib80211 -- common bits for IEEE802.11 drivers
34 *
....@@ -24,8 +25,6 @@
2425 #include <linux/string.h>
2526
2627 #include <net/lib80211.h>
27
-
28
-#define DRV_NAME "lib80211"
2928
3029 #define DRV_DESCRIPTION "common routines for IEEE802.11 drivers"
3130