staging: brcm80211: Add buf_size parameter to ampdu_action handler function
authorJavier Martinez Canillas <martinez.javier@gmail.com>
Sun, 27 Feb 2011 20:54:14 +0000 (21:54 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 03:11:26 +0000 (19:11 -0800)
commitc0365f04f65e2055caefbf0971d4f23969af47ee
tree30055dab4f254d538eb56df7cc3bc34e63e94e35
parentf4728c386ce4f57affe6096b8d216bdd899958d6
staging: brcm80211: Add buf_size parameter to ampdu_action handler function

struct ieee80211_ops.ampdu_action function pointer definition now includes a
u8 buf_size parameter.

Update wl_ops_ampdu_action handler function according to this new signature.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c