diff options
author | Bruno Randolf <br1@einfach.org> | 2010-11-24 14:34:41 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-24 16:19:36 -0500 |
commit | 79b1c460a0b55e55981c25c56597c4d5d2872de3 (patch) | |
tree | aa146ddc5db00e1bad9f61ee4ca5c91fce55debd /include | |
parent | 48124d1a91fb77defc9734b4556350d59671fb2c (diff) | |
download | linux-3.10-79b1c460a0b55e55981c25c56597c4d5d2872de3.tar.gz linux-3.10-79b1c460a0b55e55981c25c56597c4d5d2872de3.tar.bz2 linux-3.10-79b1c460a0b55e55981c25c56597c4d5d2872de3.zip |
cfg80211: Add documentation for antenna ops
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 08e97e5d03f..eaa4affd40c 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -1745,6 +1745,13 @@ enum ieee80211_ampdu_mlme_action { * completion of the channel switch. * * @napi_poll: Poll Rx queue for incoming data frames. + * + * @set_antenna: Set antenna configuration (tx_ant, rx_ant) on the device. + * Parameters are bitmaps of allowed antennas to use for TX/RX. Drivers may + * reject TX/RX mask combinations they cannot support by returning -EINVAL + * (also see nl80211.h @NL80211_ATTR_WIPHY_ANTENNA_TX). + * + * @get_antenna: Get current antenna configuration from device (tx_ant, rx_ant). */ struct ieee80211_ops { int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb); |