From: Jouni Malinen Date: Thu, 14 Feb 2013 19:10:13 +0000 (+0200) Subject: cfg80211: Pass station (extended) capability info to kernel X-Git-Tag: v3.9-rc1~139^2~31^2^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d62a98617298c1da288f50e84c5dd67732e79b7;p=pandora-kernel.git cfg80211: Pass station (extended) capability info to kernel The information of the peer's capabilities and extended capabilities are required for the driver to perform TDLS Peer UAPSD operations and off channel operations. This information of the peer is passed from user space using NL80211_CMD_SET_STATION command. This commit enhances the function nl80211_set_station to pass the capability information of the peer to the driver. Similarly, there may be need for capability information for other modes, so allow this to be provided with both add_station and change_station. Signed-off-by: Jouni Malinen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed