r8152: store the information of the pipes
authorHayes Wang <hayeswang@realtek.com>
Thu, 17 Jun 2021 10:00:15 +0000 (18:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 18:58:11 +0000 (11:58 -0700)
commitb67fda9a8280b14d44712d2ad6413e0074b070b8
tree0c64f2bf9623c227bd5dc76e787405d7da2259a1
parenta52171ae7b803f4587b8172d1768313b4d093d0a
r8152: store the information of the pipes

Store the information of the pipes to avoid calling usb_rcvctrlpipe(),
usb_sndctrlpipe(), usb_rcvbulkpipe(), usb_sndbulkpipe(), and
usb_rcvintpipe() frequently.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/r8152.c