Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102795
b: refs/heads/master
c: 553381c
h: refs/heads/master
i:
  102793: b0e833d
  102791: 878293e
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 3, 2008
1 parent bd1e5ce commit a4e34ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: b83f4e15e65d94f6f56924b0b06a77a7ca2b4d8a
refs/heads/master: 553381c430f0e65e87ed1b5cee841a04c8a47b58
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/b43legacy/dma.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ void b43legacy_dma_get_tx_stats(struct b43legacy_wldev *dev,
}
static inline
int b43legacy_dma_tx(struct b43legacy_wldev *dev,
struct sk_buff *skb,
struct ieee80211_tx_control *ctl)
struct sk_buff *skb)
{
return 0;
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/b43legacy/pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ void b43legacy_pio_free(struct b43legacy_wldev *dev)
}
static inline
int b43legacy_pio_tx(struct b43legacy_wldev *dev,
struct sk_buff *skb,
struct ieee80211_tx_control *ctl)
struct sk_buff *skb)
{
return 0;
}
Expand Down

0 comments on commit a4e34ae

Please sign in to comment.