]> err.no Git - linux-2.6/commit
[PATCH] zd1201: avoid null ptr access of skb->dev
authorJohn W. Linville <linville@tuxdriver.com>
Wed, 17 Oct 2007 21:07:12 +0000 (17:07 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 18 Oct 2007 19:21:47 +0000 (15:21 -0400)
commit3ba72b25211217de195e3f528dd36132b38a205b
tree88096daeb5d095d9d20a03398a6c3822516e003a
parent4937ce87959629d31e9b09cf5bdf1e12a305c805
[PATCH] zd1201: avoid null ptr access of skb->dev

skb->dev is not set until eth_type_trans is called...

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/zd1201.c