MT76_HW_SCANNING
if (!test_bit(MT76_HW_SCANNING, &mphy->state) &&
if (test_bit(MT76_HW_SCANNING, &dev->mphy.state) ||
} else if (test_and_clear_bit(MT76_HW_SCANNING,
if (test_bit(MT76_HW_SCANNING, &phy->state))
set_bit(MT76_HW_SCANNING, &phy->state);
clear_bit(MT76_HW_SCANNING, &phy->state);
if (test_and_clear_bit(MT76_HW_SCANNING, &phy->state)) {
if (test_and_clear_bit(MT76_HW_SCANNING, &dev->mphy.state)) {
} else if (test_and_clear_bit(MT76_HW_SCANNING,
if (test_and_clear_bit(MT76_HW_SCANNING, &dev->mphy.state)) {
if (test_and_clear_bit(MT76_HW_SCANNING, &phy->mt76->state)) {
if (test_bit(MT76_HW_SCANNING, &phy->state))
set_bit(MT76_HW_SCANNING, &phy->state);
clear_bit(MT76_HW_SCANNING, &phy->state);
if (test_and_clear_bit(MT76_HW_SCANNING, &phy->state)) {
if (test_bit(MT76_HW_SCANNING, &mphy->state) ||