From: Antonio Quartulli Date: Mon, 19 May 2014 19:53:19 +0000 (+0200) Subject: cfg80211: export expected throughput through get_station() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~122^2^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867d849fc844623a88ec7b380442952b5ffe5e68;p=pandora-kernel.git cfg80211: export expected throughput through get_station() Users may need information about the expected throughput towards a given peer. This value is supposed to consider the size overhead generated by the 802.11 header. This value is exported in kbps through the get_station() API by including it into the station_info object. Moreover, it is sent to user space when replying to the nl80211 GET_STATION command. This information will be useful to the batman-adv module which will use it for its new metric computation. Signed-off-by: Antonio Quartulli Signed-off-by: Johannes Berg --- Reading git-diff-tree failed