aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2007-10-02 06:17:56 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:54:21 -0400
commit5ecc2a5d3e3c39535d2cc10dad15853e9e9b072d (patch)
treefd2efdb71863b6a7c0c8106477d7df7a5a8fb2e0 /include/net/mac80211.h
parent478f8d2ba56b40ad1c17e21c1503669b83c96e8e (diff)
[MAC80211]: Update beacon_update callback documentation
Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 9bc03f053af0..5fcc4c104340 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -996,7 +996,14 @@ enum ieee80211_erp_change_flags {
996 * 996 *
997 * @beacon_update: Setup beacon data for IBSS beacons. Unlike access point, 997 * @beacon_update: Setup beacon data for IBSS beacons. Unlike access point,
998 * IBSS uses a fixed beacon frame which is configured using this 998 * IBSS uses a fixed beacon frame which is configured using this
999 * function. This handler is required only for IBSS mode. 999 * function.
1000 * If the driver returns success (0) from this callback, it owns
1001 * the skb. That means the driver is responsible to kfree_skb() it.
1002 * The control structure is not dynamically allocated. That means the
1003 * driver does not own the pointer and if it needs it somewhere
1004 * outside of the context of this function, it must copy it
1005 * somewhere else.
1006 * This handler is required only for IBSS mode.
1000 * 1007 *
1001 * @tx_last_beacon: Determine whether the last IBSS beacon was sent by us. 1008 * @tx_last_beacon: Determine whether the last IBSS beacon was sent by us.
1002 * This is needed only for IBSS mode and the result of this function is 1009 * This is needed only for IBSS mode and the result of this function is