Mam kartę Intela 4965A, chcę zainstalować iwlwifi, ale mam problem.
Przy make wychodzi mi błąd.
Jądro mam 2.6.26
Tu jest cały make:
edit: wydaje mi się, że było 4965Script started on Fri 13 Feb 2009 12:10:06 CET
Tomasz-PC:/home/tomko/iwlwifi-1.2.25# make
make -C /lib/modules/2.6.26-1-amd64/source O=/lib/modules/2.6.26-1-amd64/build M=/home/tomko/iwlwifi-1.2.25/compatible/ EXTRA_CFLAGS="-DCONFIG_IWL3945_DEBUG=y -DCONFIG_IWL4965_DEBUG=y -DCONFIG_IWL3945_SPECTRUM_MEASUREMENT=y -DCONFIG_IWL4965_SPECTRUM_MEASUREMENT=y -DCONFIG_IWL4965_SENSITIVITY=y -DCONFIG_IWL3945_QOS=y -DCONFIG_IWL4965_QOS=y" modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-amd64'
CC [M] /home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.o
In file included from <command line>:1:
./include/linux/autoconf.h:677:1: warning: "CONFIG_IWL3945_SPECTRUM_MEASUREMENT" redefined
<command line>:1:1: warning: this is the location of the previous definition
./include/linux/autoconf.h:704:1: warning: "CONFIG_IWL4965_SPECTRUM_MEASUREMENT" redefined
<command line>:1:1: warning: this is the location of the previous definition
./include/linux/autoconf.h:1605:1: warning: "CONFIG_IWL4965_SENSITIVITY" redefined
<command line>:1:1: warning: this is the location of the previous definition
In file included from /home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:51:
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:443: error: expected specifier-qualifier-list before 'ieee80211_key_alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h: In function 'is_channel_a_band':
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: (Each undeclared identifier is reported only once
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:961: error: for each function it appears in.)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h: In function 'is_channel_bg_band':
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:966: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl-3945.h:967: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_hw_mode':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:127: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:127: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:128: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:128: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_add_station':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:604: error: implicit declaration of function 'MAC_ARG'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:604: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:616: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_rxon_channel':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:978: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_commit_rxon':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1226: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_update_sta_key_info':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1465: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1466: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1467: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:1467: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_flags_for_phymode':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2521: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_connection_init_rx_config':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2600: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2602: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_build_tx_cmd_hwcrypto':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2659: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2662: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2682: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'keylen'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2685: error: 'struct iwl3945_hw_key' has no member named 'key'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2691: error: 'ALG_NONE' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2696: error: 'struct iwl3945_hw_key' has no member named 'alg'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_sta_id':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2804: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_tx_skb':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2852: error: invalid operands to binary &
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2885: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:2968: warning: comparison is always true due to limited range of data type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_set_rate':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3062: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3066: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3067: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3068: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3069: error: 'IEEE80211_RATE_SUPPORTED' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3070: error: 'IEEE80211_RATE_BASIC' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3074: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3076: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3078: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3078: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_handle_data_packet_monitor':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3201: error: 'struct ieee80211_rx_status' has no member named 'rate'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_rx_reply_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3581: warning: assignment makes pointer from integer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_beacon_update':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:3715: warning: passing argument 2 of 'ieee80211_beacon_get' makes pointer from integer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_print_rx_config_cmd':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:4579: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:4581: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_channel_info':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5162: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5169: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5170: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_channel_map':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5237: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5238: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_active_dwell_time':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5327: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_passive_dwell_time':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5336: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_get_channels_for_scan':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5371: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5376: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5377: error: 'const struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5388: error: 'const struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5398: error: 'const struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5398: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5417: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_reset_channel_flag':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5445: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5445: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5446: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5447: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5447: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_hw_rates':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5457: error: 'struct ieee80211_rate' has no member named 'rate'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5458: error: 'struct ieee80211_rate' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5459: error: 'struct ieee80211_rate' has no member named 'val2'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5460: error: 'IEEE80211_RATE_SUPPORTED' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5463: error: 'IEEE80211_RATE_OFDM' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5470: error: 'IEEE80211_RATE_CCK' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5470: error: 'IEEE80211_RATE_CCK_2' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5475: error: 'IEEE80211_RATE_BASIC' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_init_geos':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5503: error: invalid application of 'sizeof' to incomplete type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5529: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5530: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5530: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5531: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5531: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5532: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5532: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5533: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5533: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5535: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5536: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5536: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5537: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5537: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5538: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5538: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5539: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5539: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5541: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5542: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5542: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5543: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5543: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5544: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5544: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5545: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5545: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5564: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5566: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5567: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5567: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5570: error: 'struct ieee80211_channel' has no member named 'freq'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5571: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5572: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5573: error: 'struct ieee80211_channel' has no member named 'antenna_max'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5576: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5576: error: 'IEEE80211_CHAN_W_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5578: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5578: error: 'IEEE80211_CHAN_W_IBSS' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5581: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5581: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5584: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5591: error: 'struct ieee80211_channel' has no member named 'val'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5591: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5594: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5594: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5604: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5614: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5614: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: implicit declaration of function 'ieee80211_register_hwmode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5615: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5616: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5616: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5617: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5617: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5618: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5618: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5619: error: invalid use of undefined type 'struct ieee80211_hw_mode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:5619: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_request_scan':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6762: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6768: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_bg_post_associate':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6869: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:6934: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7130: warning: format '%02x' expects type 'unsigned int', but argument 5 has type 'struct ieee80211_rate *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_add_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7146: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7154: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7161: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_config':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7189: warning: format '%d' expects type 'int', but argument 4 has type 'struct ieee80211_channel *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7209: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7209: warning: passing argument 3 of 'iwl3945_get_channel_info' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7211: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7211: warning: format '%d' expects type 'int', but argument 4 has type 'struct ieee80211_channel *'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7219: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7219: warning: passing argument 3 of 'iwl3945_set_rxon_channel' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7221: error: 'struct ieee80211_conf' has no member named 'phymode'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7232: warning: passing argument 2 of 'iwl3945_hw_channel_switch' makes integer from pointer without a cast
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_config_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7347: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7351: error: 'IEEE80211_HW_NO_PROBE_FILTERING' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7367: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_remove_interface':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7444: error: 'struct ieee80211_if_init_conf' has no member named 'if_id'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: At top level:
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7512: error: expected declaration specifiers or '...' before 'set_key_cmd'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_set_key':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7528: warning: too few arguments for format
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7537: error: 'cmd' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_mac_conf_tx':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:7600: error: 'const struct ieee80211_tx_queue_params' has no member named 'burst_time'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'show_channels':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8256: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8258: error: 'MODE_IEEE80211B' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8260: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8261: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8271: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8272: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8274: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8276: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8276: error: 'IEEE80211_CHAN_W_IBSS' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8278: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8282: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8282: error: 'IEEE80211_CHAN_W_ACTIVE_SCAN' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8285: error: 'MODE_IEEE80211A' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8287: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8288: error: dereferencing pointer to incomplete type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8299: error: 'struct ieee80211_channel' has no member named 'chan'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8300: error: 'struct ieee80211_channel' has no member named 'power_level'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8302: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8304: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8306: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8310: error: 'struct ieee80211_channel' has no member named 'flag'
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: At top level:
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8510: error: unknown field 'open' specified in initializer
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8511: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8515: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8516: warning: initialization from incompatible pointer type
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c: In function 'iwl3945_pci_probe':
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8585: error: 'IEEE80211_HW_WEP_INCLUDE_IV' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8697: error: 'MODE_IEEE80211G' undeclared (first use in this function)
/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.c:8734: warning: too few arguments for format
make[3]: *** [/home/tomko/iwlwifi-1.2.25/compatible/iwl3945-base.o] Error 1
make[2]: *** [_module_/home/tomko/iwlwifi-1.2.25/compatible] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-amd64'
make: *** [modules] Error 2
Tomasz-PC:/home/tomko/iwlwifi-1.2.25# exit
Script done on Fri 13 Feb 2009 12:10:10 CET