All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] compile fix for brcm80211 on v3.2.17
@ 2012-05-15 19:04 Clark Williams
  2012-05-15 19:22 ` Steven Rostedt
  2012-05-16  0:56 ` Ben Hutchings
  0 siblings, 2 replies; 3+ messages in thread
From: Clark Williams @ 2012-05-15 19:04 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: LKML, RT, Steven Rostedt

[-- Attachment #1: Type: text/plain, Size: 871 bytes --]

Ben,

Found this while building v3.2.17-rt28:

diff --git a/drivers/net/wireless/brcm80211/brcmsmac/main.c b/drivers/net/wireless/brcm80211/brcmsmac/main.c
index f98becc..833cbef 100644
--- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
+++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
@@ -7879,7 +7879,7 @@ brcms_c_recvctl(struct brcms_c_info *wlc, struct d11rxhdr *rxh,
        if (wlc->hw->suspended_fifos) {
                hdr = (struct ieee80211_hdr *)p->data;
                if (ieee80211_is_beacon(hdr->frame_control))
-                       brcms_b_mute(wlc->hw, false);
+                       brcms_b_mute(wlc->hw, false, 0);
        }
 
        memcpy(IEEE80211_SKB_RXCB(p), &rx_status, sizeof(rx_status));

Not sure if that's completely correct but I found another call site for
brcms_b_mute() that also passed 0 flags. 

Clark

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-16  0:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-15 19:04 [PATCH] compile fix for brcm80211 on v3.2.17 Clark Williams
2012-05-15 19:22 ` Steven Rostedt
2012-05-16  0:56 ` Ben Hutchings

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.