RSI_HEADROOM_FOR_BT_HAL
if (skb_headroom(skb) < RSI_HEADROOM_FOR_BT_HAL) {
new_skb = skb_realloc_headroom(skb, RSI_HEADROOM_FOR_BT_HAL);