X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fmadwifi%2Fpatches%2F406-monitor_r3711.patch;h=9f6ef59fc061dc7d2376091a0e2415a4c00b6cfb;hb=8d1ca8799daa1e18674a87a4ad92d74e33884a35;hp=e1a56c01bf46fa1d25c33ddf808d715afb1816e3;hpb=e617fcefcd55b1184a1626ce34ab898832208862;p=openwrt.git diff --git a/package/madwifi/patches/406-monitor_r3711.patch b/package/madwifi/patches/406-monitor_r3711.patch index e1a56c01bf..9f6ef59fc0 100644 --- a/package/madwifi/patches/406-monitor_r3711.patch +++ b/package/madwifi/patches/406-monitor_r3711.patch @@ -1,6 +1,6 @@ --- a/ath/if_ath.c +++ b/ath/if_ath.c -@@ -6321,7 +6321,7 @@ +@@ -6371,7 +6371,7 @@ /* Never copy the SKB, as it is ours on the RX side, and this is the * last process on the TX side and we only modify our own headers. */ @@ -9,7 +9,7 @@ if (tskb == NULL) { DPRINTF(sc, ATH_DEBUG_ANY, "Dropping; ath_skb_removepad failed!\n"); -@@ -6329,6 +6329,8 @@ +@@ -6379,6 +6379,8 @@ } ieee80211_input_monitor(ic, tskb, bf, tx, tsf, sc);