On Wed, 2011-03-09 at 11:21 -0500, John W. Linville wrote: > Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> > --- > include/net/cfg80211.h | 4 ++++ > net/wireless/ethtool.c | 33 +++++++++++++++++++++++++++++++++ > 2 files changed, 37 insertions(+), 0 deletions(-) > > diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h > index 1ac5786..25f546f 100644 > --- a/include/net/cfg80211.h > +++ b/include/net/cfg80211.h > @@ -1364,6 +1364,10 @@ struct cfg80211_ops { > > int (*set_antenna)(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant); > int (*get_antenna)(struct wiphy *wiphy, u32 *tx_ant, u32 *rx_ant); > + > + int (*set_ringparam)(struct wiphy *wiphy, u32 tx, u32 rx); > + void (*get_ringparam)(struct wiphy *wiphy, > + u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max); Can you add docs here and in mac80211 please? johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html