]> git.baikalelectronics.ru Git - kernel.git/commit
wireless: Stop using NLA_PUT*().
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Mar 2012 08:41:26 +0000 (04:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2012 22:11:37 +0000 (18:11 -0400)
commit8ba0ffc44cc4563717e21efe3ca45e9201dd63ed
tree4a46b772addeec8a6f81ea0ab033bf98ed593ab7
parenta32e4283f6a62f39db8d8679669f1876862190f5
wireless: Stop using NLA_PUT*().

These macros contain a hidden goto, and are thus extremely error
prone and make code hard to audit.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/wireless/nl80211.c
net/wireless/wext-core.c