提交 14b3d338 编写于 作者: R Ron Rindjunsky 提交者: John W. Linville

iwlwifi: remove 4965 prefix from iwl4965_ucode

The patch removes 4965 prefix from iwl4965_ucode.
Signed-off-by: NRon Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 5d72a1f5
...@@ -480,7 +480,7 @@ struct fw_desc { ...@@ -480,7 +480,7 @@ struct fw_desc {
}; };
/* uCode file layout */ /* uCode file layout */
struct iwl4965_ucode { struct iwl_ucode {
__le32 ver; /* major/minor/subminor */ __le32 ver; /* major/minor/subminor */
__le32 inst_size; /* bytes of runtime instructions */ __le32 inst_size; /* bytes of runtime instructions */
__le32 data_size; /* bytes of runtime data */ __le32 data_size; /* bytes of runtime data */
......
...@@ -2002,7 +2002,7 @@ static void iwl4965_nic_start(struct iwl_priv *priv) ...@@ -2002,7 +2002,7 @@ static void iwl4965_nic_start(struct iwl_priv *priv)
*/ */
static int iwl4965_read_ucode(struct iwl_priv *priv) static int iwl4965_read_ucode(struct iwl_priv *priv)
{ {
struct iwl4965_ucode *ucode; struct iwl_ucode *ucode;
int ret; int ret;
const struct firmware *ucode_raw; const struct firmware *ucode_raw;
const char *name = priv->cfg->fw_name; const char *name = priv->cfg->fw_name;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册