Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79023
b: refs/heads/master
c: d8be11e
h: refs/heads/master
i:
  79021: f23ebd6
  79019: 68c295f
  79015: bbc36a7
  79007: 44773bc
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Jan 28, 2008
1 parent 59910cd commit 06464b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d42ce84a05d7a427df22894de268c1b4473f6004
refs/heads/master: d8be11ee95be9ec9eabfec9f635e0feac972369b
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3904,7 +3904,8 @@ static int b43_wireless_init(struct ssb_device *dev)
}

/* fill hw info */
hw->flags = IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE;
hw->flags = IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE |
IEEE80211_HW_RX_INCLUDES_FCS;
hw->max_signal = 100;
hw->max_rssi = -110;
hw->max_noise = -110;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/b43/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ void b43_rx(struct b43_wldev *dev, struct sk_buff *skb, const void *_rxhdr)
}
wlhdr = (struct ieee80211_hdr *)(skb->data);
fctl = le16_to_cpu(wlhdr->frame_control);
skb_trim(skb, skb->len - FCS_LEN);

if (macstat & B43_RX_MAC_DEC) {
unsigned int keyidx;
Expand Down

0 comments on commit 06464b0

Please sign in to comment.