cfg80211/nl80211: separate unicast/multicast default TX keys
[deliverable/linux.git] / drivers / net / wireless / rndis_wlan.c
index 19f3d568f7000717fcb218115e95d042772b7046..4a4f00591447b9f4e8f729549df9e9b51777ce0c 100644 (file)
@@ -554,7 +554,7 @@ static int rndis_del_key(struct wiphy *wiphy, struct net_device *netdev,
                         u8 key_index, bool pairwise, const u8 *mac_addr);
 
 static int rndis_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
-                                                               u8 key_index);
+                                u8 key_index, bool unicast, bool multicast);
 
 static int rndis_get_station(struct wiphy *wiphy, struct net_device *dev,
                                        u8 *mac, struct station_info *sinfo);
@@ -2381,7 +2381,7 @@ static int rndis_del_key(struct wiphy *wiphy, struct net_device *netdev,
 }
 
 static int rndis_set_default_key(struct wiphy *wiphy, struct net_device *netdev,
-                                                               u8 key_index)
+                                u8 key_index, bool unicast, bool multicast)
 {
        struct rndis_wlan_private *priv = wiphy_priv(wiphy);
        struct usbnet *usbdev = priv->usbdev;
This page took 0.029331 seconds and 5 git commands to generate.