From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/Documentation/driver-api/usb/bulk-streams.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/driver-api/usb/bulk-streams.rst b/kernel/Documentation/driver-api/usb/bulk-streams.rst index 99b515b..eeefe58 100644 --- a/kernel/Documentation/driver-api/usb/bulk-streams.rst +++ b/kernel/Documentation/driver-api/usb/bulk-streams.rst @@ -9,9 +9,9 @@ queued at once. Streams are defined in sections 4.4.6.4 and 8.12.1.4 of the Universal Serial Bus -3.0 specification at http://www.usb.org/developers/docs/ The USB Attached SCSI +3.0 specification at https://www.usb.org/developers/docs/ The USB Attached SCSI Protocol, which uses streams to queue multiple SCSI commands, can be found on -the T10 website (http://t10.org/). +the T10 website (https://t10.org/). Device-side implications -- Gitblit v1.6.2