|
@@ -1642,8 +1642,8 @@ static void rtl8192_hard_data_xmit(struct sk_buff *skb, struct net_device *dev,
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- if (queue_index != TXCMD_QUEUE)
|
|
|
- netdev_warn(dev, "%s(): queue index != TXCMD_QUEUE\n",
|
|
|
+ if (queue_index == TXCMD_QUEUE)
|
|
|
+ netdev_warn(dev, "%s(): queue index == TXCMD_QUEUE\n",
|
|
|
__func__);
|
|
|
|
|
|
memcpy((unsigned char *)(skb->cb), &dev, sizeof(dev));
|