diff options
author | David S. Miller <davem@davemloft.net> | 2010-07-01 20:34:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-01 20:34:14 -0400 |
commit | 05318bc905467237d4aa68a701f6e92a2b332218 (patch) | |
tree | 3b7577383bca50aeb442568aa16cf8f2167b8694 /include/net/cfg80211.h | |
parent | ea812ca1b06113597adcd8e70c0f84a413d97544 (diff) | |
parent | 88c1f4f6dffe66e2fed8e7e3276e091ee850bed0 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
Conflicts:
drivers/net/wireless/libertas/host.h
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 9c45b905aefc..168fe530b214 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -875,19 +875,6 @@ enum wiphy_params_flags { | |||
875 | WIPHY_PARAM_COVERAGE_CLASS = 1 << 4, | 875 | WIPHY_PARAM_COVERAGE_CLASS = 1 << 4, |
876 | }; | 876 | }; |
877 | 877 | ||
878 | /** | ||
879 | * enum tx_power_setting - TX power adjustment | ||
880 | * | ||
881 | * @TX_POWER_AUTOMATIC: the dbm parameter is ignored | ||
882 | * @TX_POWER_LIMITED: limit TX power by the dbm parameter | ||
883 | * @TX_POWER_FIXED: fix TX power to the dbm parameter | ||
884 | */ | ||
885 | enum tx_power_setting { | ||
886 | TX_POWER_AUTOMATIC, | ||
887 | TX_POWER_LIMITED, | ||
888 | TX_POWER_FIXED, | ||
889 | }; | ||
890 | |||
891 | /* | 878 | /* |
892 | * cfg80211_bitrate_mask - masks for bitrate control | 879 | * cfg80211_bitrate_mask - masks for bitrate control |
893 | */ | 880 | */ |
@@ -1149,7 +1136,7 @@ struct cfg80211_ops { | |||
1149 | int (*set_wiphy_params)(struct wiphy *wiphy, u32 changed); | 1136 | int (*set_wiphy_params)(struct wiphy *wiphy, u32 changed); |
1150 | 1137 | ||
1151 | int (*set_tx_power)(struct wiphy *wiphy, | 1138 | int (*set_tx_power)(struct wiphy *wiphy, |
1152 | enum tx_power_setting type, int dbm); | 1139 | enum nl80211_tx_power_setting type, int mbm); |
1153 | int (*get_tx_power)(struct wiphy *wiphy, int *dbm); | 1140 | int (*get_tx_power)(struct wiphy *wiphy, int *dbm); |
1154 | 1141 | ||
1155 | int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev, | 1142 | int (*set_wds_peer)(struct wiphy *wiphy, struct net_device *dev, |