From aa7fddfba75299239591faba1908934eee001cde Mon Sep 17 00:00:00 2001 From: mtaylor Date: Thu, 22 Nov 2007 03:36:48 +0000 Subject: [PATCH] Allow WDS nodes with cloned BSSID git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2920 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index 5961dd2..bb08fa3 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -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; -- 2.35.1