mac80211: introduce hw config change flags
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
index e6695e80fb537b80c96e6eda81d654e6354e2e9d..79a24410dd0ae2aeb4ab47ce9dbe3f0eb1ae3c56 100644 (file)
@@ -2734,10 +2734,11 @@ static int iwl4965_mac_add_interface(struct ieee80211_hw *hw,
  * be set inappropriately and the driver currently sets the hardware up to
  * use it whenever needed.
  */
-static int iwl4965_mac_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf)
+static int iwl4965_mac_config(struct ieee80211_hw *hw, u32 changed)
 {
        struct iwl_priv *priv = hw->priv;
        const struct iwl_channel_info *ch_info;
+       struct ieee80211_conf *conf = &hw->conf;
        unsigned long flags;
        int ret = 0;
        u16 channel;
This page took 0.05087 seconds and 5 git commands to generate.