summaryrefslogtreecommitdiff
path: root/drivers/staging/agnx/TODO
diff options
context:
space:
mode:
authorLi YanBo <dreamfly281@gmail.com>2008-10-28 03:32:57 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 21:52:09 (GMT)
commit0f22aab89715916c100b5fa7d146c497d99d45ca (patch)
treec8874b46043e91df08ee8e2273a8bd74f60aa587 /drivers/staging/agnx/TODO
parent470c5736fffa16923a3d27a0f365b691086a014d (diff)
downloadlinux-0f22aab89715916c100b5fa7d146c497d99d45ca.tar.xz
Staging: add agnx wireless driver
This driver is for the Airgo AGNX00 wireless chip. From: Li YanBo <dreamfly281@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/agnx/TODO')
-rw-r--r--drivers/staging/agnx/TODO22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/staging/agnx/TODO b/drivers/staging/agnx/TODO
new file mode 100644
index 0000000..89bec74
--- /dev/null
+++ b/drivers/staging/agnx/TODO
@@ -0,0 +1,22 @@
+2008 7/18
+
+The RX has can't receive OFDM packet correctly,
+Guess it need be do RX calibrate.
+
+
+before 2008 3/1
+
+1: The RX get too much "CRC failed" pakets, it make the card work very unstable,
+2: After running a while, the card will get infinity "RX Frame" and "Error"
+interrupt, not know the root reason so far, try to fix it
+3: Using two tx queue txd and txm but not only txm.
+4: Set the hdr correctly.
+5: Try to do recalibrate correvtly
+6: To support G mode in future
+7: Fix the mac address can't be readed and set correctly in BE machine.
+8: Fix include and exclude FCS in promisous mode and manage mode
+9: Using sta_notify to notice sta change
+10: Turn on frame reception at the end of start
+11: Guess the card support HW_MULTICAST_FILTER
+12: The tx process should be implment atomic?
+13: Using mac80211 function to control the TX&RX LED.