mirror of https://gitee.com/openkylin/linux.git
b43: N-PHY: determine usage of radio regulatory workaround correctly
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7e6da2bfc0
commit
7a4db8f5c3
|
@ -191,7 +191,8 @@ static void b43_radio_init2055_post(struct b43_wldev *dev)
|
||||||
binfo->type != 0x46D ||
|
binfo->type != 0x46D ||
|
||||||
binfo->rev < 0x41);
|
binfo->rev < 0x41);
|
||||||
else
|
else
|
||||||
workaround = ((sprom->boardflags_hi & B43_BFH_NOPA) == 0);
|
workaround =
|
||||||
|
!(sprom->boardflags2_lo & B43_BFL2_RXBB_INT_REG_DIS);
|
||||||
|
|
||||||
b43_radio_mask(dev, B2055_MASTER1, 0xFFF3);
|
b43_radio_mask(dev, B2055_MASTER1, 0xFFF3);
|
||||||
if (workaround) {
|
if (workaround) {
|
||||||
|
|
Loading…
Reference in New Issue