From: Johannes Berg Date: Wed, 6 Apr 2011 19:28:56 +0000 (-0700) Subject: iwlagn: use huge command for beacon X-Git-Tag: v3.0-rc1~377^2~256^2^2~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ebd28f23e3ae00af886aff1c00f800dee3b080;p=pandora-kernel.git iwlagn: use huge command for beacon When testing some new P2P code, Angie found that the driver might crash because the beacon command ended up being bigger than a regular command. This is quite obvious -- a normal command is limited to roughly 360 bytes but a beacon may be much larger of course. To fix this, use the huge command buffer. Reported-by: Angie Chinchilla Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed