[DCCP]: Use constants for CCIDs
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / net / dccp / ccids / ccid3.c
index 195aa95662281738039503201ed642d409aba032..67d2dc0e7c678e62dd39993c1bf6ae2e724aa64f 100644 (file)
@@ -1240,7 +1240,7 @@ static int ccid3_hc_tx_getsockopt(struct sock *sk, const int optname, int len,
 }
 
 static struct ccid_operations ccid3 = {
-       .ccid_id                   = 3,
+       .ccid_id                   = DCCPC_CCID3,
        .ccid_name                 = "ccid3",
        .ccid_owner                = THIS_MODULE,
        .ccid_hc_tx_obj_size       = sizeof(struct ccid3_hc_tx_sock),