diff options
| author | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-02-23 19:44:51 +0000 |
|---|---|---|
| committer | Weongyo Jeong <weongyo@FreeBSD.org> | 2010-02-23 19:44:51 +0000 |
| commit | e355ad550cf3dbfec15ea728468554def5a367da (patch) | |
| tree | bcf7459ec121b108968e85c5db7069448a21e36e /sys/dev/bwn | |
| parent | 411cadae7b2db4a4006e57675bef269b9b0d57fc (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwn')
| -rw-r--r-- | sys/dev/bwn/if_bwn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index bb3128a5f358..b77f55c1faa8 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -5969,7 +5969,7 @@ bwn_lo_write(struct bwn_mac *mac, struct bwn_loctl *ctl) { uint16_t value; - KASSERT(mac->mac_phy->type == BWN_PHYTYPE_G, + KASSERT(mac->mac_phy.type == BWN_PHYTYPE_G, ("%s:%d: fail", __func__, __LINE__)); value = (uint8_t) (ctl->q); |
