mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
net: if_media fix syntax/build
Fixes: d82c3e815a ("net: if_media for 100BASE-BX")
MFC after: 3 days
This commit is contained in:
parent
89d4096950
commit
7835a4ad69
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ struct ifmedia_description {
|
|||
{ IFM_100_T4, "100baseT4" }, \
|
||||
{ IFM_100_VG, "100baseVG" }, \
|
||||
{ IFM_100_T2, "100baseT2" }, \
|
||||
{ IFM_100_BX, "100baseBX" }. \
|
||||
{ IFM_100_BX, "100baseBX" }, \
|
||||
{ IFM_10_STP, "10baseSTP" }, \
|
||||
{ IFM_10_FL, "10baseFL" }, \
|
||||
{ IFM_1000_SX, "1000baseSX" }, \
|
||||
|
|
|
|||
Loading…
Reference in a new issue