interconnect: qcom: Fix Kconfig indentation
[linux/fpc-iii.git] / drivers / staging / wfx / TODO
blobe44772289af8911393d375f5617252e926eb868c
1 This is a list of things that need to be done to get this driver out of the
2 staging directory.
4   - I have to take a decision about secure link support. I can:
5       - drop completely
6       - keep it in an external patch (my preferred option)
7       - replace call to mbedtls with kernel crypto API (necessitate a
8         bunch of work)
9       - pull mbedtls in kernel (non-realistic)
11   - mac80211 interface does not (yet) have expected quality to be placed
12     outside of staging:
13       - Some processings are redundant with mac80211 ones
14       - Many members from wfx_dev/wfx_vif can be retrieved from mac80211
15         structures
16       - Some functions are too complex
17       - ...