> > if (unlikely(queue < 0)) { > > kfree_skb(skb); > > err = NET_XMIT_DROP; > > With queue now unsigned, the above check will always be false: > net/mac80211/wme.c: In function 'wme_qdiscop_enqueue': > net/mac80211/wme.c:219: warning: comparison is always false due to limited range of data type Odd, I wonder why I never got that, good catch though. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part