[DCCP]: Use constants for CCIDs
[GitHub/LineageOS/android_kernel_samsung_universal7580.git] / net / dccp / ccids / ccid2.c
index 457dd3db7f410a5f2090e0c11a197aa12d3d872f..2efb505aeb3551837f3780f44c4bd981687c5c43 100644 (file)
@@ -808,7 +808,7 @@ static void ccid2_hc_rx_packet_recv(struct sock *sk, struct sk_buff *skb)
 }
 
 static struct ccid_operations ccid2 = {
-       .ccid_id                = 2,
+       .ccid_id                = DCCPC_CCID2,
        .ccid_name              = "ccid2",
        .ccid_owner             = THIS_MODULE,
        .ccid_hc_tx_obj_size    = sizeof(struct ccid2_hc_tx_sock),