commit | 96900c751dd16fc9455e7184cbe8758ac7aa7e79 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri May 14 16:53:46 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 24 15:07:42 2010 -0400 |
tree | 0f7280a70024b49e9fb4c375606ca0f4952c119e | |
parent | 7606688afc767c0b94bb2d79512affe3ba1264ce [diff] |
iwlwifi: testing the wrong variable in iwl_add_bssid_station() The intent here is to test that "sta_id_r" is a valid pointer. We do this same test later on in the function. Btw iwl_add_bssid_station() is called from two places and "sta_id_r" is a valid pointer from both callers. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>