aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/broadcom-wl/patches/930-wl_linux-set-module-license-Proprietary.patch
blob: 6d0571711c474d07b03bd1e1f51b2759909fdff8 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/driver/wl_linux.c
+++ b/driver/wl_linux.c
@@ -1109,6 +1109,7 @@ wl_module_exit(void)
 
 module_init(wl_module_init);
 module_exit(wl_module_exit);
+MODULE_LICENSE("Proprietary");
 
 /** 
  * This function frees the WL per-device resources.