Port-mips archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Missing header files and compilation issues when enabling driver_atheros and driver_madwifi in current trunk code.



Hi All,

We have taken sys/net80211 and external/bsd/wpa from the latest current
trunk code and we are building for driver_atheros.c file.
When we are compiling this file, below files seem to be missing and hence we
are facing compilation issues.

1. iee8e0211_external.h  ===> No such file or directory.
2. wireless.h ===> No such file or directory.

We could not find these missing files in the current code. These files are
included in driver_atheros.c  and driver_madwifi.c file.

Also we face compilation issues as below in both the above files:

In function 'athr_get_ioctl_name':
/home/wipro/SINDHU/feb-18th_commit/src/external/bsd/wpa/bin/hostapd/../../dist/src/drivers/driver_atheros.c:86:7:
error: 'IEEE80211_IOCTL_SETPARAM' undeclared (first use in this function)
/home/wipro/SINDHU/feb-18th_commit/src/external/bsd/wpa/bin/hostapd/../../dist/src/drivers/driver_atheros.c:86:7:
note: each undeclared identifier is reported only once for each function it
appears in

/home/wipro/SINDHU/feb-18th_commit/src/external/bsd/wpa/bin/hostapd/../../dist/src/drivers/driver_atheros.c:88:7:
error: 'IEEE80211_IOCTL_GETPARAM' undeclared (first use in this function)

... (Many more undefined references follow)

Please let us know from which location we can get these files and solve
these compilation issues.
Kindly provide these missing files if anyone has.


Thanks and Regards,
Vennila




--
View this message in context: 
http://netbsd.2816.n7.nabble.com/Missing-header-files-and-compilation-issues-when-enabling-driver-atheros-and-driver-madwifi-in-curre-tp296346.html
Sent from the port-mips mailing list archive at Nabble.com.


Home | Main Index | Thread Index | Old Index