diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 09bf01ce65f4..0751b35ef6dc 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -741,6 +741,14 @@ enum rt2x00_capability_flags { | |||
741 | }; | 741 | }; |
742 | 742 | ||
743 | /* | 743 | /* |
744 | * Interface combinations | ||
745 | */ | ||
746 | enum { | ||
747 | IF_COMB_AP = 0, | ||
748 | NUM_IF_COMB, | ||
749 | }; | ||
750 | |||
751 | /* | ||
744 | * rt2x00 device structure. | 752 | * rt2x00 device structure. |
745 | */ | 753 | */ |
746 | struct rt2x00_dev { | 754 | struct rt2x00_dev { |
@@ -867,6 +875,12 @@ struct rt2x00_dev { | |||
867 | unsigned int intf_beaconing; | 875 | unsigned int intf_beaconing; |
868 | 876 | ||
869 | /* | 877 | /* |
878 | * Interface combinations | ||
879 | */ | ||
880 | struct ieee80211_iface_limit if_limits_ap; | ||
881 | struct ieee80211_iface_combination if_combinations[NUM_IF_COMB]; | ||
882 | |||
883 | /* | ||
870 | * Link quality | 884 | * Link quality |
871 | */ | 885 | */ |
872 | struct link link; | 886 | struct link link; |