git: kernel: Fix the build of the SOEKRIS kernel config.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed Jan 16 11:53:50 PST 2013


commit 33e5766f929786c25962f71839b66393d1875841
Author: Sascha Wildner <saw at online.de>
Date:   Wed Jan 16 20:52:24 2013 +0100

    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.

Summary of changes:
 sys/dev/netif/ath/ath/if_ath.c                |  6 ++++++
 sys/dev/netif/ath/rate_sample/sample.c        |  2 ++
 sys/netproto/802_11/wlan/ieee80211_adhoc.c    |  4 ++++
 sys/netproto/802_11/wlan/ieee80211_crypto.c   |  2 ++
 sys/netproto/802_11/wlan/ieee80211_hostap.c   |  4 ++++
 sys/netproto/802_11/wlan/ieee80211_ht.c       |  6 ++++++
 sys/netproto/802_11/wlan/ieee80211_node.c     | 18 +++++++++++++++++-
 sys/netproto/802_11/wlan/ieee80211_output.c   |  6 ++++++
 sys/netproto/802_11/wlan/ieee80211_scan_sta.c |  2 ++
 sys/netproto/802_11/wlan/ieee80211_wds.c      |  2 ++
 10 files changed, 51 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/33e5766f929786c25962f71839b66393d1875841


-- 
DragonFly BSD source repository



More information about the Commits mailing list