Code cleanup. Code in wlc_ampdu.c is waiting for Mac80211 functionality to be 
released.
Added this information to a code comment.

Signed-off-by: Roland Vossen <[email protected]>
Reviewed-by: Arend van Spriel <[email protected]>
---
 drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c 
b/drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
index c6cdcd9..3b2b554 100644
--- a/drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
+++ b/drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
@@ -687,7 +687,10 @@ wlc_sendampdu(struct ampdu_info *ampdu, struct 
wlc_txq_info *qi,
                        WL_NONE("sendampdu: sgi %d, is40 %d, mcs %d\n",
                                sgi, is40, mcs);
 
-                       maxlen = 64 * 1024;     /* XXX Fix me to honor real 
max_rxlen */
+                       /* XXX Fix me to honor real max_rxlen */
+                       /* can fix this as soon as ampdu_action() in mac80211.h
+                        * gets extra u8buf_size par */
+                       maxlen = 64 * 1024;
 
                        if (is40)
                                mimo_ctlchbw =
-- 
1.7.1


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to