p54: swap short slot time dcf values

these "magic" values must to be the other way round...

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

authored by Christian Lamparter and committed by John W. Linville 5423b2ed 0fc98039

+2 -2
+2 -2
drivers/net/wireless/p54/p54common.c
··· 817 817 818 818 if (dev->conf.flags & IEEE80211_CONF_SHORT_SLOT_TIME) { 819 819 vdcf->slottime = 9; 820 - vdcf->magic1 = 0x00; 821 - vdcf->magic2 = 0x10; 820 + vdcf->magic1 = 0x10; 821 + vdcf->magic2 = 0x00; 822 822 } else { 823 823 vdcf->slottime = 20; 824 824 vdcf->magic1 = 0x0a;