Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mac80211: fix error in sizeof() usage
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>
- Loading branch information