K 10 svn:author V 6 adrian K 8 svn:date V 27 2013-03-03T10:02:08.611309Z K 7 svn:log V 464 Migrate the vap if_transmit calls to ieee80211_vap_transmit(). * Do a mechanical conversion of vap ifp -> ieee80211_vap_transmit(). * Tidy up the hostap pspoll receive code - have it call either ieee80211_parent_transmit() or ieee80211_vap_transmit() as appropriate. * Tidy up the hwmp discover code to send via ieee80211_vap_transmit() as we shouldn't ever see encapsulated frames here. Tested: * AR5416, STA mode TODO: * Lots, lots more hostap testing! END