ATH_OP_SCANNING
if (test_bit(ATH_OP_SCANNING, &common->op_flags) ||
if (test_bit(ATH_OP_SCANNING, &common->op_flags) &&
clear_bit(ATH_OP_SCANNING, &common->op_flags);
if (unlikely(test_bit(ATH_OP_SCANNING, &common->op_flags))) {
set_bit(ATH_OP_SCANNING, &common->op_flags);
clear_bit(ATH_OP_SCANNING, &common->op_flags);
if (!test_bit(ATH_OP_SCANNING, &common->op_flags) &&
if (test_bit(ATH_OP_SCANNING, &common->op_flags) &&
ath9k_hw_startpcureceive(priv->ah, test_bit(ATH_OP_SCANNING, &common->op_flags));
if (test_bit(ATH_OP_SCANNING, &common->op_flags)) {
set_bit(ATH_OP_SCANNING, &common->op_flags);
clear_bit(ATH_OP_SCANNING, &common->op_flags);
if (test_bit(ATH_OP_SCANNING, &common->op_flags)) {
set_bit(ATH_OP_SCANNING, &common->op_flags);
test_bit(ATH_OP_SCANNING, &common->op_flags))