Author: takawata
Date: Sat Apr 18 09:08:47 2015
New Revision: 281688
URL: https://svnweb.freebsd.org/changeset/base/281688

Log:
  Fix Typo.

Modified:
  head/usr.sbin/bluetooth/hccontrol/le.c

Modified: head/usr.sbin/bluetooth/hccontrol/le.c
==============================================================================
--- head/usr.sbin/bluetooth/hccontrol/le.c      Sat Apr 18 08:01:12 2015        
(r281687)
+++ head/usr.sbin/bluetooth/hccontrol/le.c      Sat Apr 18 09:08:47 2015        
(r281688)
@@ -247,7 +247,7 @@ le_read_supported_status(int s, int argc
 
        e = hci_simple_request(s, NG_HCI_OPCODE(
                                        NG_HCI_OGF_LE,
-                                       NG_HCI_OCF_LE_READ_SUPPORTED),
+                                       NG_HCI_OCF_LE_READ_SUPPORTED_STATUS),
                                        (void *)&rp, &n);
 
        printf("LE_STATUS: %d %d %lx\n", e, rp.status, rp.le_status);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to