On Fri, 2016-01-29 at 15:19 -0500, Jes Sorensen wrote:
>
> > /home/andre64/m-x86/kernel/net/mac80211/rx.c:3619
> > ieee80211_rx_napi+0x63/0x60f [mac80211]()
> >
> This part looks suspicious to me - this is the NAPI stack spitting
> out slowpath warnings.
No, it's not ... it's just a mac80211 warning:
if (status->flag & RX_FLAG_HT) {
...
} else if (status->flag & RX_FLAG_VHT) {
...
} else {
if (WARN_ON(status->rate_idx >= sband->n_bitrates))
goto drop;
johannes
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html