Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: r8712u: Merging Realtek's latest (v2.6.6). Copyright banners.

Only copyright banners have been added to these files. No functional changes.

Signed-off-by: Ali Bahar <ali@internetDog.org>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Ali Bahar and committed by
Greg Kroah-Hartman
cf3e6881 5a18c531

+543 -8
+25
drivers/staging/rtl8712/basic_types.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __BASIC_TYPES_H__ 2 27 #define __BASIC_TYPES_H__ 3 28
+25
drivers/staging/rtl8712/drv_types.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 /*--------------------------------------------------------------------- 2 27 3 28 For type defines and data structure defines
+25
drivers/staging/rtl8712/ieee80211.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __IEEE80211_H 2 27 #define __IEEE80211_H 3 28
+25
drivers/staging/rtl8712/osdep_intf.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __OSDEP_INTF_H_ 2 27 #define __OSDEP_INTF_H_ 3 28
+25
drivers/staging/rtl8712/osdep_service.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __OSDEP_SERVICE_H_ 2 27 #define __OSDEP_SERVICE_H_ 3 28
+25
drivers/staging/rtl8712/rtl8712_cmd.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __RTL8712_CMD_H_ 2 27 #define __RTL8712_CMD_H_ 3 28
+25
drivers/staging/rtl8712/rtl8712_event.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL8712_EVENT_H_ 2 27 #define _RTL8712_EVENT_H_ 3 28
+25
drivers/staging/rtl8712/rtl8712_recv.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL8712_RECV_H_ 2 27 #define _RTL8712_RECV_H_ 3 28
+25
drivers/staging/rtl8712/rtl8712_xmit.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL8712_XMIT_H_ 2 27 #define _RTL8712_XMIT_H_ 3 28
+25
drivers/staging/rtl8712/rtl871x_cmd.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __RTL871X_CMD_H_ 2 27 #define __RTL871X_CMD_H_ 3 28
+25
drivers/staging/rtl8712/rtl871x_debug.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __RTL871X_DEBUG_H__ 2 27 #define __RTL871X_DEBUG_H__ 3 28
+25
drivers/staging/rtl8712/rtl871x_io.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _IO_H_ 2 27 #define _IO_H_ 3 28
+25
drivers/staging/rtl8712/rtl871x_ioctl_rtl.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL871X_IOCTL_RTL_H 2 27 #define _RTL871X_IOCTL_RTL_H 3 28
+25
drivers/staging/rtl8712/rtl871x_led.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __RTL8712_LED_H 2 27 #define __RTL8712_LED_H 3 28
+25
drivers/staging/rtl8712/rtl871x_mlme.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __RTL871X_MLME_H_ 2 27 #define __RTL871X_MLME_H_ 3 28
+18 -8
drivers/staging/rtl8712/rtl871x_mp.c
··· 1 1 /****************************************************************************** 2 - * rtl871x_mp.c 3 2 * 4 - * Description : 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 5 4 * 6 - * Author : 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 7 8 * 8 - * History : 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 9 13 * 10 - * Copyright 2007, Realtek Corp. 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 11 17 * 12 - * The contents of this file is the sole property of Realtek Corp. It can not be 13 - * be used, copied or modified without written permission from Realtek Corp. 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 14 20 * 15 - *******************************************************************************/ 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 16 26 #define _RTL871X_MP_C_ 17 27 18 28 #include "osdep_service.h"
+25
drivers/staging/rtl8712/rtl871x_mp_ioctl.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL871X_MP_IOCTL_H 2 27 #define _RTL871X_MP_IOCTL_H 3 28
+25
drivers/staging/rtl8712/rtl871x_xmit.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _RTL871X_XMIT_H_ 2 27 #define _RTL871X_XMIT_H_ 3 28
+25
drivers/staging/rtl8712/sta_info.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __STA_INFO_H_ 2 27 #define __STA_INFO_H_ 3 28
+25
drivers/staging/rtl8712/wifi.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef _WIFI_H_ 2 27 #define _WIFI_H_ 3 28
+25
drivers/staging/rtl8712/wlan_bssdef.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __WLAN_BSSDEF_H__ 2 27 #define __WLAN_BSSDEF_H__ 3 28
+25
drivers/staging/rtl8712/xmit_osdep.h
··· 1 + /****************************************************************************** 2 + * 3 + * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. 4 + * 5 + * This program is free software; you can redistribute it and/or modify it 6 + * under the terms of version 2 of the GNU General Public License as 7 + * published by the Free Software Foundation. 8 + * 9 + * This program is distributed in the hope that it will be useful, but WITHOUT 10 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 + * more details. 13 + * 14 + * You should have received a copy of the GNU General Public License along with 15 + * this program; if not, write to the Free Software Foundation, Inc., 16 + * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA 17 + * 18 + * Modifications for inclusion into the Linux staging tree are 19 + * Copyright(c) 2010 Larry Finger. All rights reserved. 20 + * 21 + * Contact information: 22 + * WLAN FAE <wlanfae@realtek.com> 23 + * Larry Finger <Larry.Finger@lwfinger.net> 24 + * 25 + ******************************************************************************/ 1 26 #ifndef __XMIT_OSDEP_H_ 2 27 #define __XMIT_OSDEP_H_ 3 28