compat-wireless: add CONFIG_COMPAT_BT_SOCK_CREATE_NEEDS_KERN
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 17 Nov 2011 23:15:47 +0000 (15:15 -0800)
committerLuis R. Rodriguez <mcgrof@qca.qualcomm.com>
Thu, 17 Nov 2011 23:15:47 +0000 (15:15 -0800)
commit81166ce53e338642c67c45294330306cbcf71b4d
tree51e844e1aff67001c6e55dfbf2e8b30a706c7a9c
parent3b83022da87be41e89fd015e02796c6d38f2e6c0
compat-wireless: add CONFIG_COMPAT_BT_SOCK_CREATE_NEEDS_KERN

An API change in the 2.6.33 timeframe made a number of bluetooth
functions require an extra parameter.  Some kernels (e.g. RHEL6)
backport that API change, and this allow us to accommodate them.

This adds CONFIG_COMPAT_BT_SOCK_CREATE_NEEDS_KERN to config.mk and
modifies an existing patch for the Bluetooth subsystem.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
config.mk
patches/16-bluetooth.patch