Searched refs:rxon (Results 1 – 8 of 8) 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()
3685 struct il_rxon_cmd *rxon = &il->staging; in il_set_rxon_hwcrypto() local3688 rxon->filter_flags &= ~RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3690 rxon->filter_flags |= RXON_FILTER_DIS_DECRYPT_MSK; in il_set_rxon_hwcrypto()3699 struct il_rxon_cmd *rxon = &il->staging; in il_check_rxon_cmd() local3702 if (rxon->flags & RXON_FLG_BAND_24G_MSK) { in il_check_rxon_cmd()3703 if (rxon->flags & RXON_FLG_TGJ_NARROW_BAND_MSK) { in il_check_rxon_cmd()3707 if (rxon->flags & RXON_FLG_RADAR_DETECT_MSK) { in il_check_rxon_cmd()3712 if (!(rxon->flags & RXON_FLG_SHORT_SLOT_MSK)) { in il_check_rxon_cmd()3716 if (rxon->flags & RXON_FLG_CCK_MSK) { in il_check_rxon_cmd()3721 if ((rxon->node_addr[0] | rxon->bssid_addr[0]) & 0x1) { in il_check_rxon_cmd()[all …]
[all...]