o Remove rev. 1.30 leftover. From Damien: However, this code path

is never taken since there aren't any 802.11a ural(4) sticks available
on the market.

PR:		kern/99676
Submitted by:	KIYOHARA Takashi
Reviewed by:	damien
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2006-07-01 13:39:04 +00:00
parent 93c005929f
commit b01f957bcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160064

View File

@ -1746,7 +1746,7 @@ ural_set_chan(struct ural_softc *sc, struct ieee80211_channel *c)
/* dual-band RF */
case RAL_RF_5222:
for (i = 0; i < ural_rf5222[i].chan != chan; i++);
for (i = 0; ural_rf5222[i].chan != chan; i++);
ural_rf_write(sc, RAL_RF1, ural_rf5222[i].r1);
ural_rf_write(sc, RAL_RF2, ural_rf5222[i].r2);