26 lines
840 B
Diff
26 lines
840 B
Diff
From 5a964e14474e4482a4d24c015371856560dacabc Mon Sep 17 00:00:00 2001
|
|
From: Shea Levy <shea@shealevy.com>
|
|
Date: Sat, 4 Jan 2014 20:57:21 -0500
|
|
Subject: [PATCH 02/16] linuxPackages.broadcom_sta: apply MIXED/Proprietary
|
|
license
|
|
|
|
---
|
|
src/wl/sys/wl_linux.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
|
|
index 0d05100..14922c0 100644
|
|
--- a/src/wl/sys/wl_linux.c
|
|
+++ b/src/wl/sys/wl_linux.c
|
|
@@ -148,6 +148,8 @@ static struct wl_if *wl_alloc_if(wl_info_t *wl, int iftype, uint unit, struct wl
|
|
static void wl_free_if(wl_info_t *wl, wl_if_t *wlif);
|
|
static void wl_get_driver_info(struct net_device *dev, struct ethtool_drvinfo *info);
|
|
|
|
+MODULE_LICENSE("MIXED/Proprietary");
|
|
+
|
|
#if defined(WL_CONFIG_RFKILL)
|
|
#include <linux/rfkill.h>
|
|
static int wl_init_rfkill(wl_info_t *wl);
|
|
--
|
|
2.45.1
|
|
|