rtw8723d.c (0c4402385ac46afe5dc8c5854f9ce9028afcf69e) | rtw8723d.c (f56f08636ddac358b4e57494b569e5c2174c5fd3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2/* Copyright(c) 2018-2019 Realtek Corporation 3 */ 4 | 1// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2/* Copyright(c) 2018-2019 Realtek Corporation 3 */ 4 |
5#include <linux/module.h> |
|
5#include "main.h" 6#include "coex.h" 7#include "fw.h" 8#include "tx.h" 9#include "rx.h" 10#include "phy.h" 11#include "rtw8723d.h" 12#include "rtw8723d_table.h" --- 2722 unchanged lines hidden (view full) --- 2735 .afh_5g = afh_5g_8723d, 2736 2737 .coex_info_hw_regs_num = ARRAY_SIZE(coex_info_hw_regs_8723d), 2738 .coex_info_hw_regs = coex_info_hw_regs_8723d, 2739}; 2740EXPORT_SYMBOL(rtw8723d_hw_spec); 2741 2742MODULE_FIRMWARE("rtw88/rtw8723d_fw.bin"); | 6#include "main.h" 7#include "coex.h" 8#include "fw.h" 9#include "tx.h" 10#include "rx.h" 11#include "phy.h" 12#include "rtw8723d.h" 13#include "rtw8723d_table.h" --- 2722 unchanged lines hidden (view full) --- 2736 .afh_5g = afh_5g_8723d, 2737 2738 .coex_info_hw_regs_num = ARRAY_SIZE(coex_info_hw_regs_8723d), 2739 .coex_info_hw_regs = coex_info_hw_regs_8723d, 2740}; 2741EXPORT_SYMBOL(rtw8723d_hw_spec); 2742 2743MODULE_FIRMWARE("rtw88/rtw8723d_fw.bin"); |
2744 2745MODULE_AUTHOR("Realtek Corporation"); 2746MODULE_DESCRIPTION("Realtek 802.11n wireless 8723d driver"); 2747MODULE_LICENSE("Dual BSD/GPL"); |
|