Erik Stromdahl <erik.stromdahl@xxxxxxxxx> writes: > Add HTT TX function for HL interfaces. > Intended for SDIO and USB. > > Signed-off-by: Erik Stromdahl <erik.stromdahl@xxxxxxxxx> [...] > + /* Prepend the HTT header and TX desc struct to the data message > + * and realloc the skb if it does not have enough headroom. > + */ > + if (skb_headroom(msdu) < HTT_TX_HL_NEEDED_HEADROOM) { > + struct sk_buff *tmp_skb = msdu; Style: please have the variable declaration in the beginning of the function. -- Kalle Valo