]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/mac80211/cfg.c
mac80211: allow WDS mode
[mirror_ubuntu-bionic-kernel.git] / net / mac80211 / cfg.c
index 0c1095aa94dda2ac60ae02667e1ab1124bf8eb29..699d97b8de5eb97637ff7d9a98a708a76e03594f 100644 (file)
@@ -33,6 +33,8 @@ nl80211_type_to_mac80211_type(enum nl80211_iftype type)
        case NL80211_IFTYPE_MESH_POINT:
                return IEEE80211_IF_TYPE_MESH_POINT;
 #endif
+       case NL80211_IFTYPE_WDS:
+               return IEEE80211_IF_TYPE_WDS;
        default:
                return IEEE80211_IF_TYPE_INVALID;
        }