Lines 667-673
static int rtl8187_init_hw(struct ieee80
Link Here
|
667 |
|
667 |
|
668 |
rtl818x_iowrite32(priv, &priv->map->INT_TIMEOUT, 0); |
668 |
rtl818x_iowrite32(priv, &priv->map->INT_TIMEOUT, 0); |
669 |
rtl818x_iowrite8(priv, &priv->map->WPA_CONF, 0); |
669 |
rtl818x_iowrite8(priv, &priv->map->WPA_CONF, 0); |
670 |
rtl818x_iowrite8(priv, &priv->map->RATE_FALLBACK, 0); |
670 |
rtl818x_iowrite8(priv, &priv->map->RATE_FALLBACK, 0x81); |
671 |
|
671 |
|
672 |
// TODO: set RESP_RATE and BRSR properly |
672 |
// TODO: set RESP_RATE and BRSR properly |
673 |
rtl818x_iowrite8(priv, &priv->map->RESP_RATE, (8 << 4) | 0); |
673 |
rtl818x_iowrite8(priv, &priv->map->RESP_RATE, (8 << 4) | 0); |