提交 df0d8bb8 编写于 作者: B Brett Rudley 提交者: Greg Kroah-Hartman

staging: brcm80211: Remove 'failed' field from osh

Signed-off-by: NBrett Rudley <brudley@broadcom.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 2578f7ed
无相关合并请求
......@@ -39,7 +39,6 @@ struct osl_info {
osl_pubinfo_t pub;
uint magic;
void *pdev;
uint failed;
uint bustype;
};
......@@ -56,7 +55,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
bzero(osh, sizeof(osl_t));
osh->magic = OS_HANDLE_MAGIC;
osh->failed = 0;
osh->pdev = pdev;
osh->pub.pkttag = pkttag;
osh->bustype = bustype;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部