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:
Родитель
78520cad4b
Коммит
6243065d30
|
@ -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,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче