summaryrefslogtreecommitdiff
path: root/sys/dev/usb2/wlan/if_rumvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/wlan/if_rumvar.h')
-rw-r--r--sys/dev/usb2/wlan/if_rumvar.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/usb2/wlan/if_rumvar.h b/sys/dev/usb2/wlan/if_rumvar.h
index 8551a4115162..ffa19f12023d 100644
--- a/sys/dev/usb2/wlan/if_rumvar.h
+++ b/sys/dev/usb2/wlan/if_rumvar.h
@@ -17,8 +17,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define RUM_N_TRANSFER 4
-
struct rum_node {
struct ieee80211_node ni;
struct ieee80211_amrr_node amn;
@@ -113,6 +111,14 @@ struct rum_ifq {
uint16_t ifq_len;
};
+enum {
+ RUM_BULK_DT_WR,
+ RUM_BULK_DT_RD,
+ RUM_BULK_CS_WR,
+ RUM_BULK_CS_RD,
+ RUM_N_TRANSFER = 4,
+};
+
struct rum_softc {
void *sc_evilhack; /* XXX this pointer must be first */