]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d830f9ccd7caa5e2a014c03c2cb39c975d3a2fb
tree43b0e892dd54dfbc41fd1b35342af57ab09d8dd9
parenteb7eba0e8563d63cc4e1437f2f40b114f18696c0
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