007-select_queue.patch 420 B

1234567891011
  1. --- a/drivers/net/wireless/mwifiex/main.c
  2. +++ b/drivers/net/wireless/mwifiex/main.c
  3. @@ -745,7 +745,7 @@ static struct net_device_stats *mwifiex_
  4. return &priv->stats;
  5. }
  6. -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)
  7. +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,0)
  8. static u16
  9. mwifiex_netdev_select_wmm_queue(struct net_device *dev, struct sk_buff *skb,
  10. void *accel_priv, select_queue_fallback_t fallback)