Home
last modified time | relevance | path

Searched refs:RXON_FLG_SHORT_SLOT_MSK (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/dvm/
Drxon.c725 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()
Dcommands.h480 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro
/drivers/net/wireless/intel/iwlegacy/
D4965.c1771 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()
Dcommon.c3701 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()
D3945-mac.c2733 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()
Dcommands.h575 #define RXON_FLG_SHORT_SLOT_MSK cpu_to_le32(1 << 4) macro