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>
This commit is contained in:
parent
0fc980392e
commit
5423b2ed25
1 changed files with 2 additions and 2 deletions
|
@ -817,8 +817,8 @@ static void p54_set_vdcf(struct ieee80211_hw *dev)
|
|||
|
||||
if (dev->conf.flags & IEEE80211_CONF_SHORT_SLOT_TIME) {
|
||||
vdcf->slottime = 9;
|
||||
vdcf->magic1 = 0x00;
|
||||
vdcf->magic2 = 0x10;
|
||||
vdcf->magic1 = 0x10;
|
||||
vdcf->magic2 = 0x00;
|
||||
} else {
|
||||
vdcf->slottime = 20;
|
||||
vdcf->magic1 = 0x0a;
|
||||
|
|
Loading…
Reference in a new issue