• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Installation von Intel Pro Wireless Treiber will nicht !

obec

Advanced Hacker
Hi,

Alle Treiber heruntergeladen und erfolgreich entpackt, bloß das kopieren klappt der Firmware klappt nicht:

Hier ein Auszug der Konsole:

knex@linux:~/bin/Treiber> tar xvfz ieee80211-1.1.6.tgz
ieee80211-1.1.6/
ieee80211-1.1.6/net/
ieee80211-1.1.6/net/ieee80211_radiotap.h
ieee80211-1.1.6/net/ieee80211_crypt.h
ieee80211-1.1.6/net/ieee80211.h
ieee80211-1.1.6/Makefile
ieee80211-1.1.6/LICENSE
ieee80211-1.1.6/remove-old
ieee80211-1.1.6/ieee80211_module.c
ieee80211-1.1.6/ieee80211_crypt_ccmp.c
ieee80211-1.1.6/ieee80211_geo.c
ieee80211-1.1.6/idvals
ieee80211-1.1.6/GIT_SHA1
ieee80211-1.1.6/ieee80211_crypt_tkip.c
ieee80211-1.1.6/ieee80211_rx.c
ieee80211-1.1.6/ieee80211_tx.c
ieee80211-1.1.6/ieee80211_wx.c
ieee80211-1.1.6/INSTALL
ieee80211-1.1.6/CHANGES
ieee80211-1.1.6/in-tree/
ieee80211-1.1.6/in-tree/Makefile
ieee80211-1.1.6/in-tree/Kconfig
ieee80211-1.1.6/ieee80211_crypt.c
ieee80211-1.1.6/ieee80211_crypt_wep.c
knex@linux:~/bin/Treiber> tar xvfz ipw2200-1.0.8.tgz
ipw2200-1.0.8/
ipw2200-1.0.8/pci
ipw2200-1.0.8/load
ipw2200-1.0.8/Makefile
ipw2200-1.0.8/ISSUES
ipw2200-1.0.8/FILES
ipw2200-1.0.8/restart
ipw2200-1.0.8/LICENSE
ipw2200-1.0.8/dvals
ipw2200-1.0.8/remove-old
ipw2200-1.0.8/config
ipw2200-1.0.8/idvals
ipw2200-1.0.8/GIT_SHA1
ipw2200-1.0.8/status
ipw2200-1.0.8/unload
ipw2200-1.0.8/INSTALL
ipw2200-1.0.8/CHANGES
ipw2200-1.0.8/ipw2200.c
ipw2200-1.0.8/ipw2200.h
ipw2200-1.0.8/README.ipw2200
knex@linux:~/bin/Treiber> tar xvfz ipw2200-fw-1.2.tgz
ipw2200_boot.fw
ipw2200_bss.fw
ipw2200_ibss.fw
ipw2200_ucode.fw
LICENSE
knex@linux:~/bin/Treiber> sudo cp ipw-fw-1.2/*.fw/lib/firmware

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.

Password:
cp: missing destination file operand after „ipw-fw-1.2/*.fw/lib/firmware“
„cp --help“ gibt weitere Informationen.
knex@linux:~/bin/Treiber>

Vielleicht weiß jemand Rat.

Gruß

obec
 
OP
O

obec

Advanced Hacker
Jetzt funzt überhaupt nicht mehr:

knex@linux:~/bin/Treiber> sudo cp ipw-fw-1.2/*.fw /lib/firmware
cp: Aufruf von stat für „ipw-fw-1.2/*.fw“ nicht möglich: Datei oder Verzeichnis nicht gefunden


Gruß

obec
 

Grothesk

Ultimate Guru
Dann stehst du nicht in dem richtigen Verzeichnis drin...

Da ich das aber auch nicht kenne kann ich dir da so auch nicht weiter helfen...
 

Grothesk

Ultimate Guru
Nur du? Indem du sagst in welchem Verzeichnis die Firware liegt... Woher soll denn jemand wissen in welchem Verzeichnis du die deponiert hast...
 
OP
O

obec

Advanced Hacker
Die Firmware liegt im Ordner /home/knex/bin/Treiber

Gruß

obec
 

Grothesk

Ultimate Guru
Als root anmelden:
su
PW blind eingeben

Dann irgendwas in der Art:
Code:
cp  /home/knex/bin/Treiber/ipw-fw-1.2/*.fw /lib/firmware

Wenn du TAB-Completion nutzt kannst du sehr einfach durch die Verzeichnisse springen:

Den Anfang eines Verzeichnisses tippen und dann mit der TAB-Taste den Pfad automatisch vervollständigen lassen. Wenn der Pfad nicht sofort eindeutig ist, dann mit 2xTAB die Alternativen auflisten lassen.
 
OP
O

obec

Advanced Hacker
Jetzt kommt folgendes:

knex@linux:~> su
Password:
linux:/home/knex # cp /home/knex/bin/Treiber/ipw-fw-1.2/*.fw /lib/firmware/
cp: Aufruf von stat für „/home/knex/bin/Treiber/ipw-fw-1.2/*.fw“ nicht möglich: Datei oder Verzeichnis nicht gefunden
linux:/home/knex #
 

Grothesk

Ultimate Guru
Du sprichst immer noch nicht das richtige Verzeichnis an...

Alt-F2 drücken. Dann dort 'kdesu konqueror' eingeben. Dann hast du einen Konqueror, mit dem du auch in root-Verzeichnisse kopieren kannst. Dann die Firmware nach /lib/firmware kopieren.
 
OP
O

obec

Advanced Hacker
Jetzt kommt noch ein Problem:

inux:/home/knex/bin/Treiber # cd ieee80211-1.1.6
linux:/home/knex/bin/Treiber/ieee80211-1.1.6 # sudo make
/bin/sh: cc: command not found
Checking in /lib/modules/2.6.13-15-default/build/ for ieee80211 components...

make -C /lib/modules/2.6.13-15-default/build M=/home/knex/bin/Treiber/ieee80211- 1.1.6 MODVERDIR=/home/knex/bin/Treiber/ieee80211-1.1.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
/usr/src/linux-2.6.13-15/scripts/gcc-version.sh: line 11: gcc: command not found
/usr/src/linux-2.6.13-15/scripts/gcc-version.sh: line 12: gcc: command not found
make[3]: gcc: Kommando nicht gefunden
CC [M] /home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o
/bin/sh: gcc: command not found
make[4]: *** [/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o] Fehler 127
make[3]: *** [_module_/home/knex/bin/Treiber/ieee80211-1.1.6] Fehler 2
make[2]: *** [modules] Fehler 2
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Fehler 2
linux:/home/knex/bin/Treiber/ieee80211-1.1.6 # sudo make
Checking in /lib/modules/2.6.13-15-default/build/ for ieee80211 components...

make -C /lib/modules/2.6.13-15-default/build M=/home/knex/bin/Treiber/ieee80211-1.1.6 MODVERDIR=/home/knex/bin/Treiber/ieee80211-1.1.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:61: error: syntax error before ‘IEEE80211_VERSION’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘alloc_ieee80211’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:132: error: ‘struct ieee80211_device’ has no member named ‘rts’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:139: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:146: error: ‘struct ieee80211_device’ has no member named ‘host_open_frag’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: ‘ieee80211_crypt_deinit_handler’ undeclared (first use in this function)
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: (Each undeclared identifier is reported only once
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: for each function it appears in.)
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:153: error: ‘struct ieee80211_device’ has no member named ‘crypt_quiesced’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘free_ieee80211’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:175: error: implicit declaration of function ‘ieee80211_crypt_quiescing’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:177: error: implicit declaration of function ‘ieee80211_crypt_deinit_entries’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:182: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:183: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:183: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:184: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘ieee80211_init’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:251: error: syntax error before ‘IEEE80211_VERSION’
make[4]: *** [/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o] Fehler 1
make[3]: *** [_module_/home/knex/bin/Treiber/ieee80211-1.1.6] Fehler 2
make[2]: *** [modules] Fehler 2
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Fehler 2
linux:/home/knex/bin/Treiber/ieee80211-1.1.6 # sudo make install
make -C /lib/modules/2.6.13-15-default/build M=/home/knex/bin/Treiber/ieee80211-1.1.6 MODVERDIR=/home/knex/bin/Treiber/ieee80211-1.1.6 modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:61: error: syntax error before ‘IEEE80211_VERSION’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘alloc_ieee80211’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:132: error: ‘struct ieee80211_device’ has no member named ‘rts’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:139: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:146: error: ‘struct ieee80211_device’ has no member named ‘host_open_frag’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: ‘ieee80211_crypt_deinit_handler’ undeclared (first use in this function)
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: (Each undeclared identifier is reported only once
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:152: error: for each function it appears in.)
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:153: error: ‘struct ieee80211_device’ has no member named ‘crypt_quiesced’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘free_ieee80211’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:175: error: implicit declaration of function ‘ieee80211_crypt_quiescing’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:177: error: implicit declaration of function ‘ieee80211_crypt_deinit_entries’
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:182: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:183: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:183: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:184: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c: In function ‘ieee80211_init’:
/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.c:251: error: syntax error before ‘IEEE80211_VERSION’
make[4]: *** [/home/knex/bin/Treiber/ieee80211-1.1.6/ieee80211_module.o] Fehler 1
make[3]: *** [_module_/home/knex/bin/Treiber/ieee80211-1.1.6] Fehler 2
make[2]: *** [modules] Fehler 2
make[1]: *** [modules] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [modules] Fehler 2
linux:/home/knex/bin/Treiber/ieee80211-1.1.6 # cd ../ipw2200-1.0.8
linux:/home/knex/bin/Treiber/ipw2200-1.0.8 # make

ERROR: ieee80211.h not found in '/lib/modules/2.6.13-15-default/include'.

You need to install the ieee80211 subsystem from http://ieee80211.sf.net
and point this build to the location where you installed those sources, eg.:

% make IEEE80211_INC=/usr/src/ieee80211/

will look for ieee80211.h in /usr/src/ieee80211/net/

make: *** [check_inc] Fehler 1
linux:/home/knex/bin/Treiber/ipw2200-1.0.8 # sudo make install
mkdir -p /home/knex/bin/Treiber/ipw2200-1.0.8/tmp/.tmp_versions
cp /lib/modules/2.6.13-15-default/net/ieee80211/.tmp_versions/*.mod /home/knex/bin/Treiber/ipw2200-1.0.8/tmp/.tmp_versions
cp: Aufruf von stat für „/lib/modules/2.6.13-15-default/net/ieee80211/.tmp_versions/*.mod“ nicht möglich: Datei oder Verzeichnis nicht gefunden
make: [modules] Fehler 1 (ignoriert)
make -C /lib/modules/2.6.13-15-default/build M=/home/knex/bin/Treiber/ipw2200-1.0.8 MODVERDIR=/home/knex/bin/Treiber/ipw2200-1.0.8/tmp/.tmp_versions modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.o
In file included from /home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:33:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.h:53:36: error: net/ieee80211_radiotap.h: Datei oder Verzeichnis nicht gefunden
In file included from /home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:33:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.h:1905: warning: ‘struct ieee80211_hdr_4addr’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.h:1905: warning: its scope is only this definition or declaration, which is probably not what you want
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.h: In function ‘frame_hdr_len’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.h:1911: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:69: error: variable ‘def_qos_parameters_OFDM’ has initializer but incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:70: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:70: error: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:71: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:71: warning: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:72: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:72: error: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:73: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:73: warning: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:74: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:74: error: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:74: error: ‘QOS_AIFSN_MIN_VALUE’ undeclared here (not in a function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:74: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:74: warning: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:75: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:75: error: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:75: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:75: warning: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:76: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:76: error: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:77: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:77: warning: (near initialization for ‘def_qos_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:80: error: variable ‘def_qos_parameters_CCK’ has initializer but incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:81: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:81: error: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:82: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:82: warning: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:83: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:83: error: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:84: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:84: warning: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:85: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:85: error: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:85: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:85: warning: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:86: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:86: error: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:86: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:86: warning: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:87: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:87: error: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:88: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:88: warning: (near initialization for ‘def_qos_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:91: error: variable ‘def_parameters_OFDM’ has initializer but incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:92: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:92: error: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:93: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:93: warning: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:94: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:94: error: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:95: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:95: warning: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:96: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:96: error: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:96: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:96: warning: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:97: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:97: error: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:97: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:97: warning: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:98: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:98: error: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:99: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:99: warning: (near initialization for ‘def_parameters_OFDM’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:102: error: variable ‘def_parameters_CCK’ has initializer but incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:103: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:103: error: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:104: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:104: warning: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:105: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:105: error: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:106: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:106: warning: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:107: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:107: error: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:107: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:107: warning: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:108: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:108: error: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:108: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:108: warning: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:109: error: extra brace group at end of initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:109: error: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:110: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:110: warning: (near initialization for ‘def_parameters_CCK’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:113: error: ‘QOS_OUI_LEN’ undeclared here (not in a function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:125: warning: ‘struct ieee80211_qos_information_element’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:156: warning: ‘struct ieee80211_geo’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_irq_tasklet’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:1867: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_set_tx_power’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2298: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2299: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2300: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2302: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2315: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2317: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2319: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:2321: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_gather_stats’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4123: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4123: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4124: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4124: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4125: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4126: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4126: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4127: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4128: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4128: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4129: error: ‘struct ieee80211_device’ has no member named ‘perfect_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4129: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_rx_notification’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4306: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_assoc_response’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4306: warning: comparison is always true due to limited range of data type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4325: warning: passing argument 2 of ‘ieee80211_rx_mgt’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:4387: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_best_network’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5479: error: ‘WLAN_CAPABILITY_ESS’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5479: error: (Each undeclared identifier is reported only once
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5479: error: for each function it appears in.)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_adhoc_create’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5691: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5691: error: ‘IEEE80211_CH_PASSIVE_ONLY’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5693: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5705: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5707: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5715: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5718: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5721: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_send_tgi_tx_key’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5763: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5768: error: ‘SCM_TEMPORAL_KEY_LENGTH’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5768: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5768: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_send_wep_keys’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5796: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5801: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5802: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5802: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_set_hwcrypto_keys’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5859: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5861: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5864: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5866: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5870: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5873: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5877: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:5878: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_add_scan_channels’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6040: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6042: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6045: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6047: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6048: error: ‘IEEE80211_CH_PASSIVE_ONLY’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6064: error: ‘IEEE80211_24GHZ_CHANNELS’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6066: error: array index in non-array initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6066: error: (near initialization for ‘channels’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6098: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6064: warning: unused variable ‘channels’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6105: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6107: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6111: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6113: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_set_auth’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6921: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6921: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6924: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6924: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6927: error: ‘IEEE80211_CRYPTO_TKIP_COUNTERMEASURES’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6931: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:6931: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_get_auth’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7014: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7017: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7017: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7018: error: ‘IEEE80211_CRYPTO_TKIP_COUNTERMEASURES’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7027: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_set_encodeext’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7062: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7065: error: ‘struct ieee80211_device’ has no member named ‘host_encrypt_msdu’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7070: error: ‘struct ieee80211_device’ has no member named ‘host_encrypt_msdu’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7072: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7076: error: implicit declaration of function ‘ieee80211_wx_set_encodeext’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_get_encodeext’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7085: error: implicit declaration of function ‘ieee80211_wx_get_encodeext’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_handle_probe_response’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7146: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_parameters’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7149: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7149: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7151: error: ‘NETWORK_HAS_QOS_MASK’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7153: error: ‘NETWORK_HAS_QOS_PARAMETERS’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7154: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7154: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7156: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7158: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7159: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7160: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7161: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7168: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7168: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7171: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7171: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7174: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7179: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7180: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7205: warning: ‘struct ieee80211_qos_data’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_activate’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7208: error: array type has incomplete element type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7210: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_parameters’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7231: error: ‘QOS_QUEUE_NUM’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7254: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7255: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7256: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7258: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7208: warning: unused variable ‘qos_parameters’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_set_info_element’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7285: error: storage size of ‘qos_info’ isn’t known
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7290: error: ‘QOS_ELEMENT_ID’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7291: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_information_element’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7293: error: ‘QOS_VERSION_1’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7297: error: ‘QOS_OUI_TYPE’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7298: error: ‘QOS_OUI_INFO_SUB_TYPE’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7285: warning: unused variable ‘qos_info’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_association’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7315: error: variable ‘ibss_data’ has initializer but incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7316: error: unknown field ‘supported’ specified in initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7316: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7316: warning: (near initialization for ‘ibss_data’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7317: error: unknown field ‘active’ specified in initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7317: warning: excess elements in struct initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7317: warning: (near initialization for ‘ibss_data’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7315: error: storage size of ‘ibss_data’ isn’t known
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7329: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7337: warning: passing argument 2 of ‘ipw_qos_activate’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7343: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7315: warning: unused variable ‘ibss_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_association_resp’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7362: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_parameters’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7376: error: ‘NETWORK_HAS_QOS_PARAMETERS’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7377: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7379: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7380: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7381: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7383: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7384: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7389: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7389: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7392: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7392: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7394: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7395: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_qos_set_tx_queue_command’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7479: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7485: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7487: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7487: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7490: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7491: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7506: error: ‘IEEE80211_STYPE_QOS_DATA’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_bg_qos_activate’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7533: error: ‘struct ieee80211_network’ has no member named ‘qos_data’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7553: warning: ‘struct ieee80211_beacon’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7566: warning: ‘struct ieee80211_assoc_response’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_send_qos_params_command’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7578: error: invalid application of ‘sizeof’ to incomplete type ‘struct ieee80211_qos_parameters’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7581: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7581: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7581: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7586: warning: ‘struct ieee80211_qos_information_element’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7587: error: conflicting types for ‘ipw_send_qos_info_command’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:125: error: previous declaration of ‘ipw_send_qos_info_command’ was here
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_send_qos_info_command’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7590: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7593: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7593: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7593: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_associate_network’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7621: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7624: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7665: error: ‘WLAN_CAPABILITY_SHORT_SLOT_TIME’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7667: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_rebuild_decrypted_skb’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7954: error: ‘IEEE80211_FCTL_PROTECTED’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7959: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:7980: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_handle_data_packet’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8027: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8028: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8029: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8208: warning: ‘struct ieee80211_hdr_4addr’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘is_network_packet’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8215: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8219: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8220: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8221: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8224: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8229: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8233: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8234: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8235: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8238: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8248: warning: ‘struct ieee80211_hdr_4addr’ declared inside parameter list
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘is_duplicate_packet’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8250: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8261: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_handle_mgmt_packet’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8329: warning: passing argument 2 of ‘ieee80211_rx_mgt’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8332: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8334: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8336: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8337: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_rx’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8461: warning: passing argument 2 of ‘is_network_packet’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8474: warning: passing argument 1 of ‘frame_hdr_len’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8483: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8495: warning: passing argument 2 of ‘is_duplicate_packet’ from incompatible pointer type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8499: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_sw_reset’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8628: error: ‘struct ieee80211_device’ has no member named ‘host_encrypt_msdu’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8630: error: ‘struct ieee80211_device’ has no member named ‘host_mc_decrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8635: error: ‘struct ieee80211_device’ has no member named ‘host_open_frag’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8643: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8655: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_set_freq’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8797: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8797: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8798: error: ‘IEEE80211_CH_PASSIVE_ONLY’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_get_range’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8932: error: ‘struct ieee80211_device’ has no member named ‘worst_rssi’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8962: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8964: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8965: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8971: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8973: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:8974: error: dereferencing pointer to incomplete type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_wx_set_wireless_mode’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:9762: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:9767: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:9776: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:9783: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:9789: error: ‘struct ieee80211_device’ has no member named ‘abg_true’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_tx_skb’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10285: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10288: error: ‘IEEE80211_FCTL_PROTECTED’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10312: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10322: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘shim__set_security’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10759: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10759: error: ‘struct ieee80211_security’ has no member named ‘encode_alg’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10760: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10762: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10764: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10764: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10766: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10770: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10775: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10776: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10778: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10781: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10784: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10785: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10786: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10794: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10795: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10796: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10804: error: ‘SEC_ENCRYPT’ undeclared (first use in this function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10805: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10805: error: ‘struct ieee80211_security’ has no member named ‘encrypt’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10807: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10808: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10809: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ipw_config’:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10913: error: ‘struct ieee80211_device’ has no member named ‘sec’
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: At top level:
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10934: error: array type has incomplete element type
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10937: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10937: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10938: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10938: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10946: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10946: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10947: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10947: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10951: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10951: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10952: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10952: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10956: error: ‘IEEE80211_CH_PASSIVE_ONLY’ undeclared here (not in a function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10964: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10964: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10965: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10965: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10974: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10974: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10975: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10975: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10979: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10979: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10980: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10980: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10997: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10997: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10998: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:10998: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11002: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11002: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11003: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11003: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11020: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11020: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11021: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11021: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11025: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11025: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11026: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11026: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11032: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11032: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11033: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11033: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11041: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11041: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11042: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11042: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11047: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11047: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11048: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11048: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11071: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11071: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11072: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11072: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11076: error: ‘IEEE80211_CH_B_ONLY’ undeclared here (not in a function)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11077: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11077: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11078: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11078: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11084: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11084: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11085: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11085: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11095: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11095: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11096: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11096: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11102: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11102: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11103: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11103: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11109: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11109: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11110: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11110: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11115: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11115: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11116: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11116: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11122: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11122: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11123: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11123: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11129: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11129: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11130: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11130: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11158: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11158: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11159: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11159: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11163: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11163: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11164: error: field name not in record or union initializer
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c:11164: error: (near initialization for ‘ipw_geos’)
/home/knex/bin/Treiber/ipw2200-1.0.8/ipw2200.c: In function ‘ip
 

Grothesk

Ultimate Guru
Warum nimmst du eigentlich nicht die Treiber, die von Suse mitgeliefert werden?
Die Firmware findest du z. B. im Paket 'ipw-firmware'...
 
OP
O

obec

Advanced Hacker
Das Problem ist, das ich will, dass sich die WLAN Karte beim Systemstart Klinternet sich gleich mit dem Router verbindet, und das krieg ich irgendwie nicht hin.

PS: Die SuSE Firmware ist installiert.

Gruß

obec
 

spezi

Advanced Hacker
Guten Abend,
Code:
PS: Die SuSE Firmware ist installiert.
Wenn Du damit die ipw Firmware meinst, schau Dir das mal an, vielleicht hilfts weiter.
http://www.linux-club.de/ftopic58116.html

mfg
spezi

PS was willst Du mit kinternet?
 
Oben