alistair23-linux/drivers/staging/wlan-ng
Adrien Descamps 68e009ed1c Staging: wlan-ng: Fix endian error
sparse report fixed:
drivers/staging//wlan-ng//hfa384x_usb.c:3517:35: warning: restricted __be64 degrades to integer
drivers/staging//wlan-ng//hfa384x_usb.c:3517:33: warning: incorrect type in assignment (different base types)
drivers/staging//wlan-ng//hfa384x_usb.c:3517:33:    expected restricted __be64 [usertype] mactime
drivers/staging//wlan-ng//hfa384x_usb.c:3517:33:    got unsigned long long

Computation on the value should be done when in machine format, not in big endian format.

Signed-off-by: Adrien Descamps <adrien.descamps@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-12 15:17:02 +01:00
..
cfg80211.c staging:wlan-ng:cfg80211.c Aligned code with open parenthesis 2017-01-16 18:10:25 +01:00
hfa384x.h Staging: wlan-ng: Fix sparse warnings by using appropriate endian types 2017-03-12 15:17:02 +01:00
hfa384x_usb.c Staging: wlan-ng: Fix endian error 2017-03-12 15:17:02 +01:00
Kconfig
Makefile
p80211conv.c staging: wlan-ng: remove extra parentheses 2017-03-06 09:16:59 +01:00
p80211conv.h staging: wlan-ng: add byte order annotation to struct p80211_caphdr 2017-03-09 19:06:36 +01:00
p80211hdr.h staging: wlan-ng: use GENMASK macro in different defines of p80211hdr.h 2016-11-14 15:43:20 +01:00
p80211ioctl.h staging: wlan-ng: fix block comments style in p80211ioctl.h 2016-10-16 10:25:50 +02:00
p80211metadef.h staging: wlan-ng: fix block comments style in p80211metadef.h 2016-10-16 10:25:52 +02:00
p80211metastruct.h staging: wlan-ng: avoid new typedef: p80211item_unk4096_t 2016-09-25 19:54:01 +02:00
p80211mgmt.h staging: wlan-ng: fix block comments style in p80211mgmt.h 2016-10-16 10:25:52 +02:00
p80211msg.h staging: wlan-ng: fix block comments style in p80211msg.h 2016-10-16 10:25:53 +02:00
p80211netdev.c staging/iio driver patches for 4.11-rc1 2017-02-22 12:14:01 -08:00
p80211netdev.h staging: wlan-ng: use GENMASK macro in define of p80211netdev.h 2016-11-14 15:43:19 +01:00
p80211req.c staging: wlan-ng: match open parenthesis alignment in p80211req.c 2016-11-10 13:25:32 +01:00
p80211req.h staging: wlan-ng: fix block comments style in p80211req.h 2016-10-16 10:25:55 +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 unnecessary blank lines in p80211wep.c 2016-11-10 13:25:33 +01:00
prism2fw.c staging: wlan-ng: remove unnecessary parenthesis in prism2fw.c 2016-11-10 13:25:33 +01:00
prism2mgmt.c Staging: wlan-ng: prism2mgmt: Removed an empty line 2017-03-06 09:16:59 +01:00
prism2mgmt.h staging: wlan-ng: fix block comments style in prism2mgmt.h 2016-10-16 10:25:56 +02:00
prism2mib.c staging: wlan-ng: remove space before tab 2017-02-16 10:16:55 -08:00
prism2sta.c staging: wlan-ng: Replace "the the " with "the" 2017-03-07 20:15:18 +01: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.