X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fieee80211.h;h=b7de51388054b523032518203fc1a272ae716ca3;hb=2503343bcdb13733ee47cbdd5fc8af85f329163d;hp=592b67a1fb288fed8b009c5c6ac9b2b12d7172e1;hpb=29aff6492dc20abc1131eab8dd5cd3c997c29b40;p=carl9170fw.git diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 592b67a..b7de513 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1468,6 +1468,18 @@ enum ieee80211_tdls_actioncode { /* TDLS specific payload type in the LLC/SNAP header */ #define WLAN_TDLS_SNAP_RFTYPE 0x2 +/** + * enum - mesh synchronization method identifier + * + * @IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET: the default synchronization method + * @IEEE80211_SYNC_METHOD_VENDOR: a vendor specific synchronization method + * that will be specified in a vendor specific information element + */ +enum { + IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET = 1, + IEEE80211_SYNC_METHOD_VENDOR = 255, +}; + /** * enum - mesh path selection protocol identifier *