diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2020-04-02 13:17:54 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2020-04-02 13:17:54 +0000 |
commit | 19a51092a2b39d5878b7384d275a5c79c9fa0b64 (patch) | |
tree | a1ff660662964b01783916f72096a24d7b2b4d7b /sys/dev/pci/if_iwmvar.h | |
parent | 18df0738bfe427dad789626303a916ae1022f8a3 (diff) |
Remove iwm(4) 11n mode CCK Tx rate fallback.
This fallback was added in r1.235 because we disabled firmware-based
Tx retries in that commit. Firmware-based Tx retries were re-enabled
in r1.291 so manual fallback to CCK rates is no longer required since
the firmware will do this for us if needed (at a cost of a single retry).
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r-- | sys/dev/pci/if_iwmvar.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h index a0a95ec43c3..796849566dd 100644 --- a/sys/dev/pci/if_iwmvar.h +++ b/sys/dev/pci/if_iwmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwmvar.h,v 1.53 2020/04/02 12:34:27 stsp Exp $ */ +/* $OpenBSD: if_iwmvar.h,v 1.54 2020/04/02 13:17:53 stsp Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -549,10 +549,6 @@ struct iwm_node { int chosen_txrate; struct ieee80211_mira_node in_mn; int chosen_txmcs; - - /* Set in 11n mode if we don't receive ACKs for OFDM frames. */ - int ht_force_cck; - }; #define IWM_STATION_ID 0 #define IWM_AUX_STA_ID 1 |