diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-01-05 18:41:17 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2016-01-05 18:41:17 +0000 |
commit | 844a874ab3dac4571abf63182b6509df504ad13f (patch) | |
tree | 47f8d9981522adbd23bf8e838353b76b8aae5328 /sys/dev/pci/if_iwnvar.h | |
parent | e30948ab8757193e1ceb5e85a214f97fdc02d5ea (diff) |
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
in bsd.rd, and might uncover some bugs. Suggested by tedu@ and deraadt@.
ok sthen@ jasper@ deraadt@
Diffstat (limited to 'sys/dev/pci/if_iwnvar.h')
-rw-r--r-- | sys/dev/pci/if_iwnvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwnvar.h b/sys/dev/pci/if_iwnvar.h index e1370e0c6b7..55f5fcb1dc6 100644 --- a/sys/dev/pci/if_iwnvar.h +++ b/sys/dev/pci/if_iwnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwnvar.h,v 1.29 2016/01/04 13:54:19 stsp Exp $ */ +/* $OpenBSD: if_iwnvar.h,v 1.30 2016/01/05 18:41:15 stsp Exp $ */ /*- * Copyright (c) 2007, 2008 @@ -172,12 +172,10 @@ struct iwn_ops { int); void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *, struct iwn_rx_data *); -#ifndef IEEE80211_NO_HT void (*ampdu_tx_start)(struct iwn_softc *, struct ieee80211_node *, uint8_t, uint16_t); void (*ampdu_tx_stop)(struct iwn_softc *, uint8_t, uint16_t); -#endif }; struct iwn_softc { |