rtw8822be.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | rtw8822be.c (f429298d68fba1d67dbe7016a37417a155be0a52) |
---|---|
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> 6#include <linux/pci.h> 7#include "pci.h" | 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> 6#include <linux/pci.h> 7#include "pci.h" |
8#include "rtw8822be.h" | 8#include "rtw8822b.h" |
9 10static const struct pci_device_id rtw_8822be_id_table[] = { 11 { 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xB822), 13 .driver_data = (kernel_ulong_t)&rtw8822b_hw_spec 14 }, 15 {} 16}; --- 15 unchanged lines hidden --- | 9 10static const struct pci_device_id rtw_8822be_id_table[] = { 11 { 12 PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xB822), 13 .driver_data = (kernel_ulong_t)&rtw8822b_hw_spec 14 }, 15 {} 16}; --- 15 unchanged lines hidden --- |