wifi-scripts: add script to add phy capabilities to board.json
[openwrt/staging/jow.git] / package / kernel / broadcom-wl / patches / 040-remove_last_rx_usage.patch
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
6 skb->dev = wl->monitor;
7 - skb->dev->last_rx = jiffies;
8 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 22)
9 skb_reset_mac_header(skb);
10 #else