net: rps: fix the wrong network header pointer
authorChangli Gao <xiaosuo@gmail.com>
Sat, 21 Aug 2010 06:13:28 +0000 (06:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Aug 2010 05:54:49 +0000 (22:54 -0700)
commit1003489e06c04d807c783a8958f2ccc9aed7a244
treecf42b133731794a92e073b6ca7170d1099d0a360
parenteb4d40654505e47aa9d2035bb97f631fa61d14b4
net: rps: fix the wrong network header pointer

__skb_get_rxhash() was broken after the commit:

 commit bfb564e7391340638afe4ad67744a8f3858e7566
 Author: Krishna Kumar <krkumar2@in.ibm.com>
 Date:   Wed Aug 4 06:15:52 2010 +0000

 core: Factor out flow calculation from get_rps_cpu

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c