]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
rtl8192e: delete local copy of iee80211 reason codes.
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 27 Apr 2015 05:25:41 +0000 (01:25 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 07:24:15 +0000 (09:24 +0200)
commitacd442db059f63232566f72afb8f34848ff7e208
tree19408c40f82467ac71374560aa12c51153a7c8e3
parent09e0b2ff32538a032936631ad9c110c42fab7f26
rtl8192e: delete local copy of iee80211 reason codes.

This driver has a copy of the standard reason codes from the file
<linux/ieee80211.h> but with slightly different name fields.

Delete the local copy and remap the only two use cases onto the names
used by the global implementation with the same values.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_softmac.c