qcacld: expect correct definition of struct wiphy_vendor_command
When the nl80211 vendor command support was backported to 3.10, it was
backported with a flaw in struct wiphy_vendor_command. Previously
change "qcacld: handle correct definition of struct
wiphy_vendor_command" modified the WLAN driver so that it could
operate with both the flawed definition and the correct definition.
Now that the correct definition has been mainlined, update the driver
to remove the typecasting that was added to allow the driver to work
with the flawed definition.
Change-Id: I338fa75e3a89c0f230d0d60e8296277841ba2f31
CRs-Fixed: 769130
1 file changed