]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Fix monitor interface reference counting
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 31 Oct 2013 19:55:17 +0000 (21:55 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 31 Oct 2013 20:00:31 +0000 (22:00 +0200)
commit748c0ac0e76f04ee5115eb4eba3e2931b4389569
tree71e9e0427d69c4b0140da617bb6089b111b31478
parent08e55ebbb0c49aa7808e5c0c66603b22050c61ed
nl80211: Fix monitor interface reference counting

The first user of monitor interface was not counted and that could
result in the monitor interface getting removed if the initial interface
was removed from a multi-BSS setup.

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