Searched refs:rxon (Results 1 – 6 of 6) sorted by relevance
626 struct iwl_rxon_cmd *rxon = &ctx->staging; in _iwl_set_rxon_ht() local629 rxon->flags &= ~(RXON_FLG_CHANNEL_MODE_MSK | in _iwl_set_rxon_ht()639 rxon->flags |= cpu_to_le32(ctx->ht.protection << in _iwl_set_rxon_ht()645 rxon->flags &= ~(RXON_FLG_CHANNEL_MODE_MSK | in _iwl_set_rxon_ht()651 rxon->flags |= RXON_FLG_CHANNEL_MODE_PURE_40; in _iwl_set_rxon_ht()658 rxon->flags &= in _iwl_set_rxon_ht()662 rxon->flags |= in _iwl_set_rxon_ht()673 rxon->flags &= in _iwl_set_rxon_ht()675 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED; in _iwl_set_rxon_ht()678 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK; in _iwl_set_rxon_ht()[all …]
8 iwldvm-objs += rxon.o devices.o
419 struct iwl_rxon_cmd *rxon; in iwl_advance_tt_handler() local421 rxon = &ctx->staging; in iwl_advance_tt_handler()424 rxon->flags &= ~( in iwl_advance_tt_handler()
1082 struct iwl_rxon_cmd rxon; in iwlagn_suspend() local1153 memcpy(&rxon, &ctx->active, sizeof(rxon)); in iwlagn_suspend()1172 memcpy(&ctx->staging, &rxon, sizeof(rxon)); in iwlagn_suspend()
149 struct iwl_rxon_cmd *rxon = (void *)&ctx->active; in iwlagn_rx_csa() local155 rxon->channel = csa->channel; in iwlagn_rx_csa()
3691 struct il_rxon_cmd *rxon = &il->staging; in il_set_rxon_hwcrypto() local3694 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3696 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3705 struct il_rxon_cmd *rxon = &il->staging; in il_check_rxon_cmd() local3708 if (rxon->flags & RXON_FLG_BAND_24G_MSK) { in il_check_rxon_cmd()3709 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) { in il_check_rxon_cmd()3713 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) { in il_check_rxon_cmd()3718 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3722 if (rxon->flags & RXON_FLG_CCK_MSK) { in il_check_rxon_cmd()3727 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) { in il_check_rxon_cmd()[all …]