mac80211: allow configure_filter callback to sleep
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / main.c
index 3e09b9ac165bd3f9729a8b714069518c42b063a7..2f9c149fd481ecfce62e0ac1e6e13ad4ea73807b 100644 (file)
@@ -2394,8 +2394,7 @@ skip_chan_change:
 static void ath9k_configure_filter(struct ieee80211_hw *hw,
                                   unsigned int changed_flags,
                                   unsigned int *total_flags,
-                                  int mc_count,
-                                  struct dev_mc_list *mclist)
+                                  u64 multicast)
 {
        struct ath_wiphy *aphy = hw->priv;
        struct ath_softc *sc = aphy->sc;
This page took 0.033473 seconds and 5 git commands to generate.