From: Jouni Malinen Date: Thu, 14 Feb 2013 19:10:54 +0000 (+0200) Subject: cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_station X-Git-Tag: v3.9-rc1~139^2~31^2^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df881293c6ba9a12868491a717b25cb14ec1fa4a;p=pandora-kernel.git cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_station The information of the peer's capabilities is required for the driver to perform TDLS Peer UAPSD operations. This information of the peer is passed by the supplicant using NL80211_CMD_SET_STATION command. This commit enhances the function nl80211_set_station to pass this information of the peer to the driver in case this command is used with the TDLS peer STA. In addition, make the HT/VHT capability configuration handled more consistently for other STA cases (reject both instead of just HT). Signed-off-by: Jouni Malinen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed