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
en:developers:todo-list [2017/09/22 12:46]
Md Rayhan [Improvements]
en:developers:todo-list [2017/10/06 11:07] (current)
Johannes Berg old revision restored (2015/01/29 14:49)
Line 2: Line 2:
  
  
 +===== cfg80211 =====
  
  
 +==== Regulatory ====
 +  * [[en/​developers/​todo-list/​regulatory|Regulatory TODO]] ​
  
  
 +==== Issues ====
 +    * make scan timeout variable depending on scan length, in case scans take longer than the current 15 seconds ​
 +===== mac80211 =====
  
  
 +==== Mesh ====
 +      * If a mesh join request does not come with a frequency, initiate scan for suitable neighbor MBSS frequency first. ​
 +==== AP support ====
 +        * [[en/​developers/​DFS|AP DFS or AP radar detection]] ​
 +        * local->​total_ps_buffered is totally racy 
  
  
 +==== 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 ==== ==== 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.                * 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. 
en/developers/todo-list.1506084403.txt.gz ยท Last modified: 2017/09/22 12:46 by Md Rayhan