]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: brcm80211: changed comment on rx buffer len in wlc_ampdu.c
authorRoland Vossen <rvossen@broadcom.com>
Tue, 15 Mar 2011 14:11:26 +0000 (15:11 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:26:15 +0000 (22:26 -0700)
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 <rvossen@broadcom.com>
Reviewed-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c

index c6cdcd9409568b6360ba073adaa084e3056bb52d..3b2b554c0dbfed1c2675412e91dd0b80e8243b21 100644 (file)
@@ -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 =