diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-05-18 15:31:26 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-05-18 15:31:26 +0000 |
| commit | b16a8a5859040e617848aedc2517fd750ebc3393 (patch) | |
| tree | ce3c79441796a9c62e71e91484d135d645d0cf9f /sys/dev/bwi | |
| parent | e84bcd849429ed2719d1edc500c38acf7df70699 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwi')
| -rw-r--r-- | sys/dev/bwi/bwiphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index a0be96df9533..9a45c8437189 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -375,7 +375,7 @@ bwi_phy_init_11g(struct bwi_mac *mac) RF_WRITE(mac, 0x52, (tpctl->tp_ctrl1 << 4) | tpctl->tp_ctrl2); } else { - RF_FILT_SETBITS(mac, 0x52, 0xfff0, tpctl->tp_ctrl1); + RF_FILT_SETBITS(mac, 0x52, 0xfff0, tpctl->tp_ctrl2); } if (phy->phy_rev >= 6) { |
