Searched refs:txpower_type (Results 1 – 2 of 2) sorted by relevance
1521 if (local->txpower_type != PRISM2_TXPOWER_OFF) { in prism2_ioctl_siwtxpow()1528 local->txpower_type = PRISM2_TXPOWER_OFF; in prism2_ioctl_siwtxpow()1533 if (local->txpower_type == PRISM2_TXPOWER_OFF) { in prism2_ioctl_siwtxpow()1539 local->txpower_type = PRISM2_TXPOWER_UNKNOWN; in prism2_ioctl_siwtxpow()1543 if (!rrq->fixed && local->txpower_type != PRISM2_TXPOWER_AUTO) { in prism2_ioctl_siwtxpow()1548 local->txpower_type = PRISM2_TXPOWER_AUTO; in prism2_ioctl_siwtxpow()1552 if (local->txpower_type != PRISM2_TXPOWER_FIXED) { in prism2_ioctl_siwtxpow()1557 local->txpower_type = PRISM2_TXPOWER_FIXED; in prism2_ioctl_siwtxpow()1602 if (local->txpower_type == PRISM2_TXPOWER_AUTO) { in prism2_ioctl_giwtxpow()1611 } else if (local->txpower_type == PRISM2_TXPOWER_OFF) { in prism2_ioctl_giwtxpow()[all …]
712 } txpower_type; member