DragonFly BSD
DragonFly commits List (threaded) for 2013-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 Jan 2013 11:53:50 -0800 (PST)

commit 33e5766f929786c25962f71839b66393d1875841
Author: Sascha Wildner <saw@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



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