Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66340
b: refs/heads/master
c: 0ef6e49
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Oct 10, 2007
1 parent e58a81a commit 2bed419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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: 4dfd1d2f6aeeac67d17d6c22052ae3a86db85c0b
refs/heads/master: 0ef6e49b75d0d64d5deab890c72d19fe86488f73
15 changes: 7 additions & 8 deletions trunk/include/net/mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -463,14 +463,13 @@ struct ieee80211_hw {

/* TODO: frame_type 802.11/802.3, sw_encryption requirements */

/* Some wireless LAN chipsets generate beacons in the hardware/firmware
* and others rely on host generated beacons. This option is used to
* configure the upper layer IEEE 802.11 module to generate beacons.
* The low-level driver can use ieee80211_beacon_get() to fetch the
* next beacon frame. */
#define IEEE80211_HW_HOST_GEN_BEACON (1<<0)

/* The device needs to be supplied with a beacon template only. */
/* hole at 0 */

/*
* The device only needs to be supplied with a beacon template.
* If you need the host to generate each beacon then don't use
* this flag and use ieee80211_beacon_get().
*/
#define IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE (1<<1)

/* Some devices handle decryption internally and do not
Expand Down

0 comments on commit 2bed419

Please sign in to comment.