Small grammar nit in a printf message.
This commit is contained in:
parent
1784fdea2e
commit
4e33fc946d
@ -2907,7 +2907,7 @@ bwn_set_channel(struct ieee80211com *ic)
|
||||
bwn_rf_turnon(mac);
|
||||
if (!(mac->mac_flags & BWN_MAC_FLAG_RADIO_ON))
|
||||
device_printf(sc->sc_dev,
|
||||
"please turns on the RF switch\n");
|
||||
"please turn on the RF switch\n");
|
||||
} else
|
||||
bwn_rf_turnoff(mac);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user