Commit 5d16a1c1 authored by Karun Eagalapati's avatar Karun Eagalapati Committed by Kalle Valo

rsi: rename USB endpoint macros

These endpoints are for WLAN and BT protocols.
Signed-off-by: default avatarKarun Eagalapati <karun256@gmail.com>
Signed-off-by: default avatarAmitkumar Karwar <amit.karwar@redpinesignals.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent ac6107ca
......@@ -384,7 +384,7 @@ static int rsi_usb_host_intf_write_pkt(struct rsi_hw *adapter,
u32 queueno = ((pkt[1] >> 4) & 0x7);
u8 endpoint;
endpoint = ((queueno == RSI_WIFI_MGMT_Q) ? MGMT_EP : DATA_EP);
endpoint = ((queueno == RSI_WIFI_MGMT_Q) ? WLAN_EP : BT_EP);
return rsi_write_multiple(adapter,
endpoint,
......
......@@ -33,8 +33,8 @@
#define MAX_RX_URBS 1
#define MAX_BULK_EP 8
#define MGMT_EP 1
#define DATA_EP 2
#define WLAN_EP 1
#define BT_EP 2
#define RSI_USB_BUF_SIZE 4096
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment