Searched refs:RXON_FLG_SHORT_SLOT_MSK (Results 1 – 6 of 6) sorted by relevance
749 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()753 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()755 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()792 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()818 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) in iwl_check_rxon_cmd()819 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()1080 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()1082 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
543 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro
1786 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()1788 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()1858 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()1860 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()
3718 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3744 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()3745 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3992 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3996 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3998 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
2764 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2766 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2926 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()2928 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()
575 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro