commit | 70bdb6b275d789ddf05c3a858e6b57715539394b | [log] [tgz] |
---|---|---|
author | David Woo <xinhua_wu@realsil.com.cn> | Wed Aug 12 11:03:44 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 14 09:14:06 2009 -0400 |
tree | 35667ac24fcbc9c6efc3ade446d8571d3c34a1fe | |
parent | 57ef5ddb456649667438e023f67dd3a3ff3fbed8 [diff] |
mac80211: Fix invalid length passed to IE parser for PLINK CONFIRM frames The length of the fixed portion of plink confirm frames is 4 bytes longer than the other plink_action frames. This path corrects an error in the length adjustment done for these type of frames. Signed-off-by: Javier Cardona <javier@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>