Wifi (net80211, driver) wishlist

net80211

Global state

Encryption

IBSS

802.11n

802.11s (mesh)

802.11ac

Interesting IE's to add (as mini projects)

net80211 channel configuration

net80211 TX datapath

net80211 rate control and rate representation

net80211 regulatory

ath(4) changes

ath(4) 802.11n support

ath(4) half/quarter rate

ath(4) RX path / radiotap support

802.11n

TDMA

Stuff that is done

ath(4) TX Power Control (TPC)

It would be nice to finally fix and enable TPC in general. This would be useful for more efficient spectrum use and lower power consumption.

The net80211 stack already has a per-node TX power value which can be changed on the fly. It's just ignored when passed into the ath driver and HAL.

Luckily the code for all of the above fudging is in the HAL; it's just used when configuring the TX power table registers for fixed TX power. This needs to be made slightly more generic and available by the TX descriptor setup code.

ath(4) 802.11n

TDMA


CategoryWiFi

WiFi/TodoStuff (last edited 2021-06-06T02:46:55+0000 by MarkLinimon)