_short 138 net/mac80211/rc80211_minstrel_ht.c #define CCK_DURATION(_bitrate, _short, _len) \ _short 140 net/mac80211/rc80211_minstrel_ht.c (_short ? 72 + 24 : 144 + 48) + \ _short 143 net/mac80211/rc80211_minstrel_ht.c #define CCK_ACK_DURATION(_bitrate, _short) \ _short 145 net/mac80211/rc80211_minstrel_ht.c CCK_DURATION(_bitrate, _short, AVG_PKT_SIZE)) _short 147 net/mac80211/rc80211_minstrel_ht.c #define CCK_DURATION_LIST(_short, _s) \ _short 148 net/mac80211/rc80211_minstrel_ht.c CCK_ACK_DURATION(10, _short) >> _s, \ _short 149 net/mac80211/rc80211_minstrel_ht.c CCK_ACK_DURATION(20, _short) >> _s, \ _short 150 net/mac80211/rc80211_minstrel_ht.c CCK_ACK_DURATION(55, _short) >> _s, \ _short 151 net/mac80211/rc80211_minstrel_ht.c CCK_ACK_DURATION(110, _short) >> _s