Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 22:14:47 -0600
From:      "Nick H. -- Technical Support Engineer" <nickh@supportteam.net>
To:        <freebsd-current@FreeBSD.ORG>
Subject:   wifi drivers error - 5.0-CURRENT
Message-ID:  <000501c2bf71$4e5ea3b0$0401a8c0@nh2>

next in thread | raw e-mail | index | archive | help
Got this today after cvsup'ing earlier this morning:


if_wi.o: In function `wi_attach':
if_wi.o(.text+0x71d): undefined reference to `ieee80211_rate2media'
if_wi.o(.text+0x85d): undefined reference to `ieee80211_ifattach'
if_wi.o: In function `wi_detach':
if_wi.o(.text+0x8f4): undefined reference to `ieee80211_ifdetach'
if_wi.o: In function `wi_stop':
if_wi.o(.text+0x13e8): undefined reference to `ieee80211_new_state'
if_wi.o: In function `wi_start':
if_wi.o(.text+0x177b): undefined reference to `ieee80211_encap'
if_wi.o(.text+0x17b9): undefined reference to `ieee80211_find_node'
if_wi.o(.text+0x182f): undefined reference to `ieee80211_wep_crypt'
if_wi.o: In function `wi_watchdog':
if_wi.o(.text+0x1cd4): undefined reference to `ieee80211_new_state'
if_wi.o(.text+0x1cec): undefined reference to `ieee80211_watchdog'
if_wi.o: In function `wi_ioctl':
if_wi.o(.text+0x213a): undefined reference to `ieee80211_ioctl'
if_wi.o: In function `wi_media_change':
if_wi.o(.text+0x21df): undefined reference to `ieee80211_media2rate'
if_wi.o: In function `wi_media_status':
if_wi.o(.text+0x239c): undefined reference to `ieee80211_rate2media'
if_wi.o: In function `wi_sync_bssid':
if_wi.o(.text+0x2496): undefined reference to `ieee80211_new_state'
if_wi.o: In function `wi_rx_intr':
if_wi.o(.text+0x288d): undefined reference to `ieee80211_input'
if_wi.o: In function `wi_info_intr':
if_wi.o(.text+0x2ddf): undefined reference to `ieee80211_new_state'
if_wi.o: In function `wi_get_cfg':
if_wi.o(.text+0x3900): undefined reference to `ieee80211_cfgget'
if_wi.o: In function `wi_set_cfg':
if_wi.o(.text+0x3ed5): undefined reference to `ieee80211_cfgset'
if_wi.o: In function `wi_dump_pkt':
if_wi.o(.text+0x5378): undefined reference to `ieee80211_dump_pkt'
*** Error code 1

Stop in /usr/obj/usr/src/sys/Router.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



It happend on 2 different machines that I have here, so I know it's not a
problem with one of the machines only.   Just a fyi on what was found.  If
you need anything more from me, please feel free to contact me and I'll let
you have what ya need.


Regards,
Nick Hale
nickh@supportteam.net



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c2bf71$4e5ea3b0$0401a8c0>