Lines Matching refs:errors
781 u32 errors = 0; in iwl_check_rxon_cmd() local
786 errors |= BIT(0); in iwl_check_rxon_cmd()
790 errors |= BIT(1); in iwl_check_rxon_cmd()
795 errors |= BIT(2); in iwl_check_rxon_cmd()
799 errors |= BIT(3); in iwl_check_rxon_cmd()
804 errors |= BIT(4); in iwl_check_rxon_cmd()
811 errors |= BIT(5); in iwl_check_rxon_cmd()
816 errors |= BIT(6); in iwl_check_rxon_cmd()
822 errors |= BIT(7); in iwl_check_rxon_cmd()
828 errors |= BIT(8); in iwl_check_rxon_cmd()
835 errors |= BIT(9); in iwl_check_rxon_cmd()
840 errors |= BIT(10); in iwl_check_rxon_cmd()
843 WARN(errors, "Invalid RXON (%#x), channel %d", in iwl_check_rxon_cmd()
844 errors, le16_to_cpu(rxon->channel)); in iwl_check_rxon_cmd()
846 return errors ? -EINVAL : 0; in iwl_check_rxon_cmd()