summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtlwifi/rtl8822be
diff options
context:
space:
mode:
authorLarry Finger2017-08-17 19:46:52 +0200
committerGreg Kroah-Hartman2017-08-20 20:13:12 +0200
commita575de2da5e20c31f4ffcb1df555c199ad77fc20 (patch)
treec4f102d6c3da31b962ec60bc94629b9b17cf1d44 /drivers/staging/rtlwifi/rtl8822be
parentstaging: r8822be: Add Makefiles and Kconfig for new driver (diff)
downloadkernel-qcow2-linux-a575de2da5e20c31f4ffcb1df555c199ad77fc20.tar.gz
kernel-qcow2-linux-a575de2da5e20c31f4ffcb1df555c199ad77fc20.tar.xz
kernel-qcow2-linux-a575de2da5e20c31f4ffcb1df555c199ad77fc20.zip
staging: rtlwifi: Reviewers fixes
This commit adds the TODO file and implements some reviewers comments made against some patches to the wireless tree. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtlwifi/rtl8822be')
-rw-r--r--drivers/staging/rtlwifi/rtl8822be/sw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtlwifi/rtl8822be/sw.c b/drivers/staging/rtlwifi/rtl8822be/sw.c
index 913fec4f1eea..91b784b6d1c5 100644
--- a/drivers/staging/rtlwifi/rtl8822be/sw.c
+++ b/drivers/staging/rtlwifi/rtl8822be/sw.c
@@ -432,7 +432,7 @@ static struct rtl_hal_cfg rtl8822be_hal_cfg = {
.maps[RTL_RC_VHT_RATE_2SS_MCS9] = DESC_RATEVHT2SS_MCS9,
};
-static struct pci_device_id rtl8822be_pci_ids[] = {
+static const struct pci_device_id rtl8822be_pci_ids[] = {
{RTL_PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0xB822, rtl8822be_hal_cfg)},
{},
};