1. 12 Dec, 2013 1 commit
    • Johan Hedberg's avatar
      Bluetooth: Add missing 6lowpan.h include · d0746f3e
      Johan Hedberg authored
      The 6lowpan.c file was missing an #include statement for 6lowpan.h.
      Without it we get the following type of warnings:
      
      net/bluetooth/6lowpan.c:320:5: warning: symbol 'bt_6lowpan_recv' was not declared. Should it be static?
      net/bluetooth/6lowpan.c:737:5: warning: symbol 'bt_6lowpan_add_conn' was not declared. Should it be static?
      net/bluetooth/6lowpan.c:805:5: warning: symbol 'bt_6lowpan_del_conn' was not declared. Should it be static?
      net/bluetooth/6lowpan.c:878:5: warning: symbol 'bt_6lowpan_init' was not declared. Should it be static?
      net/bluetooth/6lowpan.c:883:6: warning: symbol 'bt_6lowpan_cleanup' was not declared. Should it be static?
      Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
      Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
      d0746f3e
  2. 11 Dec, 2013 5 commits
  3. 10 Dec, 2013 1 commit
  4. 08 Dec, 2013 1 commit
  5. 07 Dec, 2013 1 commit
  6. 06 Dec, 2013 2 commits
  7. 05 Dec, 2013 29 commits