Searched refs:RXON_FLG_SHORT_SLOT_MSK (Results 1 – 6 of 6) sorted by relevance
725 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()729 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()731 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwl_set_flags_for_band()768 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()794 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) in iwl_check_rxon_cmd()795 == (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in iwl_check_rxon_cmd()1056 ctx->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()1058 ctx->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in iwlagn_commit_rxon()
480 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro
1771 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()1773 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_post_associate()1843 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()1845 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il4965_config_ap()
3701 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3727 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()3728 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3975 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3979 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3981 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
2733 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2735 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2895 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()2897 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