All pastes #2099392 Raw Edit

Something

public diff v1 · immutable
#2099392 ·published 2012-01-04 17:44 UTC
rendered paste body
Index: compat-wireless-2011-08-26/net/mac80211/rx.c===================================================================--- compat-wireless-2011-08-26.orig/net/mac80211/rx.c	2012-01-04 18:43:46.947697831 +0100+++ compat-wireless-2011-08-26/net/mac80211/rx.c	2012-01-04 18:43:50.199697758 +0100@@ -256,6 +256,8 @@ 		return remove_monitor_info(local, origskb); 	} +	origskb = remove_monitor_info(local, origskb);+ 	if (should_drop_frame(origskb, present_fcs_len)) { 		/* only need to expand headroom if necessary */ 		skb = origskb;