diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-07-21 01:16:02 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-07-21 01:16:02 -0700 |
| commit | d6e19c362f91c4e98d5fdf1efb996b5ff595d471 (patch) | |
| tree | 31d2dec0f513a443cc8eb35186643db2e38b3912 /include/net | |
| parent | e8bc549df452c0e4dcf679bfff87f8d4fc0b2eeb (diff) | |
| parent | f9d4e5b6599d9e0d2c3c86aa8220da28e91b554e (diff) | |
Merge http://linux-mh.bkbits.net/bluetooth-2.6
into nuts.davemloft.net:/disk1/BK/net-2.6
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/bluetooth/hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 8bdea57738b0..06e19d370efd 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -432,7 +432,7 @@ struct inquiry_info_with_rssi { __u8 pscan_period_mode; __u8 dev_class[3]; __u16 clock_offset; - __u8 rssi; + __s8 rssi; } __attribute__ ((packed)); #define HCI_EV_CONN_COMPLETE 0x03 |
