diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-03-12 16:27:11 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2021-03-12 16:27:11 +0000 |
commit | bfbc5cfe1cc6adfff622255360ff905e71dd2e76 (patch) | |
tree | a2044f60e83be52cd63a7867f7f1e2ffa9f095bd /sys/dev/pci/if_iwmvar.h | |
parent | b6f05a6e4c9135aeab86dddf847ded604ec766d6 (diff) |
Use RA instead of MiRA in iwm(4).
Tested by:
iwm 7260: florian
iwm 7265: TronDD, Aaron Miller, stsp
iwm 8260: bket
iwm 8265: matthieu, tracey, naddy, Dave Voutila, jcs, Mathieu Kerjouan,
Matthias Schmidt, stsp
iwm 9260: matthieu, phessler, Darren VanBuren
iwm 9560: Uwe Werler
Diffstat (limited to 'sys/dev/pci/if_iwmvar.h')
-rw-r--r-- | sys/dev/pci/if_iwmvar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/pci/if_iwmvar.h b/sys/dev/pci/if_iwmvar.h index 300a91de418..24c965b1a8e 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.57 2020/10/11 07:05:28 mpi Exp $ */ +/* $OpenBSD: if_iwmvar.h,v 1.58 2021/03/12 16:27:10 stsp Exp $ */ /* * Copyright (c) 2014 genua mbh <info@genua.de> @@ -546,9 +546,8 @@ struct iwm_node { uint16_t in_color; struct ieee80211_amrr_node in_amn; - int chosen_txrate; - struct ieee80211_mira_node in_mn; - int chosen_txmcs; + struct ieee80211_ra_node in_rn; + int lq_rate_mismatch; }; #define IWM_STATION_ID 0 #define IWM_AUX_STA_ID 1 |