040-remove_last_rx_usage.patch 333 B

12345678910
  1. --- a/driver/wl_linux.c
  2. +++ b/driver/wl_linux.c
  3. @@ -2762,7 +2762,6 @@ wl_monitor(wl_info_t *wl, wl_rxsts_t *rx
  4. bcopy(oskb->data + D11_PHY_HDR_LEN, pdata, oskb->len - D11_PHY_HDR_LEN);
  5. skb->dev = wl->monitor;
  6. - skb->dev->last_rx = jiffies;
  7. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
  8. skb_reset_mac_header(skb);
  9. #else