On 4.4.11 + local hacks, including fairly extensive pktgen changes....

When I overdrive transmit on a station with pktgen, I see this
splat hit below repeatedly.  Any ideas on what kinds of things
might cause this?

                while (!skb_queue_empty(&local->pending[i])) {
                        struct sk_buff *skb = __skb_dequeue(&local->pending[i]);
                        struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);

                        if (WARN_ON(!info->control.vif)) {
                                ieee80211_free_txskb(&local->hw, skb);
                                continue;
                        }


Thanks,
Ben

--
Ben Greear <[email protected]>
Candela Technologies Inc  http://www.candelatech.com

--
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

Reply via email to