Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136193
b: refs/heads/master
c: a3c0b87
h: refs/heads/master
i:
  136191: f749f04
v: v3
  • Loading branch information
Lorenzo Nava authored and John W. Linville committed Mar 28, 2009
1 parent 3ece828 commit 748f5a7
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: a1bfa0eb98e2fedd05a64a4a8943ea8f6f7c5469
refs/heads/master: a3c0b87c4f21911fb7185902dd13f0e3cd7f33f7
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int b43_plcp_get_bitrate_idx_cck(struct b43_plcp_hdr6 *plcp)
}

/* Extract the bitrate index out of an OFDM PLCP header. */
static u8 b43_plcp_get_bitrate_idx_ofdm(struct b43_plcp_hdr6 *plcp, bool aphy)
static int b43_plcp_get_bitrate_idx_ofdm(struct b43_plcp_hdr6 *plcp, bool aphy)
{
int base = aphy ? 0 : 4;

Expand Down

0 comments on commit 748f5a7

Please sign in to comment.