14 lines
496 B
C
14 lines
496 B
C
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright(c) 2009-2012 Realtek Corporation.*/
|
||
|
|
||
|
#include "../wifi.h"
|
||
|
#include <linux/module.h>
|
||
|
|
||
|
MODULE_AUTHOR("lizhaoming <chaoming_li@realsil.com.cn>");
|
||
|
MODULE_AUTHOR("Realtek WlanFAE <wlanfae@realtek.com>");
|
||
|
MODULE_AUTHOR("Georgia <georgia@realtek.com>");
|
||
|
MODULE_AUTHOR("Ziv Huang <ziv_huang@realtek.com>");
|
||
|
MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>");
|
||
|
MODULE_LICENSE("GPL");
|
||
|
MODULE_DESCRIPTION("Realtek 8192C/8188C 802.11n PCI wireless");
|