Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before...
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 2 Dec 2008 23:06:39 +0000 (00:06 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 6 Jan 2009 21:52:01 +0000 (13:52 -0800)
commit1f9e9ce1f99e89ee180a3994c44bdff43ebeb139
tree3cfee53b2f3005facb49ba72d0fdbcdc1bb3aa40
parenta1da9da99152e065912d58950089405b15d0aebd
Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check before subtraction

payload_length is unsigned, check before subtraction

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
drivers/staging/wlan-ng/p80211conv.c