Searched refs:RXON_FLG_SHORT_SLOT_MSK (Results 1 – 6 of 6) sorted by relevance
745 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()749 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()751 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()788 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()814 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) in iwl_check_rxon_cmd()815 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()1076 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()1078 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
538 #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()
3726 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3752 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()3753 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()4000 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()4004 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()4006 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
2754 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2756 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2916 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()2918 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