diff options
author | John W. Linville <linville@tuxdriver.com> | 2013-06-12 14:35:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-12 14:35:23 -0400 |
commit | 861bca265e7808e2493590843b8585f6943af16f (patch) | |
tree | f9c6d3beee927191856479888bc845859cd135cf /include/net/bluetooth/hci_core.h | |
parent | 8b3e7be437a6b62118d0485ad971e724afe23fdf (diff) | |
parent | e0e29b683d6784ef59bbc914eac85a04b650e63c (diff) | |
download | blackbird-op-linux-861bca265e7808e2493590843b8585f6943af16f.tar.gz blackbird-op-linux-861bca265e7808e2493590843b8585f6943af16f.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Conflicts:
drivers/net/wireless/ath/ath9k/Kconfig
net/mac80211/iface.c
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r-- | include/net/bluetooth/hci_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 35a57cd1704c..7cb6d360d147 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -1117,6 +1117,7 @@ void hci_sock_dev_event(struct hci_dev *hdev, int event); int mgmt_control(struct sock *sk, struct msghdr *msg, size_t len); int mgmt_index_added(struct hci_dev *hdev); int mgmt_index_removed(struct hci_dev *hdev); +int mgmt_set_powered_failed(struct hci_dev *hdev, int err); int mgmt_powered(struct hci_dev *hdev, u8 powered); int mgmt_discoverable(struct hci_dev *hdev, u8 discoverable); int mgmt_connectable(struct hci_dev *hdev, u8 connectable); |