aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn/if_bwn_util.c
diff options
context:
space:
mode:
authorLandon J. Fuller <landonf@FreeBSD.org>2018-02-05 23:38:15 +0000
committerLandon J. Fuller <landonf@FreeBSD.org>2018-02-05 23:38:15 +0000
commitd177c19903e8e6ebdcdf769d1d344de4fd24f364 (patch)
tree47b4539e5366e89d73ce905bf38edd1fe0c57199 /sys/dev/bwn/if_bwn_util.c
parent15746ef43ade36c3f233b15723a0a87dd80ec13c (diff)
downloadsrc-d177c19903e8e6ebdcdf769d1d344de4fd24f364.tar.gz
src-d177c19903e8e6ebdcdf769d1d344de4fd24f364.zip
bwn(4): migrate bwn(4) to the native bhnd(9) interface, and drop siba_bwn.
- Remove the shim interface that allowed bwn(4) to use either siba_bwn or bhnd(4), replacing all siba_bwn calls with their bhnd(4) bus equivalents. - Drop the legay, now-unused siba_bwn bus driver. - Clean up bhnd(4) board flag defines referenced by bwn(4). Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D13518
Notes
Notes: svn path=/head/; revision=328912
Diffstat (limited to 'sys/dev/bwn/if_bwn_util.c')
-rw-r--r--sys/dev/bwn/if_bwn_util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/bwn/if_bwn_util.c b/sys/dev/bwn/if_bwn_util.c
index c1799d09172a..41aa94f1aaec 100644
--- a/sys/dev/bwn/if_bwn_util.c
+++ b/sys/dev/bwn/if_bwn_util.c
@@ -72,12 +72,9 @@ __FBSDID("$FreeBSD$");
#include <net80211/ieee80211_phy.h>
#include <net80211/ieee80211_ratectl.h>
-#include <dev/bwn/if_bwn_siba.h>
-
#include <dev/bwn/if_bwnreg.h>
#include <dev/bwn/if_bwnvar.h>
-#include <dev/bwn/if_bwn_chipid.h>
#include <dev/bwn/if_bwn_debug.h>
#include <dev/bwn/if_bwn_misc.h>
#include <dev/bwn/if_bwn_util.h>