Jouni Malinen
0f3d578efc
Remove the GPL notification from files contributed by Jouni Malinen
...
Remove the GPL notification text from the files that were
initially contributed by myself.
Signed-hostap: Jouni Malinen <j@w1.fi>
2012-02-11 19:39:36 +02:00
Jouni Malinen
ea08bfe384
netlink: Do not use void pointer for pointer arithmetic
...
This is a non-standard extension in gcc, so better not depend on it.
2011-10-18 17:00:08 +03:00
Jouni Malinen
62d680c3ca
netlink: Move more of the newlink/dellink parsing into shared code
2009-12-18 17:49:07 +02:00
Jouni Malinen
f37cf89ccb
netlink: Use NLMSG_OK and NLMSG_NEXT macros
2009-12-18 17:22:35 +02:00
Jouni Malinen
08063178fb
nl80211/wext: Share netlink new/del link event receive code
2009-12-18 17:11:54 +02:00
Jouni Malinen
e2d02c29b5
driver_nl80211/wext: Share netlink operstate send function
...
As an initial step in sharing netlink helper functions among driver
wrappers, create a new file for netlink code and move operstate send
function there.
2009-12-18 16:35:33 +02:00