Commit d59952d532ed8fc93ccb98186f73d9ce5cfcb93d

Authored by Jean Tourrilhes
Committed by John W. Linville
1 parent efe870f9f4

[PATCH] WE : Add missing auth compat-ioctl

Johannes just found that we are missing a compat-ioctl
declaration. The fix is trivial. As previous patches for compat-ioctl,
this should also go to stable.

More info :
	http://marc.info/?l=linux-wireless&m=119029667902588&w=2

Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -3190,6 +3190,8 @@
3190 3190 COMPATIBLE_IOCTL(SIOCGIWRETRY)
3191 3191 COMPATIBLE_IOCTL(SIOCSIWPOWER)
3192 3192 COMPATIBLE_IOCTL(SIOCGIWPOWER)
  3193 +COMPATIBLE_IOCTL(SIOCSIWAUTH)
  3194 +COMPATIBLE_IOCTL(SIOCGIWAUTH)
3193 3195 /* hiddev */
3194 3196 COMPATIBLE_IOCTL(HIDIOCGVERSION)
3195 3197 COMPATIBLE_IOCTL(HIDIOCAPPLICATION)