kernel: Fix the build of the SOEKRIS kernel config.
authorSascha Wildner <saw@online.de>
Wed, 16 Jan 2013 19:52:24 +0000 (20:52 +0100)
committerSascha Wildner <saw@online.de>
Wed, 16 Jan 2013 19:52:24 +0000 (20:52 +0100)
commit33e5766f929786c25962f71839b66393d1875841
tree490aab374e5cb7caffbb7d2d824b81d5093c90ed
parentf506e60df4a2ee3cc470ddcbad8a149f756bec0f
kernel: Fix the build of the SOEKRIS kernel config.

It's the only one that has if_ath and 80211 in the kernel and ATH_DEBUG
and IEEE80211_DEBUG isn't set at the same time. So it caught a few
ethstr[] that were not yet under the proper #ifdef.
sys/dev/netif/ath/ath/if_ath.c
sys/dev/netif/ath/rate_sample/sample.c
sys/netproto/802_11/wlan/ieee80211_adhoc.c
sys/netproto/802_11/wlan/ieee80211_crypto.c
sys/netproto/802_11/wlan/ieee80211_hostap.c
sys/netproto/802_11/wlan/ieee80211_ht.c
sys/netproto/802_11/wlan/ieee80211_node.c
sys/netproto/802_11/wlan/ieee80211_output.c
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
sys/netproto/802_11/wlan/ieee80211_wds.c