commit | 3ad97fbcc233a295f2ccc2c6bdeb32323e360a5e | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Feb 07 22:03:35 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 07 16:18:28 2011 -0500 |
tree | afd41efc01403af33b5c86bd21e74cb881a57571 | |
parent | 3a2329f2680796b0c09ff207803ea880a481c3a4 [diff] |
mac80211: remove unneeded check "ap" is the address of sdata->u.ap so it can never be NULL here. Also we dereferenced it on the previous line. I removed the check. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>