提交 dd0d43ea 编写于 作者: M Michael Buesch 提交者: David S. Miller

b43: Add N-PHY related initvals firmware filenames.

This adds the initval filenames for the N-PHY firmware.
Signed-off-by: NMichael Buesch <mb@bu3sch.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 47f76ca3
......@@ -1674,6 +1674,12 @@ static int b43_request_firmware(struct b43_wldev *dev)
else
goto err_no_initvals;
break;
case B43_PHYTYPE_N:
if ((rev >= 11) && (rev <= 12))
filename = "n0initvals11";
else
goto err_no_initvals;
break;
default:
goto err_no_initvals;
}
......@@ -1702,6 +1708,12 @@ static int b43_request_firmware(struct b43_wldev *dev)
else
goto err_no_initvals;
break;
case B43_PHYTYPE_N:
if ((rev >= 11) && (rev <= 12))
filename = "n0bsinitvals11";
else
goto err_no_initvals;
break;
default:
goto err_no_initvals;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册