Skip to content

Commit

Permalink
Bluetooth: Remove unused struct l2cap_conn item
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Gustavo F. Padovan committed Mar 31, 2011
1 parent ce85ee1 commit f3dd4f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/bluetooth/l2cap.h
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ struct l2cap_conn {

struct sk_buff *rx_skb;
__u32 rx_len;
__u8 rx_ident;
__u8 tx_ident;

__u8 disc_reason;
Expand Down

0 comments on commit f3dd4f0

Please sign in to comment.