Searched refs:rxon (Results 1 – 6 of 6) sorted by relevance
601 struct iwl_rxon_cmd *rxon = &ctx->staging; in _iwl_set_rxon_ht() local604 rxon->flags &= ~(RXON_FLG_CHANNEL_MODE_MSK | in _iwl_set_rxon_ht()614 rxon->flags |= cpu_to_le32(ctx->ht.protection << in _iwl_set_rxon_ht()620 rxon->flags &= ~(RXON_FLG_CHANNEL_MODE_MSK | in _iwl_set_rxon_ht()626 rxon->flags |= RXON_FLG_CHANNEL_MODE_PURE_40; in _iwl_set_rxon_ht()633 rxon->flags &= in _iwl_set_rxon_ht()637 rxon->flags |= in _iwl_set_rxon_ht()648 rxon->flags &= in _iwl_set_rxon_ht()650 rxon->flags |= RXON_FLG_CHANNEL_MODE_MIXED; in _iwl_set_rxon_ht()653 rxon->flags |= RXON_FLG_CTRL_CHANNEL_LOC_HI_MSK; in _iwl_set_rxon_ht()[all …]
9 iwldvm-objs += rxon.o devices.o
402 struct iwl_rxon_cmd *rxon; in iwl_advance_tt_handler() local404 rxon = &ctx->staging; in iwl_advance_tt_handler()407 rxon->flags &= ~( in iwl_advance_tt_handler()
1037 struct iwl_rxon_cmd rxon; in iwlagn_suspend() local1108 memcpy(&rxon, &ctx->active, sizeof(rxon)); in iwlagn_suspend()1127 memcpy(&ctx->staging, &rxon, sizeof(rxon)); in iwlagn_suspend()
53 struct iwl_rxon_cmd *rxon = (void *)&ctx->active; in iwlagn_rx_csa() local59 rxon->channel = csa->channel; in iwlagn_rx_csa()
3674 struct il_rxon_cmd *rxon = &il->staging; in il_set_rxon_hwcrypto() local3677 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3679 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3688 struct il_rxon_cmd *rxon = &il->staging; in il_check_rxon_cmd() local3691 if (rxon->flags & RXON_FLG_BAND_24G_MSK) { in il_check_rxon_cmd()3692 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) { in il_check_rxon_cmd()3696 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) { in il_check_rxon_cmd()3701 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3705 if (rxon->flags & RXON_FLG_CCK_MSK) { in il_check_rxon_cmd()3710 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) { in il_check_rxon_cmd()[all …]