linux/drivers/net/wireless/realtek/rtl8xxxu
Arvind Yadav 5033d70de1 rtl8xxxu: constify usb_device_id
usb_device_id are not supposed to change at runtime. All functions
working with usb_device_id provided by <linux/usb.h> work with
const usb_device_id. So mark the non-const structs as const.

Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2017-08-10 11:56:03 +03:00
..
Kconfig rtl8xxxu: Fix typo in Kconfig help text 2016-02-25 11:55:27 +02:00
Makefile rtl8xxxu: move rtl8188[cr] and rtl8192c related code into rtl8xxxu_8192c.c 2016-05-03 13:07:18 +03:00
rtl8xxxu_8192c.c rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00
rtl8xxxu_8192e.c rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00
rtl8xxxu_8723a.c rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00
rtl8xxxu_8723b.c rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00
rtl8xxxu_core.c rtl8xxxu: constify usb_device_id 2017-08-10 11:56:03 +03:00
rtl8xxxu_regs.h rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00
rtl8xxxu.h rtl8xxxu: Update author/maintainer contact info 2017-01-20 11:49:01 +02:00