Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • net
  • mac80211
  • mlme.c
Find file Blame History Permalink
  • Christian Lamparter's avatar
    mac80211: fix slot time debug message · 391429c1
    Christian Lamparter authored Jan 18, 2009
    
    
    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: default avatarChristian Lamparter <chunkeey@web.de>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    391429c1