On 25/04/14 17:44, Johannes Berg wrote:
On Mon, 2014-04-14 at 16:03 +0200, Antonio Quartulli wrote:
- u32 (*get_expected_throughput)(struct ieee80211_sta *sta);
This isn't nice - it forces drivers to conjure up a value.
You should probably at least allow returning 0 for "no idea" or something.
Yeah, I think so too. Returning 0 as "I don't know what to provide" should be fine. I will specify this in the doc.
Cheers,