]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge remote-tracking branch 'net-next/master' into mac80211-next
authorJohannes Berg <johannes.berg@intel.com>
Fri, 1 Feb 2019 10:05:27 +0000 (11:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 1 Feb 2019 10:05:35 +0000 (11:05 +0100)
Merge net-next so that we get the changes from net, which would
otherwise conflict with the NLA_POLICY_NESTED/_ARRAY changes.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1  2 
drivers/net/wireless/virt_wifi.c
net/mac80211/cfg.c
net/wireless/nl80211.c
net/wireless/reg.c

Simple merge
Simple merge
index af89e5c9fd0a1190097fe2863d7dd43007142f7c,74150ad958239f631e34662fd1995eba148013ce..ed53f8332ec82fa3ead6e2521c6cf4fa15369a0e
@@@ -555,9 -555,8 +555,9 @@@ const struct nla_policy nl80211_policy[
        },
        [NL80211_ATTR_TIMEOUT] = NLA_POLICY_MIN(NLA_U32, 1),
        [NL80211_ATTR_PEER_MEASUREMENTS] =
-               NLA_POLICY_NESTED(NL80211_PMSR_FTM_REQ_ATTR_MAX,
+               NLA_POLICY_NESTED(NL80211_PMSR_ATTR_MAX,
                                  nl80211_pmsr_attr_policy),
 +      [NL80211_ATTR_AIRTIME_WEIGHT] = NLA_POLICY_MIN(NLA_U16, 1),
  };
  
  /* policy for the key attributes */
Simple merge