mac80211_hwsim: allow testing paged RX
authorJohannes Berg <johannes.berg@intel.com>
Mon, 10 Dec 2012 10:57:42 +0000 (11:57 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 3 Jan 2013 12:01:15 +0000 (13:01 +0100)
commita357d7f9855e3002d6aaaea5c40dd1ac02b78de7
tree8e292e42105d5837acf61d1808e3e2d3974972ec
parentf4eabc918c3b88763bc20dd9e2b248aa6c757005
mac80211_hwsim: allow testing paged RX

Paged RX, i.e. SKBs with (some of) the data in pages instead
of the SKB header data (skb->data) can behave differently in
the stack and cause other bugs. To make debugging easier add
an option to hwsim to test with such SKBs.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c