mac80211: remove string from unaligned packet warning
authorJohannes Berg <johannes.berg@intel.com>
Fri, 6 Nov 2015 11:34:24 +0000 (12:34 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000 (14:43 +0100)
commit441275e1038a803d61df41eae9a44d26486d8301
tree43b0e892dd54dfbc41fd1b35342af57ab09d8dd9
parent996bf99c71944590e4f56504d5ec99ddd0d85e9c
mac80211: remove string from unaligned packet warning

This really should never happen except very early in the process
of bringing up a new driver, at which point you'll have to add
more debugging in the driver and this string isn't useful. Remove
it and save some size (when it's even compiled in.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c