alistair23-linux/drivers/staging/ks7010
Sergio Paracuellos 88c8016232 staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsn
There are some assignments inside hostif_sme_set_rsn function
which are being used together with cpu_to_le16 using uint16_t
as cast type. Replace all of them to use 'u16' instead.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-14 14:07:07 +02:00
..
eap_packet.h staging: ks7010: remove not used definition WPA_CAPABILITY_PREAUTH 2018-05-14 14:07:05 +02:00
Kconfig
ks7010_sdio.c staging: ks7010: change parameter type in ks_wlan_hw_rx function 2018-05-14 14:07:06 +02:00
ks_hostif.c staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsn 2018-05-14 14:07:07 +02:00
ks_hostif.h staging: ks7010: change some casts from uint8_t to u8 in ks_hostif header 2018-05-06 18:58:38 -07:00
ks_wlan.h staging: ks7010: replace not standard uint type to unsigned int 2018-05-14 14:07:06 +02:00
ks_wlan_ioctl.h staging: ks7010: add SPDX identifiers to all files 2018-05-06 18:58:36 -07:00
ks_wlan_net.c staging: ks7010: replace uint8_t with u8 in ks_wlan_set_rx_gain 2018-05-14 14:07:06 +02:00
Makefile staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directive 2018-03-22 18:20:54 +01:00
michael_mic.c staging: ks7010: add SPDX identifiers to all files 2018-05-06 18:58:36 -07:00
michael_mic.h staging: ks7010: add SPDX identifiers to all files 2018-05-06 18:58:36 -07:00
TODO