b43legacy: rfkill: use status register based on core revision (not PHY's)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d94519c1b0
commit
21e731a1b1
|
@ -29,7 +29,7 @@
|
||||||
/* Returns TRUE, if the radio is enabled in hardware. */
|
/* Returns TRUE, if the radio is enabled in hardware. */
|
||||||
bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev)
|
bool b43legacy_is_hw_radio_enabled(struct b43legacy_wldev *dev)
|
||||||
{
|
{
|
||||||
if (dev->phy.rev >= 3) {
|
if (dev->dev->id.revision >= 3) {
|
||||||
if (!(b43legacy_read32(dev, B43legacy_MMIO_RADIO_HWENABLED_HI)
|
if (!(b43legacy_read32(dev, B43legacy_MMIO_RADIO_HWENABLED_HI)
|
||||||
& B43legacy_MMIO_RADIO_HWENABLED_HI_MASK))
|
& B43legacy_MMIO_RADIO_HWENABLED_HI_MASK))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in New Issue