net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
Convert boolean fields incoming and req_start to bit fields and move force_active in order save space in bt_skb_cb in an effort to use a portion of skb->cb[] for storing skb->dropcount. Signed-off-by:Eyal Birger <eyal.birger@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/bluetooth/bluetooth.h 3 additions, 3 deletionsinclude/net/bluetooth/bluetooth.h
- net/bluetooth/hci_core.c 1 addition, 1 deletionnet/bluetooth/hci_core.c
- net/bluetooth/hci_request.c 1 addition, 1 deletionnet/bluetooth/hci_request.c
- net/bluetooth/hci_sock.c 1 addition, 1 deletionnet/bluetooth/hci_sock.c
Loading
Please register or sign in to comment