Enhance current in-kernel 802.11s implementation:
powersaving scheme proposed by 802.11s draft closely resemble AP-based scheme (traffic buffering/TIM/DTIM), so this code may be reused;
powersaving level indication (both peer and non-peer)/mesh awake window attributes need to be added;
wakeup for peer beacon reception may be implemented later, now it's enough to stay awake continuously and just calculate whether station would actually hear the frames that it receives;
peer service period logic need to be added, it's a simple state machine;
Testing may be carried out with mac80211_hwsim driver.