diff options
author | Luciano Coelho <coelho@ti.com> | 2011-05-18 11:42:03 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-19 13:54:17 -0400 |
commit | a2cd43c52aa5c676b03d575177536e05ac672c75 (patch) | |
tree | e62d1019851368daebb5cf99e1a6c25c2967f2df /net/wireless/mesh.c | |
parent | d676ff493d9dfb8b34892214665028a8c85e2056 (diff) |
nl80211: remove some stack variables in trigger_scan and start_sched_scan
Some stack variables (name *ssid and *channel) are only used to define
the size of the memory block that needs to be allocated for the
request structure in the nl80211_trigger_scan() and
nl80211_start_sched_scan() functions.
This is unnecessary because the sizes of the actual elements in the
structure can be used instead.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/mesh.c')
0 files changed, 0 insertions, 0 deletions