mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
93c005929f
commit
b01f957bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue