@@ -2868,6 +2868,9 @@ enum nl80211_commands {
28682868 * nested item, it contains attributes defined in
28692869 * &enum nl80211_if_combination_attrs.
28702870 *
2871+ * @NL80211_ATTR_VIF_RADIO_MASK: Bitmask of allowed radios (u32).
2872+ * A value of 0 means all radios.
2873+ *
28712874 * @NUM_NL80211_ATTR: total number of nl80211_attrs available
28722875 * @NL80211_ATTR_MAX: highest attribute number currently defined
28732876 * @__NL80211_ATTR_AFTER_LAST: internal use
@@ -3416,6 +3419,8 @@ enum nl80211_attrs {
34163419 NL80211_ATTR_WIPHY_RADIOS ,
34173420 NL80211_ATTR_WIPHY_INTERFACE_COMBINATIONS ,
34183421
3422+ NL80211_ATTR_VIF_RADIO_MASK ,
3423+
34193424 /* add attributes here, update the policy in nl80211.c */
34203425
34213426 __NL80211_ATTR_AFTER_LAST ,
@@ -4698,6 +4703,7 @@ enum nl80211_survey_info {
46984703 * overrides all other flags.
46994704 * @NL80211_MNTR_FLAG_ACTIVE: use the configured MAC address
47004705 * and ACK incoming unicast packets.
4706+ * @NL80211_MNTR_FLAG_SKIP_TX: do not pass local tx packets
47014707 *
47024708 * @__NL80211_MNTR_FLAG_AFTER_LAST: internal use
47034709 * @NL80211_MNTR_FLAG_MAX: highest possible monitor flag
@@ -4710,6 +4716,7 @@ enum nl80211_mntr_flags {
47104716 NL80211_MNTR_FLAG_OTHER_BSS ,
47114717 NL80211_MNTR_FLAG_COOK_FRAMES ,
47124718 NL80211_MNTR_FLAG_ACTIVE ,
4719+ NL80211_MNTR_FLAG_SKIP_TX ,
47134720
47144721 /* keep last */
47154722 __NL80211_MNTR_FLAG_AFTER_LAST ,
@@ -8031,6 +8038,8 @@ enum nl80211_ap_settings_flags {
80318038 * @NL80211_WIPHY_RADIO_ATTR_INTERFACE_COMBINATION: Supported interface
80328039 * combination for this radio. Attribute may be present multiple times
80338040 * and contains attributes defined in &enum nl80211_if_combination_attrs.
8041+ * @NL80211_WIPHY_RADIO_ATTR_ANTENNA_MASK: bitmask (u32) of antennas
8042+ * connected to this radio.
80348043 *
80358044 * @__NL80211_WIPHY_RADIO_ATTR_LAST: Internal
80368045 * @NL80211_WIPHY_RADIO_ATTR_MAX: Highest attribute
@@ -8041,6 +8050,7 @@ enum nl80211_wiphy_radio_attrs {
80418050 NL80211_WIPHY_RADIO_ATTR_INDEX ,
80428051 NL80211_WIPHY_RADIO_ATTR_FREQ_RANGE ,
80438052 NL80211_WIPHY_RADIO_ATTR_INTERFACE_COMBINATION ,
8053+ NL80211_WIPHY_RADIO_ATTR_ANTENNA_MASK ,
80448054
80458055 /* keep last */
80468056 __NL80211_WIPHY_RADIO_ATTR_LAST ,
0 commit comments