]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Clean up nl80211_scan_common() to use nl80211_cmd_msg()
authorJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 14:47:12 +0000 (16:47 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 15:18:51 +0000 (17:18 +0200)
commit3f63614f18c2c48a6cf1fa6e3878111b7f9c5d1e
tree62b71d5cdd5c01fb8dad71344f5e3f83c5faeff4
parent95376e1a99c60a020661a0fa1a677f44151a37e9
nl80211: Clean up nl80211_scan_common() to use nl80211_cmd_msg()

This helper function had not used the nl80211_set_iface_id() helper, but
there is no reason why it couldn't re-use the same helper as other
places using nl80211_cmd_msg().

Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c