Stanislaw Gruszka 88c868c43b mac80211: sanity check for null SSID
While associated we should never have empty SSID, but life can be full
of surprises, and is allways better to print a warning than crash.

Before memcpy() in ieee80211_probereq_get() check ssid_len instead of
ssid pointer, sice pointer it always passed by "ssidie + 2" expression
to send probe functions, so practically never can be NULL.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-04-10 15:20:28 -04:00
..
2011-12-14 02:39:30 -05:00
2011-12-11 18:25:16 -05:00
2012-03-06 15:16:25 -05:00
2012-03-08 13:52:08 -08:00
2012-03-23 08:53:47 -07:00
2011-12-16 15:49:52 -05:00