mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
Allow WDS nodes with cloned BSSID
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2920 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
parent
2a7bdfd500
commit
aa7fddfba7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user