mac80211: fix error in sizeof() usage
authorCong Ding <dinggnu@gmail.com>
Wed, 6 Feb 2013 16:23:45 +0000 (17:23 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 6 Feb 2013 16:31:55 +0000 (17:31 +0100)
Using 'sizeof' on array given as function argument returns
size of a pointer rather than the size of array.

Cc: stable@vger.kernel.org
Signed-off-by: Cong Ding <dinggnu@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found