wlan: Fix kernel panic calling ioctl setTrafficMon.

In this issue ,user data was acessed through wrqu->data.pointer.
But data is only passed by pointer if data size is more than
IFNAMSIZ (16 bytes) for fixed size private ioctl .If data size
is less than IFNAMSIZ then data can be acessed from extra_size.

As a part of fix, made sure that data is acessed through extra_size
parameter.

Change-Id: If4b544d95473e0a877c387e8252bce84ef02feb7
CRs-Fixed: 704425
1 file changed
tree: 6f80645c0dd4e37735d7af6b1cfc2ccde811578d
  1. CORE/
  2. firmware_bin/
  3. riva/
  4. Android.mk
  5. Kbuild
  6. Kconfig
  7. Makefile