提交 0ba958eb 编写于 作者: W Wey-Yi Guy

iwlwifi: set hw_version in wiphy

Set the hw_version in wiphy structure
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
上级 62e73169
......@@ -234,6 +234,8 @@ int iwlagn_mac_setup_register(struct iwl_priv *priv,
priv->hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
&priv->bands[IEEE80211_BAND_5GHZ];
hw->wiphy->hw_version = bus_get_hw_id(bus(priv));
iwl_leds_init(priv);
ret = ieee80211_register_hw(priv->hw);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册