Commit 37987866 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: rtl8723au: Move FillH2CCmd() prototype to rtl8723a_cmd.h where it really belongs

As an added bonus, remove the now obsolete rtw_ioctl_set.h
Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent da23732c
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include <linux/ieee80211.h> #include <linux/ieee80211.h>
#include <wifi.h> #include <wifi.h>
#include <wlan_bssdef.h> #include <wlan_bssdef.h>
#include <rtw_ioctl_set.h>
#include <rtw_sreset.h> #include <rtw_sreset.h>
static struct wlan_network * static struct wlan_network *
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
******************************************************************************/ ******************************************************************************/
#include <drv_types.h> #include <drv_types.h>
#include <rtl8723a_hal.h> #include <rtl8723a_hal.h>
#include <rtw_ioctl_set.h>
#include <usb_ops_linux.h> #include <usb_ops_linux.h>
#define DIS_PS_RX_BCN #define DIS_PS_RX_BCN
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <drv_types.h> #include <drv_types.h>
#include <recv_osdep.h> #include <recv_osdep.h>
#include <mlme_osdep.h> #include <mlme_osdep.h>
#include <rtw_ioctl_set.h>
#include <rtl8723a_hal.h> #include <rtl8723a_hal.h>
#include <usb_ops_linux.h> #include <usb_ops_linux.h>
......
...@@ -155,4 +155,6 @@ void rtl8723a_add_rateatid(struct rtw_adapter *padapter, u32 bitmap, u8 arg, u8 ...@@ -155,4 +155,6 @@ void rtl8723a_add_rateatid(struct rtw_adapter *padapter, u32 bitmap, u8 arg, u8
void CheckFwRsvdPageContent23a(struct rtw_adapter *padapter); void CheckFwRsvdPageContent23a(struct rtw_adapter *padapter);
int FillH2CCmd(struct rtw_adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
#endif #endif
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
******************************************************************************/
#ifndef __RTW_IOCTL_SET_H_
#define __RTW_IOCTL_SET_H_
#include <drv_types.h>
s32 FillH2CCmd(struct rtw_adapter *padapter, u8 ElementID, u32 CmdLen, u8 *pCmdBuffer);
#endif
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <osdep_service.h> #include <osdep_service.h>
#include <drv_types.h> #include <drv_types.h>
#include <rtw_ioctl_set.h>
#include <xmit_osdep.h> #include <xmit_osdep.h>
#include "ioctl_cfg80211.h" #include "ioctl_cfg80211.h"
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include <osdep_service.h> #include <osdep_service.h>
#include <drv_types.h> #include <drv_types.h>
#include <mlme_osdep.h> #include <mlme_osdep.h>
#include <rtw_ioctl_set.h>
static struct rt_pmkid_list backupPMKIDList[NUM_PMKID_CACHE]; static struct rt_pmkid_list backupPMKIDList[NUM_PMKID_CACHE];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment