|
@@ -27,16 +27,13 @@
|
|
*
|
|
*
|
|
*****************************************************************************/
|
|
*****************************************************************************/
|
|
|
|
|
|
-#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
-
|
|
|
|
-#include <linux/firmware.h>
|
|
|
|
-#include <linux/export.h>
|
|
|
|
#include "../wifi.h"
|
|
#include "../wifi.h"
|
|
#include "../pci.h"
|
|
#include "../pci.h"
|
|
#include "../base.h"
|
|
#include "../base.h"
|
|
#include "../rtl8192ce/reg.h"
|
|
#include "../rtl8192ce/reg.h"
|
|
#include "../rtl8192ce/def.h"
|
|
#include "../rtl8192ce/def.h"
|
|
#include "fw_common.h"
|
|
#include "fw_common.h"
|
|
|
|
+#include <linux/export.h>
|
|
|
|
|
|
static void _rtl92c_enable_fw_download(struct ieee80211_hw *hw, bool enable)
|
|
static void _rtl92c_enable_fw_download(struct ieee80211_hw *hw, bool enable)
|
|
{
|
|
{
|