diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 08e97e5d03fd..eaa4affd40cd 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1745,6 +1745,13 @@ enum ieee80211_ampdu_mlme_action { | |||
1745 | * completion of the channel switch. | 1745 | * completion of the channel switch. |
1746 | * | 1746 | * |
1747 | * @napi_poll: Poll Rx queue for incoming data frames. | 1747 | * @napi_poll: Poll Rx queue for incoming data frames. |
1748 | * | ||
1749 | * @set_antenna: Set antenna configuration (tx_ant, rx_ant) on the device. | ||
1750 | * Parameters are bitmaps of allowed antennas to use for TX/RX. Drivers may | ||
1751 | * reject TX/RX mask combinations they cannot support by returning -EINVAL | ||
1752 | * (also see nl80211.h @NL80211_ATTR_WIPHY_ANTENNA_TX). | ||
1753 | * | ||
1754 | * @get_antenna: Get current antenna configuration from device (tx_ant, rx_ant). | ||
1748 | */ | 1755 | */ |
1749 | struct ieee80211_ops { | 1756 | struct ieee80211_ops { |
1750 | int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb); | 1757 | int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb); |