rtw8822b.c (7e14936881caf0a36b49833bd8aca13f2c5a8efe) | rtw8822b.c (416e87fcc780cae8d72cb9370fa0f46007faa69a) |
---|---|
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 "rtw8822b.h" 12#include "rtw8822b_table.h" --- 2488 unchanged lines hidden (view full) --- 2501 .afh_5g = afh_5g_8822b, 2502 2503 .coex_info_hw_regs_num = ARRAY_SIZE(coex_info_hw_regs_8822b), 2504 .coex_info_hw_regs = coex_info_hw_regs_8822b, 2505}; 2506EXPORT_SYMBOL(rtw8822b_hw_spec); 2507 2508MODULE_FIRMWARE("rtw88/rtw8822b_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 "rtw8822b.h" 13#include "rtw8822b_table.h" --- 2488 unchanged lines hidden (view full) --- 2502 .afh_5g = afh_5g_8822b, 2503 2504 .coex_info_hw_regs_num = ARRAY_SIZE(coex_info_hw_regs_8822b), 2505 .coex_info_hw_regs = coex_info_hw_regs_8822b, 2506}; 2507EXPORT_SYMBOL(rtw8822b_hw_spec); 2508 2509MODULE_FIRMWARE("rtw88/rtw8822b_fw.bin"); |
2510 2511MODULE_AUTHOR("Realtek Corporation"); 2512MODULE_DESCRIPTION("Realtek 802.11ac wireless 8822b driver"); 2513MODULE_LICENSE("Dual BSD/GPL"); |
|