blob: b2b571ecb063f740a332de328c187e38e3b9123a [file] [log] [blame]
Won Kang61e12102013-07-25 03:36:17 +09001TODO:
2- Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
3- Remove test for host endian
4- Remove confusing macros (endian, hci_send, sdu_send, rcv_with_cb)
5- Fixes for every instances of function returning -1
6- Check for skb->len in gdm_lte_emulate_arp()
7- Use ALIGN() macro for dummy_cnt in up_to_host()
8- Error handling in init_usb()
9- Explain reason for multiples of 512 bytes in alloc_tx_struct()
10- Review use of atomic allocation for tx structs
11- No error checking for alloc_tx_struct in do_tx()
Greg Kroah-Hartmanca7ea392013-07-24 13:16:53 -070012- fix up static tty port allocation to be dynamic
Won Kang61e12102013-07-25 03:36:17 +090013
14Patches to:
15 Jonathan Kim <jonathankim@gctsemi.com>
16 Dean ahn <deanahn@gctsemi.com>