]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Change iftype to station on leaving mesh
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 27 Nov 2014 14:39:14 +0000 (16:39 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 27 Nov 2014 15:12:47 +0000 (17:12 +0200)
commitf33c82d23ef83394694d3704a5a4a5f9b8b69b81
tree48523ccbf7dc97488ff75983b21c250f7e0db0e6
parent4e0990dc88a811c351709aa169e1ed072347625e
nl80211: Change iftype to station on leaving mesh

This is needed to make following operations behave as expected since
mesh iftypes may prevent various operations (e.g., registering Probe
Request frame RX). Use same design as leave_ibss does to handle this
consistently.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c