]> err.no Git - linux-2.6/blobdiff - net/mac80211/wext.c
Merge branch 'linus' into x86/gart
[linux-2.6] / net / mac80211 / wext.c
index 5a452575719d4e4e2bd3f22b81989b7f7dc387b2..76e1de1dc735d959e62527132bad490a3e005513 100644 (file)
@@ -236,6 +236,9 @@ static int ieee80211_ioctl_siwmode(struct net_device *dev,
        case IW_MODE_ADHOC:
                type = IEEE80211_IF_TYPE_IBSS;
                break;
+       case IW_MODE_REPEAT:
+               type = IEEE80211_IF_TYPE_WDS;
+               break;
        case IW_MODE_MONITOR:
                type = IEEE80211_IF_TYPE_MNTR;
                break;