Home
last modified time | relevance | path

Searched refs:short_slot (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dmesh_plink.c101 bool short_slot = false; in mesh_set_short_slot_time() local
109 short_slot = true; in mesh_set_short_slot_time()
128 short_slot = false; in mesh_set_short_slot_time()
130 short_slot = true; in mesh_set_short_slot_time()
137 if (sdata->vif.bss_conf.use_short_slot != short_slot) { in mesh_set_short_slot_time()
138 sdata->vif.bss_conf.use_short_slot = short_slot; in mesh_set_short_slot_time()
141 sdata->vif.addr, short_slot); in mesh_set_short_slot_time()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c294 cmd.short_slot = cpu_to_le32(link->use_short_slot); in iwl_mld_change_link_in_fw()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c567 cmd->short_slot = in iwl_mvm_mac_ctxt_cmd_common()
/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3464 __u8 short_slot; member
3479 cmd->short_slot = short_slot_time; in mwl8k_cmd_set_slot()