commit | 7e988014cd6dec991f095305256f57168b5610e8 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Thu Jul 22 13:14:19 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 26 15:32:41 2010 -0400 |
tree | f51c57070b9998636a0a4c5e277a1a57a7c1f07a | |
parent | 68e8f2fae03cde0ba841325e2660b55fe49bf4b9 [diff] |
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>