aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bwn
diff options
context:
space:
mode:
authorFrank Hilgendorf <frank.hilgendorf@posteo.de>2023-12-13 23:48:08 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-12-13 23:54:05 +0000
commit59dba901f227420647e4856f03cb782a3375c220 (patch)
treee5136dbd79e7e701f7203e5f1e60f8037154cdd2 /sys/dev/bwn
parentd002316fd7bf0b359ea2f5518f3c10f6ad89a9ac (diff)
Diffstat (limited to 'sys/dev/bwn')
-rw-r--r--sys/dev/bwn/if_bwn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c
index 501bcc1e958e..742ed63a92aa 100644
--- a/sys/dev/bwn/if_bwn.c
+++ b/sys/dev/bwn/if_bwn.c
@@ -808,8 +808,6 @@ bwn_attach_post(struct bwn_softc *sc)
/* call MI attach routine. */
ieee80211_ifattach(ic);
- ic->ic_headroom = sizeof(struct bwn_txhdr);
-
/* override default methods */
ic->ic_raw_xmit = bwn_raw_xmit;
ic->ic_updateslot = bwn_updateslot;