mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-21 06:50:25 +00:00
10 lines
275 B
C
10 lines
275 B
C
![]() |
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||
|
|
||
|
#include "../wifi.h"
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
MODULE_AUTHOR("Realtek WlanFAE <wlanfae@realtek.com>");
|
||
|
MODULE_LICENSE("GPL");
|
||
|
MODULE_DESCRIPTION("Realtek 8192D 802.11n common routines");
|