summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8821ae/efuse.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: rtl8821ae: remove driverGreg Kroah-Hartman2014-09-301-1283/+0Star
| | | | | | | | There is now a "real" driver in the wireless tree for this hardware device, so remove the staging driver as it is no longer needed. Reported-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: rtl8821ae: Remove space after unary operator in efuse.cFabien Malfoy2014-09-201-8/+8
| | | | | | | Several pointer declaration syntax have been fixed to match the coding style. Signed-off-by: Fabien Malfoy <fabien.malfoy@laposte.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: rtl8821ae: efuse.c: Remove version specific codeSachin Kamat2014-05-271-2/+0Star
| | | | | | | | The code should be for the current kernel version. Remove conditional version based code. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: rtl8821ae: Fix C99 style comments in efuse.cMasanari Iida2014-02-271-9/+9
| | | | | | | Fix C99 style comments in efuse.c. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: rtl8821ae: Fix typo in comment and printk in rtl8821aeMasanari Iida2014-02-271-5/+5
| | | | | | | Fix spelling typo in comment and printk within rtl8821ae. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Staging: rtl8812ae: Add Realtek 8821 PCI WIFI driverGreg Kroah-Hartman2014-01-231-0/+1285
This comes directly from the Realtek tarball, filename: wifi_driver_8821ae_0018.1129.2013.tar.gz I mushed the three modules (btcoexist, rtlwifi and rtl8821ae) together into one, in order to make it all build as one stand-alone module. After the btcoexist driver gets merged upstream, I'll pull it out of here, and will continue to work on removing this version of rtlwifi in order to use the in-kernel one. Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>