forked from Minki/linux
ksmbd: fix typo of MS-SMBD
Fix typo : "MS-KSMBD" => "MS-SMBD". Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
d347d745f0
commit
9223958816
@ -58,7 +58,7 @@
|
||||
|
||||
/*
|
||||
* User configurable initial values per SMB_DIRECT transport connection
|
||||
* as defined in [MS-KSMBD] 3.1.1.1
|
||||
* as defined in [MS-SMBD] 3.1.1.1
|
||||
* Those may change after a SMB_DIRECT negotiation
|
||||
*/
|
||||
/* The local peer's maximum number of credits to grant to the peer */
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#define SMB_DIRECT_PORT 5445
|
||||
|
||||
/* SMB DIRECT negotiation request packet [MS-KSMBD] 2.2.1 */
|
||||
/* SMB DIRECT negotiation request packet [MS-SMBD] 2.2.1 */
|
||||
struct smb_direct_negotiate_req {
|
||||
__le16 min_version;
|
||||
__le16 max_version;
|
||||
@ -20,7 +20,7 @@ struct smb_direct_negotiate_req {
|
||||
__le32 max_fragmented_size;
|
||||
} __packed;
|
||||
|
||||
/* SMB DIRECT negotiation response packet [MS-KSMBD] 2.2.2 */
|
||||
/* SMB DIRECT negotiation response packet [MS-SMBD] 2.2.2 */
|
||||
struct smb_direct_negotiate_resp {
|
||||
__le16 min_version;
|
||||
__le16 max_version;
|
||||
@ -37,7 +37,7 @@ struct smb_direct_negotiate_resp {
|
||||
|
||||
#define SMB_DIRECT_RESPONSE_REQUESTED 0x0001
|
||||
|
||||
/* SMB DIRECT data transfer packet with payload [MS-KSMBD] 2.2.3 */
|
||||
/* SMB DIRECT data transfer packet with payload [MS-SMBD] 2.2.3 */
|
||||
struct smb_direct_data_transfer {
|
||||
__le16 credits_requested;
|
||||
__le16 credits_granted;
|
||||
|
Loading…
Reference in New Issue
Block a user