From a625380aa7f3b5c3edfa17ef2933ed3960803c75 Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Sun, 7 Jan 2018 22:08:05 +0000 Subject: Create multiple transmit flowrings in station mode, four in total, based on TOS values. In AP mode create multiple flowrings per connected node. --- sys/dev/ic/bwfmvar.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/bwfmvar.h') diff --git a/sys/dev/ic/bwfmvar.h b/sys/dev/ic/bwfmvar.h index de76d41a6d9..c85ab0373cc 100644 --- a/sys/dev/ic/bwfmvar.h +++ b/sys/dev/ic/bwfmvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bwfmvar.h,v 1.7 2018/01/05 23:30:16 patrick Exp $ */ +/* $OpenBSD: bwfmvar.h,v 1.8 2018/01/07 22:08:04 patrick Exp $ */ /* * Copyright (c) 2010-2016 Broadcom Corporation * Copyright (c) 2016,2017 Patrick Wildt @@ -125,9 +125,10 @@ struct bwfm_cmd_key { }; struct bwfm_cmd_flowring_create { - uint32_t flowid; uint8_t da[ETHER_ADDR_LEN]; uint8_t sa[ETHER_ADDR_LEN]; + int flowid; + int prio; }; struct bwfm_host_cmd_ring { -- cgit v1.2.3