Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66895
b: refs/heads/master
c: 5ecc2a5
h: refs/heads/master
i:
  66893: 8363e3c
  66891: 941176e
  66887: 0db1b6c
  66879: 2566954
v: v3
  • Loading branch information
Michael Buesch authored and David S. Miller committed Oct 10, 2007
1 parent e287074 commit 4d90f81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 478f8d2ba56b40ad1c17e21c1503669b83c96e8e
refs/heads/master: 5ecc2a5d3e3c39535d2cc10dad15853e9e9b072d
9 changes: 8 additions & 1 deletion trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,14 @@ enum ieee80211_erp_change_flags {
*
* @beacon_update: Setup beacon data for IBSS beacons. Unlike access point,
* IBSS uses a fixed beacon frame which is configured using this
* function. This handler is required only for IBSS mode.
* function.
* If the driver returns success (0) from this callback, it owns
* the skb. That means the driver is responsible to kfree_skb() it.
* The control structure is not dynamically allocated. That means the
* driver does not own the pointer and if it needs it somewhere
* outside of the context of this function, it must copy it
* somewhere else.
* This handler is required only for IBSS mode.
*
* @tx_last_beacon: Determine whether the last IBSS beacon was sent by us.
* This is needed only for IBSS mode and the result of this function is
Expand Down

0 comments on commit 4d90f81

Please sign in to comment.