gprs_ns2_message: remove wrong comment

It's a leftover from converting NS1 -> NS2 code

Change-Id: I934c7905f8396e74bb1f14d68097c03463816720
This commit is contained in:
Alexander Couzens 2021-01-19 19:15:27 +01:00 committed by lynxis lazus
parent 2b11fa9b3e
commit 718e37e5cc
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ int ns2_tx_block_ack(struct gprs_ns2_vc *nsvc)
LOGP(DLNS, LOGL_INFO, "NSEI=%u Tx NS BLOCK ACK (NSVCI=%u)\n", nsvc->nse->nsei, nsvc->nsvci);
/* be conservative and mark it as blocked even now! */
msg->l2h = msgb_put(msg, sizeof(*nsh));
nsh = (struct gprs_ns_hdr *) msg->l2h;
nsh->pdu_type = NS_PDUT_BLOCK_ACK;