Allow WDS nodes with cloned BSSID
authormtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 22 Nov 2007 03:36:48 +0000 (03:36 +0000)
committermtaylor <mtaylor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Thu, 22 Nov 2007 03:36:48 +0000 (03:36 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2920 0192ed92-7a03-0410-a25b-9323aeb14dbd

ath/if_ath.c

index 5961dd2634d9a77f015d40c4fb671b29bf03934f..bb08fa3b14a44e89636bb8edda8663893dd8e0a7 100644 (file)
@@ -1291,8 +1291,7 @@ ath_vap_create(struct ieee80211com *ic, const char *name,
                /* Use RadioTAP interface type for monitor mode. */
                dev->type = ARPHRD_IEEE80211_RADIOTAP;
 
-       if ((flags & IEEE80211_CLONE_BSSID) &&
-           opmode != IEEE80211_M_WDS && sc->sc_hasbmask) {
+       if ((flags & IEEE80211_CLONE_BSSID) && sc->sc_hasbmask) {
                struct ieee80211vap *v;
                unsigned int id_mask, id;