]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix use_monitor driver capability for non-mac80211 drivers
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 23 Dec 2011 16:13:01 +0000 (18:13 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 23 Dec 2011 16:13:01 +0000 (18:13 +0200)
commit536062f274f523f7f84f2895894bb67a03ff9320
tree85fdbd07d8a1e1c9d26a10c79b25628e6bc6c475
parent82554b100c22c7e2ba51c81b0e247f03e08b2716
nl80211: Fix use_monitor driver capability for non-mac80211 drivers

Poll command may be enough for mac80211 to figure out whether monitor
interface is to be used, but this change did not take into account
non-mac80211 drivers that support AP mode without monitor interface.
For example, ath6kl needs to get use_monitor disabled.

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