Merge branch 'linus' into release
[deliverable/linux.git] / drivers / net / wireless / b43 / xmit.c
index 0f53c7e5e01e99d1377993acb772958cb2f6117e..a63d88841df86034cf011f93c85a2acce02e3448 100644 (file)
@@ -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;
 
This page took 0.024979 seconds and 5 git commands to generate.