exynos-linux-stable/drivers/staging/wlan-ng
Igor Pylypiv d8e94d0913 staging: wlan-ng: add missing byte order conversion
commit 2c474b8579e9b67ff72b2bcefce9f53c7f4469d4 upstream.

Conversion macros le16_to_cpu was removed and that caused new sparse warning

sparse output:
drivers/staging/wlan-ng/p80211netdev.c:241:44: warning: incorrect type in argument 2 (different base types)
drivers/staging/wlan-ng/p80211netdev.c:241:44:    expected unsigned short [unsigned] [usertype] fc
drivers/staging/wlan-ng/p80211netdev.c:241:44:    got restricted __le16 [usertype] fc

Fixes: 7ad8257234 ("staging:wlan-ng:Fix sparse warning")
Signed-off-by: Igor Pylypiv <igor.pylypiv@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-05-14 14:00:20 +02:00
..
cfg80211.c staging: wlan-ng: avoid new typedef: p80211item_pstr32_t 2016-09-25 19:54:01 +02:00
hfa384x.h staging: wlang-ng: Fix block comments style warnings in hfa384x.h 2016-10-02 17:06:21 +02:00
hfa384x_usb.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
Kconfig
Makefile
p80211conv.c staging: wlan-ng: avoid new typedef: netdevice_t 2016-09-28 11:32:19 +02:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211metadef.h Staging: wlan-ng: changed definition of DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro 2016-09-12 13:19:10 +02:00
p80211metastruct.h staging: wlan-ng: avoid new typedef: p80211item_unk4096_t 2016-09-25 19:54:01 +02:00
p80211mgmt.h
p80211msg.h
p80211netdev.c staging: wlan-ng: add missing byte order conversion 2017-05-14 14:00:20 +02:00
p80211netdev.h staging: wlan-ng: fix line style warnings in p80211netdev.h 2016-09-28 11:32:19 +02:00
p80211req.c staging: wlan-ng: avoid new typedef: p80211itemd_t 2016-09-25 19:53:06 +02:00
p80211req.h staging: wlan-ng: Remove the typedef to the 'wlandevice' structure 2016-09-18 12:39:31 +02:00
p80211types.h staging: wlan-ng: fix block comments style errors 2016-09-25 19:54:45 +02:00
p80211wep.c staging: wlan-ng: Remove the typedef to the 'wlandevice' structure 2016-09-18 12:39:31 +02:00
prism2fw.c staging: wlang-ng: avoid new typedef: hfa384x_pdrec_t 2016-10-02 17:03:56 +02:00
prism2mgmt.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2mgmt.h staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2mib.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2sta.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
prism2usb.c staging: wlang-ng: avoid new typedef: hfa384x_t 2016-10-02 17:05:56 +02:00
README

TODO:
	- checkpatch.pl cleanups
	- sparse warnings
	- move to use the in-kernel wireless stack

Please send any patches or complaints about this driver to Greg
Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless
kernel developers about it, they want nothing to do with it.