mac80211: use nl80211 interface types
[deliverable/linux.git] / drivers / net / wireless / mac80211_hwsim.c
index 6ba50f087f7bfe31a2ec2bd7f03b390b932e862e..e855211a90f86c9ccc013ef29cd8f3c431a12246 100644 (file)
@@ -267,7 +267,7 @@ static void mac80211_hwsim_beacon_tx(void *arg, u8 *mac,
        struct sk_buff *skb;
        struct ieee80211_tx_info *info;
 
-       if (vif->type != IEEE80211_IF_TYPE_AP)
+       if (vif->type != NL80211_IFTYPE_AP)
                return;
 
        skb = ieee80211_beacon_get(hw, vif);
This page took 0.03182 seconds and 5 git commands to generate.