dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/wlan-ng
Devendra Naga 1a46eafe1c staging/wlan-ng: use kzalloc rather using kmalloc at create_wlan
instead we would have used kzalloc, so our memory which is allocated will be set to 0.

codepath:

the code path here is prism2sta_probe_usb, calling when ever usb-dev id
and usb-vendor id e.t.c matches with what ever present in the MODULE_DEVICE_TABLE,

and in prism2sta_probe_usb , we call create_wlan, and its called nowhere else...

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-07-16 19:21:37 -07:00
..
Kconfig
Makefile
README
cfg80211.c staging/wlan-ng: cfg80211.c coding style cleanup 2012-06-12 10:38:16 -07:00
hfa384x.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
hfa384x_usb.c staging: wlan-ng: Remove NULL check before kfree 2011-03-14 11:57:38 -07:00
p80211conv.c
p80211conv.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211hdr.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211ioctl.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211meta.h
p80211metadef.h
p80211metastruct.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211mgmt.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211msg.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211netdev.c staging: wlan-ng: p80211netdev.c: fixed checkpatch error 2012-02-24 11:59:57 -08:00
p80211netdev.h
p80211req.c
p80211req.h
p80211types.h Staging: wlan-ng: fixed packed checkpatch warnings 2011-02-04 13:04:24 -08:00
p80211wep.c
prism2fw.c staging: reduce stack usage in prism2fw.c 2012-06-25 10:00:53 -07:00
prism2mgmt.c Staging: wlan-ng: off by one in prism2mgmt_scan_results() 2012-04-18 16:59:03 -07:00
prism2mgmt.h
prism2mib.c
prism2sta.c staging/wlan-ng: use kzalloc rather using kmalloc at create_wlan 2012-07-16 19:21:37 -07:00
prism2usb.c USB: convert drivers/staging/* to use module_usb_driver() 2011-11-18 09:42:11 -08: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.