commit | 97bff8ecf4e4e26749a67dcfbb7565d8a0f4acb4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Mon Mar 31 19:23:00 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Apr 01 17:14:09 2008 -0400 |
tree | 1aecc15d8fa842af2b26edd1a68a713ae0008d57 | |
parent | 9dd6aed05b8859265cd79f1e47e4f844bbe1548b [diff] |
mac80211: fix sta_info_destroy(NULL) sta_info_destroy(NULL) should be valid, but currently isn't because the argument is dereferenced before the NULL check. There are no users that currently pass in NULL, i.e. all check before calling the function, but I want to change that. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>