mac80211: fix slot time debug message
authorChristian Lamparter <chunkeey@web.de>
Sun, 18 Jan 2009 01:24:15 +0000 (02:24 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 22 Jan 2009 18:55:01 +0000 (13:55 -0500)
commit391429c18f58ae37cc2e254e408bff847f4beb21
treebfa52b5e3de2db45320f35046a39c7dfb9bc7ecc
parent7fe99c4e28ab54eada8aa456b417114e6ef21587
mac80211: fix slot time debug message

wlan0: switched to short barker preamble (BSSID=00:01:aa:bb:cc:dd)
wlan0: switched to short slot (BSSID=) <something is missing here>

should be:

wlan0: switched to short barker preamble (BSSID=00:01:aa:bb:cc:dd)
wlan0: switched to short slot (BSSID=00:01:aa:bb:cc:dd)

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c