0001 TODO:
0002 - Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
0003 - Remove test for host endian
0004 - Remove confusing macros (endian, hci_send, sdu_send, rcv_with_cb)
0005 - Fixes for every instances of function returning -1
0006 - Check for skb->len in gdm_lte_emulate_arp()
0007 - Use ALIGN() macro for dummy_cnt in up_to_host()
0008 - Error handling in init_usb()
0009 - Explain reason for multiples of 512 bytes in alloc_tx_struct()
0010 - Review use of atomic allocation for tx structs
0011 - No error checking for alloc_tx_struct in do_tx()
0012 - fix up static tty port allocation to be dynamic
0013
0014 Patches to:
0015 Jonathan Kim <jonathankim@gctsemi.com>
0016 Dean ahn <deanahn@gctsemi.com>