Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dmain.c104 u8 dtim_len; in p54_beacon_format_ie_tim() local
112 dtim_len = tim[1]; in p54_beacon_format_ie_tim()
114 next = tim + 2 + dtim_len; in p54_beacon_format_ie_tim()
116 if (dtim_len < 3) in p54_beacon_format_ie_tim()
120 tim = skb_tail_pointer(skb) - (dtim_len + 2); in p54_beacon_format_ie_tim()
129 if (dtim_len > 3) in p54_beacon_format_ie_tim()
130 skb_trim(skb, skb->len - (dtim_len - 3)); in p54_beacon_format_ie_tim()