Message ID | 1535381791-14908-6-git-send-email-sgruszka@redhat.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Kalle Valo |
Headers | show |
Series | mt76 patches 2018-08-24 v2 | expand |
On 2018-08-27 16:56, Stanislaw Gruszka wrote: > Add module license. > > Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Please merge this into the previous patch. - Felix
diff --git a/drivers/net/wireless/mediatek/mt76/mt76x02_util.c b/drivers/net/wireless/mediatek/mt76/mt76x02_util.c index f0a88221c1bd..971e2d9f9ca3 100644 --- a/drivers/net/wireless/mediatek/mt76/mt76x02_util.c +++ b/drivers/net/wireless/mediatek/mt76/mt76x02_util.c @@ -51,3 +51,5 @@ void mt76x02_configure_filter(struct ieee80211_hw *hw, mutex_unlock(&dev->mutex); } EXPORT_SYMBOL_GPL(mt76x02_configure_filter); + +MODULE_LICENSE("Dual BSD/GPL");
Add module license. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> --- drivers/net/wireless/mediatek/mt76/mt76x02_util.c | 2 ++ 1 file changed, 2 insertions(+)