Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6243065d authored by Zhu Yi's avatar Zhu Yi Committed by John W. Linville
Browse files

iwlwifi: fix compile error when CONFIG_MAC80211_DEBUGFS is not selected



Make iwl4965_lq_sta->drv available even without CONFIG_MAC80211_DEBUGFS.

Signed-off-by: default avatarYi Zhu <yi.zhu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 78520cad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -163,8 +163,8 @@ struct iwl4965_lq_sta {
	struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
#endif
	struct iwl4965_rate dbg_fixed;
	struct iwl_priv *drv;
#endif
	struct iwl_priv *drv;
};

static void rs_rate_scale_perform(struct iwl_priv *priv,