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: Yi Zhu <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
78520cad4b
commit
6243065d30
1 changed files with 1 additions and 1 deletions
|
@ -163,8 +163,8 @@ struct iwl4965_lq_sta {
|
||||||
struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
|
struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
|
||||||
#endif
|
#endif
|
||||||
struct iwl4965_rate dbg_fixed;
|
struct iwl4965_rate dbg_fixed;
|
||||||
struct iwl_priv *drv;
|
|
||||||
#endif
|
#endif
|
||||||
|
struct iwl_priv *drv;
|
||||||
};
|
};
|
||||||
|
|
||||||
static void rs_rate_scale_perform(struct iwl_priv *priv,
|
static void rs_rate_scale_perform(struct iwl_priv *priv,
|
||||||
|
|
Loading…
Add table
Reference in a new issue