ifconfig(8): Rename file-global 'ifmr' to avoid shadowing
authorAaron LI <aly@aaronly.me>
Wed, 13 Dec 2023 02:06:02 +0000 (10:06 +0800)
committerAaron LI <aly@aaronly.me>
Thu, 21 Dec 2023 02:19:13 +0000 (10:19 +0800)
commit9ba29bf92d3e8bdaf4e228d7c6c6fc2386fc132e
tree18a81e1c23c49e32c7b648464a1a7b644b9d53d6
parentc29ec766c47b600d7ac86fe2a71499fc96b97597
ifconfig(8): Rename file-global 'ifmr' to avoid shadowing

get80211opmode() also uses a local variable named 'ifmr' which was
shadowing the file-global 'ifmr'.
sbin/ifconfig/ifieee80211.c