]> Git Repo - J-linux.git/blob - drivers/staging/wlan-ng/TODO
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / staging / wlan-ng / TODO
1 To-do list:
2
3 * Correct the coding style according to Linux guidelines; please read the document
4   at https://www.kernel.org/doc/html/latest/process/coding-style.html.
5 * Remove unnecessary debugging/printing macros; for those that are still needed
6   use the proper kernel API (pr_debug(), dev_dbg(), netdev_dbg()).
7 * Remove dead code such as unusued functions, variables, fields, etc..
8 * Use in-kernel API and remove unnecessary wrappers where possible.
9 * Fix bugs due to code that sleeps in atomic context.
10 * Remove the HAL layer and migrate its functionality into the relevant parts of
11   the driver.
12 * Switch to use LIB80211.
13 * Switch to use MAC80211.
14 * Switch to use CFG80211.
15 * Improve the error handling of various functions, particularly those that use
16   existing kernel APIs.
This page took 0.030095 seconds and 4 git commands to generate.