cfg80211/nl80211: separate unicast/multicast default TX keys
[deliverable/linux.git] / drivers / net / wireless / iwmc3200wifi / cfg80211.c
index c6c0eff9b5ed33f32c51223629ddc1e2cf118d71..5a4982271e96a8f9cb57fb6c22610549b1dbcb0b 100644 (file)
@@ -225,7 +225,8 @@ static int iwm_cfg80211_del_key(struct wiphy *wiphy, struct net_device *ndev,
 
 static int iwm_cfg80211_set_default_key(struct wiphy *wiphy,
                                        struct net_device *ndev,
-                                       u8 key_index)
+                                       u8 key_index, bool unicast,
+                                       bool multicast)
 {
        struct iwm_priv *iwm = ndev_to_iwm(ndev);
 
This page took 0.038056 seconds and 5 git commands to generate.