Home
last modified time | relevance | path

Searched refs:shortslot (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h340 bool shortslot; /* currently using 11g ShortSlot timing */ member
548 bool shortslot; member
H A Dmain.c596 bool shortslot) in brcms_b_update_slot_timing() argument
600 if (shortslot) { in brcms_b_update_slot_timing()
1212 wlc_hw->shortslot = false; in brcms_b_info_init()
1717 true : wlc_hw->shortslot); in brcms_b_bsinit()
3789 static void brcms_b_set_shortslot(struct brcms_hardware *wlc_hw, bool shortslot) in brcms_b_set_shortslot() argument
3791 wlc_hw->shortslot = shortslot; in brcms_b_set_shortslot()
3795 brcms_b_update_slot_timing(wlc_hw, shortslot); in brcms_b_set_shortslot()
3804 static void brcms_c_switch_shortslot(struct brcms_c_info *wlc, bool shortslot) in brcms_c_switch_shortslot() argument
3808 shortslot = (wlc->shortslot_override == BRCMS_SHORTSLOT_ON); in brcms_c_switch_shortslot()
3810 if (wlc->shortslot == shortslot) in brcms_c_switch_shortslot()
[all …]
/openbmc/linux/net/mac80211/
H A Dtrace.h463 __field(bool, shortslot)
492 __entry->shortslot = link_conf->use_short_slot;