Move source tree closer to the 2.6.32.17 mainline
/include/net/bluetooth/sco.h
blob:924338ac322387084bf8ca2927a8ea1e5e811013 -> blob:e28a2a7714713a4cbb05dbfd3cd0c514ede79d66
--- include/net/bluetooth/sco.h
+++ include/net/bluetooth/sco.h
@@ -37,7 +37,6 @@
struct sockaddr_sco {
sa_family_t sco_family;
bdaddr_t sco_bdaddr;
- __u16 sco_pkt_type;
};
/* SCO socket options */
@@ -73,8 +72,7 @@ struct sco_conn {
struct sco_pinfo {
struct bt_sock bt;
- __u16 pkt_type;
-
+ __u32 flags;
struct sco_conn *conn;
};