linux/drivers/net/wireless/zydas/zd1211rw
Arvind Yadav ecf23a788e zd1211rw: 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:04 +03:00
..
Kconfig
Makefile
zd_chip.c
zd_chip.h
zd_def.h
zd_mac.c networking: make skb_push & __skb_push return void pointers 2017-06-16 11:48:40 -04:00
zd_mac.h
zd_rf.c
zd_rf.h
zd_rf_al2230.c
zd_rf_al7230b.c
zd_rf_rf2959.c zd1211rw: fix spelling mistake 'hybernate' -> 'hibernate' 2017-07-28 18:02:41 +03:00
zd_rf_uw2453.c
zd_usb.c zd1211rw: constify usb_device_id 2017-08-10 11:56:04 +03:00
zd_usb.h