Lines Matching refs:errors
780 u32 errors = 0; in iwl_check_rxon_cmd() local
785 errors |= BIT(0); in iwl_check_rxon_cmd()
789 errors |= BIT(1); in iwl_check_rxon_cmd()
794 errors |= BIT(2); in iwl_check_rxon_cmd()
798 errors |= BIT(3); in iwl_check_rxon_cmd()
803 errors |= BIT(4); in iwl_check_rxon_cmd()
810 errors |= BIT(5); in iwl_check_rxon_cmd()
815 errors |= BIT(6); in iwl_check_rxon_cmd()
821 errors |= BIT(7); in iwl_check_rxon_cmd()
827 errors |= BIT(8); in iwl_check_rxon_cmd()
834 errors |= BIT(9); in iwl_check_rxon_cmd()
839 errors |= BIT(10); in iwl_check_rxon_cmd()
842 WARN(errors, "Invalid RXON (%#x), channel %d", in iwl_check_rxon_cmd()
843 errors, le16_to_cpu(rxon->channel)); in iwl_check_rxon_cmd()
845 return errors ? -EINVAL : 0; in iwl_check_rxon_cmd()