mac80211: freeing the wrong variable
authorDan Carpenter <error27@gmail.com>
Thu, 22 Jul 2010 11:14:19 +0000 (13:14 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Jul 2010 19:32:41 +0000 (15:32 -0400)
commit7e988014cd6dec991f095305256f57168b5610e8
treef51c57070b9998636a0a4c5e277a1a57a7c1f07a
parent68e8f2fae03cde0ba841325e2660b55fe49bf4b9
mac80211: freeing the wrong variable

The intent was to free "msp->ratelist" here.  "msp->sample_table" is
always NULL at this point.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rc80211_minstrel_ht.c