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()
3712 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3738 if ((rxon->flags & (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) == in il_check_rxon_cmd()3739 (RXON_FLG_CCK_MSK | RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3986 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3990 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()3992 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il_set_flags_for_band()
2727 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2729 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()2889 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_config_ap()2891 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