linux/drivers/staging/wlan-ng
A Raghavendra Rao 41cb65c485 Staging: wlan-ng: fix sparse warning in prism2fw.c
Fix the following sparse warning :

In file included from drivers/staging/wlan-ng/prism2usb.c:5:0:
drivers/staging/wlan-ng/prism2fw.c: In function
‘read_cardpda.constprop.43’:
drivers/staging/wlan-ng/prism2fw.c:792:1: warning: the frame size of
1068 bytes is larger than 1024 bytes [-Wframe-larger-than=]

The variable to 'struct p80211msg_p2req_readpda' was previously being created
on the stack, which inturn exeeded the frame size limit, resulting in a
sparse warning. This patch alloctes the memory to the structure dynamically
and the operations are left unchanged.

Signed-off-by: A Raghavendra Rao <arrao@cdac.in>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-08-16 12:23:13 -07:00
..
cfg80211.c staging: wlan-ng: cfg80211.c: Fix sparse warnings 2014-06-18 15:30:08 -07:00
hfa384x.h staging:wlan-ng:Fix sparse warning cast to restricted __le16 2014-03-07 13:48:03 -08:00
hfa384x_usb.c staging: wlan-ng: Use net_device_stats from struct net_device 2014-07-09 11:59:51 -07:00
Kconfig
Makefile
p80211conv.c staging: wlan-ng: coding style problem fix 2014-08-01 15:00:18 -07:00
p80211conv.h
p80211hdr.h
p80211ioctl.h
p80211meta.h
p80211metadef.h
p80211metastruct.h
p80211mgmt.h Staging: wlan-ng: Fix do not add new typedefs in p80211mgmt.h 2014-03-10 23:35:11 -07:00
p80211msg.h
p80211netdev.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-08-06 09:38:14 -07:00
p80211netdev.h staging: wlan-ng: Use net_device_stats from struct net_device 2014-07-09 11:59:51 -07:00
p80211req.c drivers/staging: Remove useless return variables 2014-05-26 10:32:15 -07:00
p80211req.h
p80211types.h
p80211wep.c
prism2fw.c Staging: wlan-ng: fix sparse warning in prism2fw.c 2014-08-16 12:23:13 -07:00
prism2mgmt.c wlan-ng/prism2mgmt:checkpatch: Insert blank line 2014-06-19 17:27:36 -07:00
prism2mgmt.h staging: wlan-ng: fix bad symbol declaration 2014-05-15 14:57:48 -07:00
prism2mib.c staging: wlan-ng: fixing coding style problems 2014-08-01 15:00:18 -07:00
prism2sta.c staging: wlan-ng: Use net_device_stats from struct net_device 2014-07-09 11:59:51 -07:00
prism2usb.c staging/wlan-ng: fix small coding style issues 2014-04-25 16:21:15 -07: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.