Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154229
b: refs/heads/master
c: b81c087
h: refs/heads/master
i:
  154227: 58f5986
v: v3
  • Loading branch information
Frank Leipold authored and David Vrabel committed Jun 1, 2009
1 parent ae9bf7d commit b289749
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 94d72176f69954d7a20e95e97dc101a4b521ce57
refs/heads/master: b81c087f6deb049023e41ce00717202a953f3939
2 changes: 1 addition & 1 deletion trunk/drivers/uwb/wlp/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ int wlp_prepare_tx_frame(struct device *dev, struct wlp *wlp,
int result = -EINVAL;
struct ethhdr *eth_hdr = (void *) skb->data;

if (is_broadcast_ether_addr(eth_hdr->h_dest)) {
if (is_multicast_ether_addr(eth_hdr->h_dest)) {
result = wlp_eda_for_each(&wlp->eda, wlp_wss_send_copy, skb);
if (result < 0) {
if (printk_ratelimit())
Expand Down

0 comments on commit b289749

Please sign in to comment.