blob: ce60f07b99773d48e07ba80499ff89b1caf56af7 [file] [log] [blame]
Larry Fingerb63c0532013-08-21 22:34:15 -05001TODO:
2- find and remove remaining code valid only for 5 HGz. Most of the obvious
3 ones have been removed, but things like channel > 14 still exist.
4- find and remove any code for other chips that is left over
Larry Fingerb63c0532013-08-21 22:34:15 -05005- convert any remaining unusual variable types
6- find codes that can use %pM and %Nph formatting
7- checkpatch.pl fixes - most of the remaining ones are lines too long. Many
8 of them will require refactoring
9- merge Realtek's bugfixes and new features into the driver
10- switch to use LIB80211
11- switch to use MAC80211
Paul E. McKenneybacb6de2014-02-12 11:54:32 -080012- figure out what to do with this code in rtw_recv_indicatepkt():
13 rcu_read_lock();
14 rcu_dereference(padapter->pnetdev->rx_handler_data);
15 rcu_read_unlock();
16 Perhaps delete it, perhaps assign to some local variable.
Larry Fingerb63c0532013-08-21 22:34:15 -050017
Greg Kroah-Hartman8052d7d2016-02-11 19:33:46 -080018Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Larry Fingerb63c0532013-08-21 22:34:15 -050019and Larry Finger <Larry.Finger@lwfinger.net>.