From: Harvey Harrison Date: Sun, 27 Apr 2008 10:48:40 +0000 (-0700) Subject: mac80211: incorrect shift direction X-Git-Tag: v2.6.26-rc1~5^2~35^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f830459d6116ae13dbcfc9d09a406e6717b1a6;p=pandora-kernel.git mac80211: incorrect shift direction Looks like 5d2cdcd4e85c5187db30a6b29f79fbbe59f39f78 ("mac80211: get a TKIP phase key from skb") got the shifts wrong. Noticed by sparse: net/mac80211/tkip.c:234:25: warning: right shift by bigger than source value net/mac80211/tkip.c:235:25: warning: right shift by bigger than source value net/mac80211/tkip.c:236:25: warning: right shift by bigger than source value Signed-off-by: Harvey Harrison Signed-off-by: John W. Linville --- Reading git-diff-tree failed