MFC r204256:

fixes a compile error; invalid type argument of '->'.
This commit is contained in:
Weongyo Jeong 2010-04-20 21:51:45 +00:00
parent 286546e3d5
commit f60b07631b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=206937

View File

@ -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);