| 128 | } |
| 129 | |
| 130 | static __inline int |
| 131 | ishtinfooui(const uint8_t *frm) |
| 132 | { |
| 133 | return frm[1] > 3 && le32dec(frm+2) == ((BCM_OUI_HTINFO<<24)|BCM_OUI); |
| 134 | } |
| 135 | |
| 136 | static __inline int |
| 137 | ieee80211_check_rxseq_amsdu(const struct ieee80211_rx_stats *rxs) |
no test coverage detected