linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RFC: Handling DL only traffic when already in Powersave
@ 2016-04-07 13:01 Krishna Chaitanya
  2016-04-07 20:07 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Krishna Chaitanya @ 2016-04-07 13:01 UTC (permalink / raw)
  To: linux-wireless; +Cc: Johannes Berg

Hi,

When using HW_PS and running Downlink only traffic like UDP-RX, mac80211
has the mechanism to not to enter power-save (postpone the dynamic ps
timer).

But if we are already in power-save it continues to stay in PS
and retrieves the frames, for large traffic this is not acceptable.

The standard doesn't say anything, its left to vendor to implement their
own mechanism.

I have the below questions

1) Are any other vendors seeing this issue?

2) Are they using proprietary algorithms to solve this,
implemented in their HW/FW?

3) If yes, how are they keeping the mac80211 and FW FSM in sync,
as the driver cannot request/indicate the power save state to mac80211.
(no feedback path).

IMHO,

a) we should implemented a feedback path, where the vendor
can implement proprietary mechanism to handle this and inform/request
mac80211 for a specific power save state.

b) mac80211 just conveys the user/system preferences to the driver
and driver handles the FSM on when to enter/exit PS? (true HW_PS).


Any suggestions/comments?

-- 
Thanks,
Regards,
Chaitanya T K.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-08 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-07 13:01 RFC: Handling DL only traffic when already in Powersave Krishna Chaitanya
2016-04-07 20:07 ` Johannes Berg
2016-04-08 10:05   ` Krishna Chaitanya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).