Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79027
b: refs/heads/master
c: 5be3bda
h: refs/heads/master
i:
  79025: 31236c1
  79023: 06464b0
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Jan 28, 2008
1 parent b1a84cc commit 529d61a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 125c5cc2c8c1fab6a6a1d8a07f7073b240e6d325
refs/heads/master: 5be3bda8987b12a87863c89b74b136fdb1f072db
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43legacy/b43legacy.h
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ struct b43legacy_wl {
/* List of all wireless devices on this chip */
struct list_head devlist;
u8 nr_devs;

bool radiotap_enabled;
};

/* Pointers to the firmware data and meta information about it. */
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/b43legacy/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,8 @@ static int b43legacy_op_dev_config(struct ieee80211_hw *hw,
b43legacy_short_slot_timing_disable(dev);
}

dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_RADIOTAP);

/* Adjust the desired TX power level. */
if (conf->power_level != 0) {
if (conf->power_level != phy->power_level) {
Expand Down

0 comments on commit 529d61a

Please sign in to comment.