Fix sparse warning about ni_tmp
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 19:43:25 +0000 (19:43 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 21 Nov 2007 19:43:25 +0000 (19:43 +0000)
commit4ea262da0ebfc070d1a62459b1677985043d9f81
tree02cafe898a56a26749ab4b10da3247ae4a2c9764
parent640f86f562abb3ab2c333d76ce9e71513782f82e
Fix sparse warning about ni_tmp

Move the outer ni_tmp in ieee80211_deliver_data() to the scope where
it's used.  Don't set it to NULL, it goes out of scope and cannot be
used elsewhere.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2901 0192ed92-7a03-0410-a25b-9323aeb14dbd
net80211/ieee80211_input.c