This kerneldoc is updated daily based on the wireless-2.6 everything branch.

enum ieee80211_sub_if_data_flags

enum ieee80211_sub_if_data_flags {
IEEE80211_SDATA_ALLMULTI,
IEEE80211_SDATA_PROMISC,
IEEE80211_SDATA_USERSPACE_MLME,
IEEE80211_SDATA_OPERATING_GMODE,
IEEE80211_SDATA_DONT_BRIDGE_PACKETS
};

Constants

IEEE80211_SDATA_ALLMULTI
interface wants all multicast packets
IEEE80211_SDATA_PROMISC
interface is promisc
IEEE80211_SDATA_USERSPACE_MLME
userspace MLME is active
IEEE80211_SDATA_OPERATING_GMODE
operating in G-only mode
IEEE80211_SDATA_DONT_BRIDGE_PACKETS
bridge packets between associated stations and deliver multicast frames both back to wireless media and to the local net stack.