]> git.baikalelectronics.ru Git - kernel.git/commit
nl80211: add wdev ID as u64 as it should
authorJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jul 2012 09:53:12 +0000 (11:53 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jul 2012 09:53:57 +0000 (11:53 +0200)
commite5aed3c6b84247df104d725581f46d27d0c19f9f
tree34206c0135912ba8f662feb942faf734879588f9
parentc645f91fee1d997064ed7716a0fd05060350ec55
nl80211: add wdev ID as u64 as it should

In one of my previous patches I erroneously
used nla_put_u32 for the wdev_id, fix that
to use nla_put_u64.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c