Back to home page

OSCL-LXR

 
 

    


0001 To-do list:
0002 
0003 * Correct the coding style according to Linux guidelines; please read the document
0004   at https://www.kernel.org/doc/html/latest/process/coding-style.html.
0005 * Remove unnecessary debugging/printing macros; for those that are still needed
0006   use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
0007 * Remove dead code such as unusued functions, variables, fields, etc..
0008 * Use in-kernel API and remove unnecessary wrappers where possible.
0009 * Fix bugs due to code that sleeps in atomic context.
0010 * Remove the HAL layer and migrate its functionality into the relevant parts of
0011   the driver.
0012 * Switch to use LIB80211.
0013 * Switch to use MAC80211.
0014 * Switch to use CFG80211.
0015 * Improve the error handling of various functions, particularly those that use
0016   existing kernel APIs.