~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to include/net/bluetooth/hci_core.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2013-07-11 18:35:20 UTC
  • Revision ID: package-import@ubuntu.com-20130711183520-htnf1x4y5r11hndr
Tags: 3.5.0-229.42
* Release Tracking Bug
  - LP: #1199276

[ Paolo Pisati ]

* [Config] CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
983
983
int mgmt_control(struct sock *sk, struct msghdr *msg, size_t len);
984
984
int mgmt_index_added(struct hci_dev *hdev);
985
985
int mgmt_index_removed(struct hci_dev *hdev);
 
986
int mgmt_set_powered_failed(struct hci_dev *hdev, int err);
986
987
int mgmt_powered(struct hci_dev *hdev, u8 powered);
987
988
int mgmt_discoverable(struct hci_dev *hdev, u8 discoverable);
988
989
int mgmt_connectable(struct hci_dev *hdev, u8 connectable);