]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: fix smatch complains
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 30 Jun 2011 19:08:43 +0000 (21:08 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Jul 2011 19:26:53 +0000 (15:26 -0400)
commit5e34069cc4cf0d38abfc38e19ad4715036de1540
treef0f0e4805bcc088c7820068c3c306998b3915693
parent1205f5438f5a9a2dad3a29aa1c015e7bbd3b2b2b
mac80211: fix smatch complains

mlme.c
l.757 ieee80211_dynamic_ps_enable_work(11)
variable dereferenced before check 'sdata'

mesh_pathtbl.c
l.650 mesh_path_del(20) double lock 'bottom_half'
l.663 mesh_path_del(33) double unlock 'bottom_half'

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mesh_pathtbl.c
net/mac80211/mlme.c