nl80211: Use nl80211 for Probe Request/Response frames
authorJohannes Berg <johannes.berg@intel.com>
Sun, 10 Oct 2010 15:10:37 +0000 (18:10 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 10 Oct 2010 15:10:37 +0000 (18:10 +0300)
commit5582a5d1b3c4916c42f2916d20dae0545b059546
treebfe8ed82c04fab682226804c204f5650acbc7cd5
parent9884f9cc1cb20dfa3329558c2b2bd86d5bacb9be
nl80211: Use nl80211 for Probe Request/Response frames

The new nl80211 API means we don't need to use monitor interfaces. This
means that the P2P implementation now requires a kernel that has support
for generic management frame (not just Action frame) transmission.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
src/drivers/driver_nl80211.c