summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm724x/TODO
diff options
context:
space:
mode:
authorWon Kang <wkang77@gmail.com>2013-07-25 03:36:17 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 13:09:44 -0700
commit61e121047645122c47714fcda684d0ee67f444af (patch)
treeca7a6395726ce6c3ef1bfe2c3ecc6c80ddb7ebcf /drivers/staging/gdm724x/TODO
parent17dc1597c5051757b58c5397f5162a21a746ecb7 (diff)
downloadlinux-stable-61e121047645122c47714fcda684d0ee67f444af.tar.gz
linux-stable-61e121047645122c47714fcda684d0ee67f444af.tar.bz2
linux-stable-61e121047645122c47714fcda684d0ee67f444af.zip
staging: gdm7240: adding LTE USB driver
GCT Semiconductor GDM7240 is 4G LTE chip. This driver supports GCT reference platform as a USB device. Signed-off-by: Won Kang <wonkang@gctsemi.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm724x/TODO')
-rw-r--r--drivers/staging/gdm724x/TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/staging/gdm724x/TODO b/drivers/staging/gdm724x/TODO
new file mode 100644
index 000000000000..cd89214aa265
--- /dev/null
+++ b/drivers/staging/gdm724x/TODO
@@ -0,0 +1,15 @@
+TODO:
+- Clean up coding style to meet kernel standard. (80 line limit, netdev_err)
+- Remove test for host endian
+- Remove confusing macros (endian, hci_send, sdu_send, rcv_with_cb)
+- Fixes for every instances of function returning -1
+- Check for skb->len in gdm_lte_emulate_arp()
+- Use ALIGN() macro for dummy_cnt in up_to_host()
+- Error handling in init_usb()
+- Explain reason for multiples of 512 bytes in alloc_tx_struct()
+- Review use of atomic allocation for tx structs
+- No error checking for alloc_tx_struct in do_tx()
+
+Patches to:
+ Jonathan Kim <jonathankim@gctsemi.com>
+ Dean ahn <deanahn@gctsemi.com>