Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361066
b: refs/heads/master
c: 24af717
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg committed Mar 1, 2013
1 parent fa32369 commit e3085cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cbf9d017dbb5e3276de7d527925d42d4c11e732
refs/heads/master: 24af717c35189f7a83c34e637256ccb7295a617b
3 changes: 3 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,9 @@ static void ieee80211_add_vht_ie(struct ieee80211_sub_if_data *sdata,
our_mcs = (le16_to_cpu(vht_cap.vht_mcs.rx_mcs_map) &
mask) >> shift;

if (our_mcs == IEEE80211_VHT_MCS_NOT_SUPPORTED)
continue;

switch (ap_mcs) {
default:
if (our_mcs <= ap_mcs)
Expand Down

0 comments on commit e3085cf

Please sign in to comment.