Browse Source

cfg80211: enable TDLS on P2P client interfaces

There's no reason TDLS should be prevented on P2P client
interfaces, and most of the code already handles it, so
allow adding stations for it.

Reported-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Johannes Berg 12 năm trước cách đây
mục cha
commit
93d08f0b78
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      net/wireless/nl80211.c

+ 1 - 0
net/wireless/nl80211.c

@@ -4051,6 +4051,7 @@ static int nl80211_new_station(struct sk_buff *skb, struct genl_info *info)
 			return -EINVAL;
 			return -EINVAL;
 		break;
 		break;
 	case NL80211_IFTYPE_STATION:
 	case NL80211_IFTYPE_STATION:
+	case NL80211_IFTYPE_P2P_CLIENT:
 		/* ignore uAPSD data */
 		/* ignore uAPSD data */
 		params.sta_modify_mask &= ~STATION_PARAM_APPLY_UAPSD;
 		params.sta_modify_mask &= ~STATION_PARAM_APPLY_UAPSD;