User Tools

Site Tools


en:developers:todo-list

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
en:developers:todo-list [2017/09/22 12:46]
Md Rayhan [AP support]
en:developers:todo-list [2017/09/22 12:47]
Md Rayhan [testing]
Line 8: Line 8:
  
  
-==== Issues ==== 
-          * drivers with IV offload do not correctly report IV/PN to nl80211 ​ 
-          * Need to stop TX/RX when a radar is detected for the duration of scan for a new channel. ​ 
-==== Improvements ==== 
-            * reset the connection and beacon monitor timers when we are able to successfully TX data to an AP (we currently do it on RX)  
-            * move survey caching code from ath9k to mac80211 so that other drivers can simply update channel survey data once and all cached data can be sent back to userspace as ath9k does it  
-            * improve roaming time by collapsing synchronize_rcu() (or even getting rid of it by using call_rcu()) in station/key management ​ 
-==== power saving ==== 
-              * move checking for broadcast / multicast frames to mac80211 before going to PS. ath9k already has some code for this, this should be moved to mac80211. Or just extend documentation to indicate drivers are required to do this.  
-              * 11v support (eventually) ​ 
-              * implement a PS library, a la described in [[http://​marc.info/?​l=linux-wireless&​m=135838252227053|http://​marc.info/?​l=linux-wireless&​m=135838252227053]] ​ 
  
  
-==== Offchannel work ==== +
-                * optimise "​offchannel"​ to not stop beaconing/​traffic/​etc. when using the operating channel  +
-                * implement addBA in terms off "​offchannel"​ on the operating channel so it blocks other offchannel while waiting for a response  +
-                * don't time out RX BA agreements while offchannel  +
-                * do TX flushing as appropriate  +
-                * Wait for DTIM beacon and multicast traffic before going offchannel  +
-===== drivers ===== +
-                  * [[en/​developers/​todo-list/​cfg80211-conversion|convert drivers to cfg80211]] ​+
  
  
en/developers/todo-list.txt · Last modified: 2017/10/06 11:07 by Johannes Berg