Remove daft KASSERT.

This commit is contained in:
Kevin Lo 2013-12-06 15:14:18 +00:00
parent 563ab08139
commit 1d66c7a9cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259029

View File

@ -3712,9 +3712,6 @@ run_rt3070_set_chan(struct run_softc *sc, u_int chan)
uint8_t rf;
int i;
/* RT3070 is 2GHz only */
KASSERT(chan >= 1 && chan <= 14, ("wrong channel selected\n"));
/* find the settings for this channel (we know it exists) */
for (i = 0; rt2860_rf2850[i].chan != chan; i++);