From a90865e30b372ffb6225e3118cbf8862830b0d0c Mon Sep 17 00:00:00 2001 From: joellen Date: Wed, 5 Jul 2000 04:57:04 +0000 Subject: [PATCH] Changed the comment header at the top of all the files to reflect the new company name. --- CHANGES | 44 ++++++++++- COPYING | 47 +++++++++++- Configure | 44 ++++++++--- Makefile | 8 +- README | 101 +++++++++++++++++-------- TODO | 46 ++++++++++- doc/Makefile | 17 +++-- doc/codingstd/format.hfile | 12 ++- doc/codingstd/format.srcfile | 12 ++- doc/codingstd/format.srcfile.c | 49 ++++++++---- doc/config.debug | 48 +++++++++++- doc/config.linux-wlan-ng | 46 ++++++++++- doc/prism2/ridlist-mib.html | 2 +- doc/prism2/ridlist-mib.txt | 2 +- doc/prism2/ridlist-rid.html | 2 +- doc/prism2/ridlist-rid.txt | 2 +- etc/Makefile | 17 +++-- etc/pcmcia/Makefile | 18 ++--- etc/pcmcia/wlan-ng | 17 ++--- etc/pcmcia/wlan-ng.opts | 19 ++--- etc/wlan/Makefile | 17 +++-- etc/wlan/shared | 43 +++++++++++ man/Makefile | 17 +++-- src/Makefile | 17 +++-- src/README | 45 ++++++++++- src/am930/Makefile | 30 ++++++-- src/include/wlan/p80211conv.h | 21 ++--- src/include/wlan/p80211hdr.h | 21 ++--- src/include/wlan/p80211ioctl.h | 21 ++--- src/include/wlan/p80211meta.h | 21 ++--- src/include/wlan/p80211metamib.h | 21 ++--- src/include/wlan/p80211metamsg.h | 21 ++--- src/include/wlan/p80211mgmt.h | 21 ++--- src/include/wlan/p80211msg.h | 29 +++---- src/include/wlan/p80211netdev.h | 21 ++--- src/include/wlan/p80211req.h | 24 +++--- src/include/wlan/p80211types.h | 21 ++--- src/include/wlan/version.h | 45 +++++++++++ src/include/wlan/wlan_compat.h | 21 ++--- src/mkmeta/Makefile | 20 ++--- src/mkmeta/mkmetadef.c | 23 +++--- src/mkmeta/mkmetadefhead.txt | 23 +++--- src/mkmeta/mkmetastruct.c | 28 ++++--- src/mkmeta/mkmetastructhead.txt | 24 +++--- src/nwepgen/Makefile | 32 +++++--- src/nwepgen/nwepgen.c | 21 ++--- src/p80211/Makefile | 30 ++++++-- src/p80211/p80211conv.c | 21 ++--- src/p80211/p80211frm.c | 21 ++--- src/p80211/p80211mod.c | 21 ++--- src/p80211/p80211netdev.c | 21 ++--- src/p80211/p80211req.c | 21 ++--- src/prism2/Makefile | 30 ++++++-- src/prism2/download/Makefile | 34 ++++++--- src/prism2/download/prism2dl.c | 23 +++--- src/prism2/driver/Makefile | 32 +++++--- src/prism2/driver/hfa384x.c | 21 ++--- src/prism2/driver/prism2mgmt.c | 21 ++--- src/prism2/driver/prism2mib.c | 21 ++--- src/prism2/driver/prism2sta.c | 21 ++--- src/prism2/include/prism2/hfa384x.h | 21 ++--- src/prism2/include/prism2/prism2mgmt.h | 21 ++--- src/prism2/ridlist/Makefile | 33 +++++--- src/prism2/ridlist/mkmiblist.c | 27 ++++--- src/prism2/ridlist/mkridlist.c | 28 +++---- src/shared/Makefile | 30 ++++++-- src/shared/p80211meta.c | 23 +++--- src/shared/p80211metamib.c | 21 ++--- src/shared/p80211metamsg.c | 21 ++--- src/shared/p80211types.c | 24 +++--- src/skeleton/Makefile | 30 ++++++-- src/skeleton/skeleton.c | 21 ++--- src/wlanctl/Makefile | 33 +++++--- src/wlanctl/help.c | 23 +++--- src/wlanctl/wlanctl.c | 23 +++--- src/wlanctl/wlanctl.h | 23 +++--- src/wland/Makefile | 33 +++++--- src/wland/wland.c | 23 +++--- 78 files changed, 1323 insertions(+), 674 deletions(-) diff --git a/CHANGES b/CHANGES index c202175..a5f1575 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,46 @@ - +* CHANGES +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- 0.1.6 - Fixed usage of pcmcia scheme file so we're not stomping on the user's scheme setting. diff --git a/COPYING b/COPYING index f4b3654..66801bd 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,47 @@ +* COPYING +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- + Unless otherwise indicated, this code is distributed under version 1.1 of the Mozilla Public License ("MPL"), included in the LICENSE file. @@ -8,7 +52,6 @@ GPL, the terms and conditions of the MPL will apply in addition to those of the GPL with the exception of any terms or conditions of the MPL that conflict with, or are expressly prohibited by, the GPL. - -- Mark S. Mathews - mark@absoval.com + -- AbsoluteValue Systems, Inc. Note: This file is derived from a copyrighted work of David Hinds. diff --git a/Configure b/Configure index 130e197..742a94f 100755 --- a/Configure +++ b/Configure @@ -1,10 +1,28 @@ #!/bin/sh # -# linux-wlan-ng/Configure +# Configure # -# Adapted from the pcmcia-cs/Configure file, license statement below: +# linux-wlan Open Sourc Project # -# Configure 1.110 1999/06/24 17:37:36 +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +# ------------------------------------------------------------------------- +# +# Inquiries regarding the linux-wlan Open Source Project can be +# made directly to: +* +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com +# +# ------------------------------------------------------------------------- +# TODO: Since we're dependent on configured pcmcia source, we should change +# this such that it will ask for the pcmcia source dir and then read +# all our stuff from pcmcia/config.mk. Would simplify alot of things. +# ------------------------------------------------------------------------- +# +# This script adapted from the pcmcia-cs/Configure file, license statement below: +# +# pcmcia-cs/Configure 1.110 1999/06/24 17:37:36 # # The contents of this file are subject to the Mozilla Public License # Version 1.0 (the "License"); you may not use this file except in @@ -16,15 +34,10 @@ # the License for the specific language governing rights and # limitations under the License. # -# The initial developer of the original code is David A. Hinds +# The initial developer of the Configure code is David A. Hinds # . Portions created by David A. Hinds # are Copyright (C) 1998 David A. Hinds. All Rights Reserved. #------------------------------------------------------------------------- -# -# TODO: Since we're dependent on configured pcmcia source, we should change -# this such that it will ask for the pcmcia source dir and then read -# all our stuff from pcmcia/config.mk. Would simplify alot of things. -# ECHO="/bin/echo -e " fail () @@ -310,7 +323,17 @@ dump_str 'HOST_OBJCOPY=$(HOST_COMPILE)objcopy' dump_str 'HOST_OBJDUMP=$(HOST_COMPILE)objdump' dump_str 'HOST_MAKE=make' -ask_str "Prefix for cross compiler? (change if cross-compiling)" CROSS_COMPILE +if [ "$CROSS_COMPILE_ENABLED" != "n" -a "$CROSS_COMPILE_ENABLED" != "y" ] ; then + CROSS_COMPILE_ENABLED=n +fi + +ask_bool "Compiling with a cross compiler?" CROSS_COMPILE_ENABLED + +if [ "$CROSS_COMPILE_ENABLED" = "y" ] ; then + ask_str "Prefix for cross compiler? (change if cross-compiling)" CROSS_COMPILE +else + CROSS_COMPILE="" +fi dump_str 'CROSS_AS=$(CROSS_COMPILE)as' dump_str 'CROSS_LD=$(CROSS_COMPILE)ld' @@ -323,7 +346,6 @@ dump_str 'CROSS_OBJCOPY=$(CROSS_COMPILE)objcopy' dump_str 'CROSS_OBJDUMP=$(CROSS_COMPILE)objdump' dump_str 'CROSS_MAKE=make' - #======================================================================= # Should we build for debugging? diff --git a/Makefile b/Makefile index 5a88357..0ee000b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -# linux-wlan Makefile +# Makefile # -# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # # linux-wlan @@ -32,11 +32,9 @@ # made directly to: # # AbsoluteValue Systems Inc. -# P.O. Box 941149 -# Maitland, FL, 32794-1149 -# # info@linux-wlan.com # http://www.linux-wlan.com +# # -------------------------------------------------------------------- # # Portions of the development of this software were funded by diff --git a/README b/README index 95d1281..5c88327 100644 --- a/README +++ b/README @@ -1,9 +1,49 @@ -./README - -Copyright (C) 1999 AbsoluteValue Software, Inc. +* README +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- Description: -The linux-wlan-ng package is a linux device driver and subsystem +The linux-wlan package is a linux device driver and subsystem package that is designed to provide the full range of IEEE 802.11 MAC management capabilities for use in user-mode utilities and scripts. The package currently supports the Intersil Prism2 11Mb/s reference design @@ -48,47 +88,47 @@ the kernel and pcmcia-cs you currently have running. Build Instructions: -1) untar the package using the command: +1) untar the package using the command: - tar zxvf linux-wlan-ng-X.Y.Z.tar.gz + tar zxvf linux-wlan-ng-X.Y.Z.tar.gz -2) Make sure you have configured kernel and pcmcia sources on your system. +2) Make sure you have configured kernel and pcmcia sources on your system. -3) To clean up any unwanted files accidentally included in the tar package, - run 'make clean'. If make clean behaves badly (infinite loop, for - example), you may have a date/time mismatch. Run the command: +3) To clean up any unwanted files accidentally included in the tar package, + run 'make clean'. If make clean behaves badly (infinite loop, for + example), you may have a date/time mismatch. Run the command: - find . -type f -exec touch {} \; + find . -type f -exec touch {} \; - to fix the date&time stamps, then run 'make clean' again. + to fix the date&time stamps, then run 'make clean' again. -4) To configure the linux-wlan-ng package, run 'make config' and respond - to the questions. The defaults should be sufficient for most - users. 'make config' must be run after a 'make clean' and - before 'make all'. +4) To configure the linux-wlan-ng package, run 'make config' and respond + to the questions. The defaults should be sufficient for most + users. 'make config' must be run after a 'make clean' and + before 'make all'. -5) To build the package, run 'make all' +5) To build the package, run 'make all' -6) To install the package, run 'make install' (as root). +6) To install the package, run 'make install' (as root). -7) Edit the /etc/pcmcia/wlan-ng.opts file to configure. These options are - set every time you insert a card. If you want to change an option - after the initial configuration, a) pop your card out, b) alter the - file, c) insert your card. For more information see the file(s) - linux-wlan-ng*/doc/config.* +7) Edit the /etc/pcmcia/wlan-ng.opts file to configure. These options are + set every time you insert a card. If you want to change an option + after the initial configuration, a) pop your card out, b) alter the + file, c) insert your card. For more information see the file(s) + linux-wlan-ng*/doc/config.* -8) Edit your network.opts file to set up your IP settings. Note: for a - station, the SSID you're connecting to will be appended to the - current pcmcia scheme name. You can use this to have different - IP setups for different wireless LANs you connect to (e.g. home vs. work). +8) Edit your network.opts file to set up your IP settings. Note: for a + station, the SSID you're connecting to will be appended to the + current pcmcia scheme name. You can use this to have different + IP setups for different wireless LANs you connect to (e.g. home vs. work). -9) Restart pcmcia-cs with the command: +9) Restart pcmcia-cs with the command: /etc/rc.d/init.d/pcmcia restart 10) Insert the card. For most cards, a solid LED indicates that the - SSID you specified was found, a bss was joined, and the firmware - completed the authenticate and associate processes. + SSID you specified was found, a bss was joined, and the firmware + completed the authenticate and associate processes. 11) Run ifconfig and route to determine if your IP and route settings are listed as you wanted them. It's also a good idea to look at the file @@ -99,4 +139,3 @@ Build Instructions: compiled into your kernel. You will also need the brcfg utility. A version of this utility can be found on the AVS ftp site. ftp://ftp.absoval.com/pub/brcfg - diff --git a/TODO b/TODO index 6094d94..ebe3a65 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,46 @@ -./TODO - -Copyright (C) 1999 AbsoluteValue Software, Inc. +* TODO +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- Linux WLAN NG TODO Wed Feb 23 15:06:05 EST 2000 diff --git a/doc/Makefile b/doc/Makefile index 6587c3c..5326d47 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,7 +1,9 @@ # doc/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # diff --git a/doc/codingstd/format.hfile b/doc/codingstd/format.hfile index 01e4bd8..71d4a5f 100644 --- a/doc/codingstd/format.hfile +++ b/doc/codingstd/format.hfile @@ -16,10 +16,14 @@ * rights and limitations under the License. ] * * [Author contact, eg. -* The initial developer of the original code is Mark S. Mathews -* < mark@absoval.com >. Portions created by Mark S. Mathews -* are Copyright (C) 1998 AbsoluteValue Software, Inc. All -* Rights Reserved. ] +* Copyright (C) 1998 AbsoluteValue Software, Inc. All Rights Reserved. +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com ] * * [Change History] * diff --git a/doc/codingstd/format.srcfile b/doc/codingstd/format.srcfile index 69a7b7c..3c4b4c1 100644 --- a/doc/codingstd/format.srcfile +++ b/doc/codingstd/format.srcfile @@ -18,10 +18,14 @@ * rights and limitations under the License. ] * * [Author contact, eg. -* The initial developer of the original code is Mark S. Mathews -* < mark@absoval.com >. Portions created by Mark S. Mathews -* are Copyright (C) 1998 AbsoluteValue Software, Inc. All -* Rights Reserved. ] +* Copyright (C) 1998 AbsoluteValue Software, Inc. All Rights Reserved. +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com ] * * [Change History] * diff --git a/doc/codingstd/format.srcfile.c b/doc/codingstd/format.srcfile.c index 81da101..fdbb997 100644 --- a/doc/codingstd/format.srcfile.c +++ b/doc/codingstd/format.srcfile.c @@ -1,27 +1,44 @@ /* [filename]: [one line description of the file] +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * -* The contents of this file are subject to the Mozilla Public -* License Version 1.0 (the "License"); you may not use this file -* except in compliance with the License. You may obtain a copy of -* the License at http://www.mozilla.org/MPL/ +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ * -* Software distributed under the License is distributed on an "AS -* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -* implied. See the License for the specific language governing -* rights and limitations under the License. +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews -* are Copyright (C) 1998 AbsoluteValue Software, Inc. All Rights Reserved. -* * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- * diff --git a/doc/config.debug b/doc/config.debug index c55209a..21e0dc0 100644 --- a/doc/config.debug +++ b/doc/config.debug @@ -1,8 +1,48 @@ -doc/config.debug +* doc/config.debug +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- -Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved. - -The kernel components of linux-wlan-ng currently have debugging code +The kernel components of linux-wlan currently have debugging code that can be enabled via a "make config" option. If debug output has been compiled into a driver, enable it by setting the value of the module parameter xxx_debug diff --git a/doc/config.linux-wlan-ng b/doc/config.linux-wlan-ng index f36b19b..86c5805 100644 --- a/doc/config.linux-wlan-ng +++ b/doc/config.linux-wlan-ng @@ -1,6 +1,46 @@ -doc/config.linux-wlan-ng - -Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved. +* doc/config.linux-wlan-ng +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- 1. Summary diff --git a/doc/prism2/ridlist-mib.html b/doc/prism2/ridlist-mib.html index 9374873..63cac2f 100644 --- a/doc/prism2/ridlist-mib.html +++ b/doc/prism2/ridlist-mib.html @@ -4,7 +4,7 @@

-doc/prism2/ridlist-mib.html
Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved.
+doc/prism2/ridlist-mib.html
Copyright (C) 2000 AbsoluteValue Systems, Inc. All Rights Reserved.


API - The document source for this RID is the API Enhancements Document diff --git a/doc/prism2/ridlist-mib.txt b/doc/prism2/ridlist-mib.txt index 14f5ff7..eeac25b 100644 --- a/doc/prism2/ridlist-mib.txt +++ b/doc/prism2/ridlist-mib.txt @@ -1,5 +1,5 @@ doc/prism2/ridlist-mib.txt - Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved. + Copyright (C) 2000 AbsoluteValue Systems, Inc. All Rights Reserved. diff --git a/doc/prism2/ridlist-rid.html b/doc/prism2/ridlist-rid.html index 6bec057..b6ebacb 100644 --- a/doc/prism2/ridlist-rid.html +++ b/doc/prism2/ridlist-rid.html @@ -4,7 +4,7 @@

-doc/prism2/ridlist-rid.html
Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved.
+doc/prism2/ridlist-rid.html
Copyright (C) 2000 AbsoluteValue Systems, Inc. All Rights Reserved.


API - The document source for this RID is the API Enhancements Document diff --git a/doc/prism2/ridlist-rid.txt b/doc/prism2/ridlist-rid.txt index bc763de..02f3063 100644 --- a/doc/prism2/ridlist-rid.txt +++ b/doc/prism2/ridlist-rid.txt @@ -1,5 +1,5 @@ doc/prism2/ridlist-rid.txt - Copyright (C) 2000 AbsoluteValue Software, Inc. All Rights Reserved. + Copyright (C) 2000 AbsoluteValue Systems, Inc. All Rights Reserved. diff --git a/etc/Makefile b/etc/Makefile index 94919ca..7b66f4f 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,9 @@ # etc/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # diff --git a/etc/pcmcia/Makefile b/etc/pcmcia/Makefile index 9f11571..e39d51c 100644 --- a/etc/pcmcia/Makefile +++ b/etc/pcmcia/Makefile @@ -1,7 +1,9 @@ # etc/pcmcia/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -41,7 +42,6 @@ # # -------------------------------------------------------------------- - include ../../config.mk all: diff --git a/etc/pcmcia/wlan-ng b/etc/pcmcia/wlan-ng index 8bc2f68..e717468 100755 --- a/etc/pcmcia/wlan-ng +++ b/etc/pcmcia/wlan-ng @@ -2,9 +2,10 @@ # # etc/pcmcia/wlan-ng # +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -16,10 +17,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -33,9 +30,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -44,7 +44,6 @@ # # -------------------------------------------------------------------- - . ./shared . /etc/wlan/shared diff --git a/etc/pcmcia/wlan-ng.opts b/etc/pcmcia/wlan-ng.opts index aa37ed6..ec641e4 100755 --- a/etc/pcmcia/wlan-ng.opts +++ b/etc/pcmcia/wlan-ng.opts @@ -3,9 +3,10 @@ # # etc/pcmcia/wlan-ng.opts # +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -17,10 +18,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -34,9 +31,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -44,9 +44,10 @@ # Intersil Corporation as part of PRISM(R) chipset product development. # # -------------------------------------------------------------------- +# # The address format is "scheme,socket,instance,hwaddr". # -# +# -------------------------------------------------------------------- case "$ADDRESS" in *,*,*,*) diff --git a/etc/wlan/Makefile b/etc/wlan/Makefile index 48bf078..6a161ed 100644 --- a/etc/wlan/Makefile +++ b/etc/wlan/Makefile @@ -1,7 +1,9 @@ # etc/wlan/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # diff --git a/etc/wlan/shared b/etc/wlan/shared index a5e8e6f..c77cb43 100644 --- a/etc/wlan/shared +++ b/etc/wlan/shared @@ -1,3 +1,46 @@ +# etc/wlan/shared +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +# -------------------------------------------------------------------- +# +# linux-wlan +# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# Alternatively, the contents of this file may be used under the +# terms of the GNU Public License version 2 (the "GPL"), in which +# case the provisions of the GPL are applicable instead of the +# above. If you wish to allow the use of your version of this file +# only under the terms of the GPL and not to allow others to use +# your version of this file under the MPL, indicate your decision +# by deleting the provisions above and replace them with the notice +# and other provisions required by the GPL. If you do not delete +# the provisions above, a recipient may use your version of this +# file under either the MPL or the GPL. +# +# -------------------------------------------------------------------- +# +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com +# +# -------------------------------------------------------------------- +# +# Portions of the development of this software were funded by +# Intersil Corporation as part of PRISM(R) chipset product development. +# +# -------------------------------------------------------------------- wlan_set_ssid_schemefile () { diff --git a/man/Makefile b/man/Makefile index a1b2b5c..acc5821 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,7 +1,9 @@ # man/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # diff --git a/src/Makefile b/src/Makefile index 5b0b398..49d9127 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,9 @@ # src/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # diff --git a/src/README b/src/README index e8914bd..57110df 100644 --- a/src/README +++ b/src/README @@ -1,5 +1,48 @@ +* src/README +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- -./src - root for linux-wlan-ng source code directories +./src - root for linux-wlan source code directories src/am930 - source for the AMD MAC specific driver diff --git a/src/am930/Makefile b/src/am930/Makefile index af33f9f..0669d94 100644 --- a/src/am930/Makefile +++ b/src/am930/Makefile @@ -1,7 +1,9 @@ # src/am930/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif all: @echo "Nothing to do..." diff --git a/src/include/wlan/p80211conv.h b/src/include/wlan/p80211conv.h index 2b71caa..61870b9 100644 --- a/src/include/wlan/p80211conv.h +++ b/src/include/wlan/p80211conv.h @@ -1,7 +1,11 @@ -/* p80211conv.h: Ether/802.11 conversions and packet buffer routines +/* src/include/wlan/p80211conv.h +* +* Ether/802.11 conversions and packet buffer routines +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211hdr.h b/src/include/wlan/p80211hdr.h index f8ec828..647c5cc 100644 --- a/src/include/wlan/p80211hdr.h +++ b/src/include/wlan/p80211hdr.h @@ -1,7 +1,11 @@ -/* p80211hdr.h: Macros, types, and functions for handling 802.11 MAC headers +/* src/include/wlan/p80211hdr.h +* +* Macros, types, and functions for handling 802.11 MAC headers +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211ioctl.h b/src/include/wlan/p80211ioctl.h index dd5aa76..1e05c00 100644 --- a/src/include/wlan/p80211ioctl.h +++ b/src/include/wlan/p80211ioctl.h @@ -1,7 +1,11 @@ -/* p80211ioctl.h: Declares constants and types for the p80211 ioctls +/* src/include/wlan/p80211ioctl.h +* +* Declares constants and types for the p80211 ioctls +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211meta.h b/src/include/wlan/p80211meta.h index 2bfa817..731ab6e 100644 --- a/src/include/wlan/p80211meta.h +++ b/src/include/wlan/p80211meta.h @@ -1,7 +1,11 @@ -/* p80211meta.h: Macros, constants, types, and funcs for p80211 metadata +/* src/include/wlan/p80211meta.h +* +* Macros, constants, types, and funcs for p80211 metadata +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211metamib.h b/src/include/wlan/p80211metamib.h index 4d8a0ed..6fdac7f 100644 --- a/src/include/wlan/p80211metamib.h +++ b/src/include/wlan/p80211metamib.h @@ -1,7 +1,11 @@ -/* p80211metamib.h: Macros, const, types, and funcs for p80211 mib metadata +/* src/include/wlan/p80211metamib.h +* +* Macros, const, types, and funcs for p80211 mib metadata +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211metamsg.h b/src/include/wlan/p80211metamsg.h index aad0dab..c023eff 100644 --- a/src/include/wlan/p80211metamsg.h +++ b/src/include/wlan/p80211metamsg.h @@ -1,7 +1,11 @@ -/* p80211metamsg.h: Macros, const, types, and funcs for p80211 msg metadata +/* src/include/wlan/p80211metamsg.h +* +* Macros, const, types, and funcs for p80211 msg metadata +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211mgmt.h b/src/include/wlan/p80211mgmt.h index 64bc61c..e22ac42 100644 --- a/src/include/wlan/p80211mgmt.h +++ b/src/include/wlan/p80211mgmt.h @@ -1,7 +1,11 @@ -/* p80211mgmt.h: Macros, types, and functions to handle 802.11 mgmt frames +/* src/include/wlan/p80211mgmt.h +* +* Macros, types, and functions to handle 802.11 mgmt frames +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211msg.h b/src/include/wlan/p80211msg.h index e3d9268..9d2387c 100644 --- a/src/include/wlan/p80211msg.h +++ b/src/include/wlan/p80211msg.h @@ -1,7 +1,11 @@ -/* p80211msg.h: Macros, constants, types, and funcs for req and ind messages +/* src/include/wlan/p80211msg.h +* +* Macros, constants, types, and funcs for req and ind messages +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,14 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The initial authors may be reached at info@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 -* -* -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ #ifndef _P80211MSG_H diff --git a/src/include/wlan/p80211netdev.h b/src/include/wlan/p80211netdev.h index 42d272e..649bb8f 100644 --- a/src/include/wlan/p80211netdev.h +++ b/src/include/wlan/p80211netdev.h @@ -1,7 +1,11 @@ -/* p80211netdev.h: WLAN net device structure and functions +/* src/include/wlan/p80211netdev.h +* +* WLAN net device structure and functions +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/p80211req.h b/src/include/wlan/p80211req.h index 977bc37..ba9cbca 100644 --- a/src/include/wlan/p80211req.h +++ b/src/include/wlan/p80211req.h @@ -1,7 +1,11 @@ -/* p80211req.h: Request handling functions +/* src/include/wlan/p80211req.h +* +* Request handling functions +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,9 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -* -------------------------------------------------------------------- */ #ifndef _LINUX_P80211REQ_H diff --git a/src/include/wlan/p80211types.h b/src/include/wlan/p80211types.h index 190c629..7fc8c21 100644 --- a/src/include/wlan/p80211types.h +++ b/src/include/wlan/p80211types.h @@ -1,7 +1,11 @@ -/* p80211types.h: Macros, constants, types, and funcs for p80211 data types +/* src/include/wlan/p80211types.h +* +* Macros, constants, types, and funcs for p80211 data types +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/include/wlan/version.h b/src/include/wlan/version.h index c7146eb..b26f183 100644 --- a/src/include/wlan/version.h +++ b/src/include/wlan/version.h @@ -1,3 +1,48 @@ +/* src/include/wlan/version.h +* +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan +* +* The contents of this file are subject to the Mozilla Public +* License Version 1.1 (the "License"); you may not use this file +* except in compliance with the License. You may obtain a copy of +* the License at http://www.mozilla.org/MPL/ +* +* Software distributed under the License is distributed on an "AS +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +* implied. See the License for the specific language governing +* rights and limitations under the License. +* +* Alternatively, the contents of this file may be used under the +* terms of the GNU Public License version 2 (the "GPL"), in which +* case the provisions of the GPL are applicable instead of the +* above. If you wish to allow the use of your version of this file +* only under the terms of the GPL and not to allow others to use +* your version of this file under the MPL, indicate your decision +* by deleting the provisions above and replace them with the notice +* and other provisions required by the GPL. If you do not delete +* the provisions above, a recipient may use your version of this +* file under either the MPL or the GPL. +* +* -------------------------------------------------------------------- +* +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com +* +* -------------------------------------------------------------------- +* +* Portions of the development of this software were funded by +* Intersil Corporation as part of PRISM(R) chipset product development. +* +* -------------------------------------------------------------------- +*/ #define WLAN_RELEASE "0.1.7" #define WLAN_RELEASE_CODE 0x000107 diff --git a/src/include/wlan/wlan_compat.h b/src/include/wlan/wlan_compat.h index 329ef98..b74e976 100644 --- a/src/include/wlan/wlan_compat.h +++ b/src/include/wlan/wlan_compat.h @@ -1,7 +1,11 @@ -/* wlan_compat.h: Types and macros to aid in portability +/* src/include/wlan/wlan_compat.h +* +* Types and macros to aid in portability +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/mkmeta/Makefile b/src/mkmeta/Makefile index 2335351..bc643bf 100644 --- a/src/mkmeta/Makefile +++ b/src/mkmeta/Makefile @@ -1,7 +1,9 @@ -# mkmeta/Makefile +# src/mkmeta/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Jo-Ellen F. Mathews -# . Portions created by Jo-Ellen F. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as joellen@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -41,7 +42,6 @@ # # -------------------------------------------------------------------- - include ../../config.mk AS =$(HOST_AS) diff --git a/src/mkmeta/mkmetadef.c b/src/mkmeta/mkmetadef.c index 1370109..14ad3ce 100644 --- a/src/mkmeta/mkmetadef.c +++ b/src/mkmeta/mkmetadef.c @@ -1,7 +1,11 @@ -/* mkmetadef.c - generates #defines for all msg and mib DIDs +/* src/mkmeta/mkmetadef.c +* +* Generates #defines for all msg and mib DIDs +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -44,7 +47,7 @@ * The purpose of this program is to generate a header file containing * all the defines for all message and mib metadata category names, * group names and data item names. ---------------------------------------------------------------------*/ +*/ #include #include diff --git a/src/mkmeta/mkmetadefhead.txt b/src/mkmeta/mkmetadefhead.txt index 67e19f4..1bda6e8 100644 --- a/src/mkmeta/mkmetadefhead.txt +++ b/src/mkmeta/mkmetadefhead.txt @@ -1,7 +1,10 @@ /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. * -------------------------------------------------------------------- * -* Linux WLAN +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +16,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +29,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,11 +42,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The #define's in this file are generated by the program "mkmetadef". -* The comments and the #ifdef wrapper are generated inside the Makefile. -* -* -------------------------------------------------------------------- */ #ifndef _P80211MKMETADEF_H diff --git a/src/mkmeta/mkmetastruct.c b/src/mkmeta/mkmetastruct.c index 1683e01..40f24ca 100644 --- a/src/mkmeta/mkmetastruct.c +++ b/src/mkmeta/mkmetastruct.c @@ -1,7 +1,11 @@ -/* mkmetastruct.c - generates the message structures and typedefs +/* src/mkmeta/mkmetastruct.c +* +* Generates the message structures and typedefs +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,12 +43,7 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The purpose of this program is to generate a header file containing -* all the structures and typedefs for all message metadata category -* names, group names and data item names. -* ---------------------------------------------------------------------*/ +*/ #include #include diff --git a/src/mkmeta/mkmetastructhead.txt b/src/mkmeta/mkmetastructhead.txt index 831b489..f1af394 100644 --- a/src/mkmeta/mkmetastructhead.txt +++ b/src/mkmeta/mkmetastructhead.txt @@ -1,7 +1,10 @@ /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. * -------------------------------------------------------------------- * -* Linux WLAN +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. +* -------------------------------------------------------------------- +* +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +16,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +29,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,12 +42,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The structures and typedef's in this file are generated by the -* program "mkmetastruct". The comments and the #ifdef wrapper are -* generated inside the Makefile. -* -* -------------------------------------------------------------------- */ #ifndef _P80211MKMETASTRUCT_H diff --git a/src/nwepgen/Makefile b/src/nwepgen/Makefile index 8287f3b..26a8f6b 100644 --- a/src/nwepgen/Makefile +++ b/src/nwepgen/Makefile @@ -1,7 +1,9 @@ # src/nwepgen/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,19 +28,23 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # -# Portions of the development of this software were funded by +# Portions of the development of this software were funded by # Intersil Corporation as part of PRISM(R) chipset product development. # # -------------------------------------------------------------------- include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -52,7 +54,19 @@ NM =$(CROSS_NM) STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) +MAKE =makep +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) MAKE =make +endif ifndef CFLAGS CFLAGS = -O2 -Wall -Wstrict-prototypes -pipe diff --git a/src/nwepgen/nwepgen.c b/src/nwepgen/nwepgen.c index f4e6f40..4f6f5a2 100644 --- a/src/nwepgen/nwepgen.c +++ b/src/nwepgen/nwepgen.c @@ -1,7 +1,11 @@ -/* prism2mgmt.c: Management request handler functions. +/* src/nwepgen/prism2mgmt.c +* +* Management request handler functions. +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/p80211/Makefile b/src/p80211/Makefile index 628b207..47fed45 100644 --- a/src/p80211/Makefile +++ b/src/p80211/Makefile @@ -1,7 +1,9 @@ # src/p80211/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif # -E outputs preprocessed, just noted here because I forget diff --git a/src/p80211/p80211conv.c b/src/p80211/p80211conv.c index 70d41d8..e4b2c0e 100644 --- a/src/p80211/p80211conv.c +++ b/src/p80211/p80211conv.c @@ -1,7 +1,11 @@ -/* p80211conv.c: Ether/802.11 conversions and packet buffer routines +/* src/p80211/p80211conv.c +* +* Ether/802.11 conversions and packet buffer routines +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/p80211/p80211frm.c b/src/p80211/p80211frm.c index 14a4ef4..555a379 100644 --- a/src/p80211/p80211frm.c +++ b/src/p80211/p80211frm.c @@ -1,7 +1,11 @@ -/* p80211frm.c: ieee 802.11 frame format support functions +/* src/p80211/p80211frm.c +* +* ieee 802.11 frame format support functions +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/p80211/p80211mod.c b/src/p80211/p80211mod.c index 33d2908..544097d 100644 --- a/src/p80211/p80211mod.c +++ b/src/p80211/p80211mod.c @@ -1,7 +1,11 @@ -/* p80211mod.c: Module entry and exit for p80211 +/* src/p80211/p80211mod.c +* +* Module entry and exit for p80211 +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/p80211/p80211netdev.c b/src/p80211/p80211netdev.c index e7da640..0f74c41 100644 --- a/src/p80211/p80211netdev.c +++ b/src/p80211/p80211netdev.c @@ -1,7 +1,11 @@ -/* p80211knetdev.c: Linux Kernel net device interface +/* src/p80211/p80211knetdev.c +* +* Linux Kernel net device interface +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/p80211/p80211req.c b/src/p80211/p80211req.c index 4c4c6b6..ded4f17 100644 --- a/src/p80211/p80211req.c +++ b/src/p80211/p80211req.c @@ -1,7 +1,11 @@ -/* p80211req.c: Request/Indication/MacMgmt interface handling functions +/* src/p80211/p80211req.c +* +* Request/Indication/MacMgmt interface handling functions +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/Makefile b/src/prism2/Makefile index 45f9d59..9a9f3c8 100644 --- a/src/prism2/Makefile +++ b/src/prism2/Makefile @@ -1,7 +1,9 @@ # src/prism2/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif DIRS=driver download ridlist diff --git a/src/prism2/download/Makefile b/src/prism2/download/Makefile index 717da76..21f0dce 100644 --- a/src/prism2/download/Makefile +++ b/src/prism2/download/Makefile @@ -1,7 +1,11 @@ -# Makefile: build script for prism2 download utilities +# src/prism2/download/Makefile +# +# build script for prism2 download utilities +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +46,7 @@ include ../../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +57,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif ifndef CFLAGS CFLAGS = -g -O2 -Wall -Wstrict-prototypes -pipe diff --git a/src/prism2/download/prism2dl.c b/src/prism2/download/prism2dl.c index 3295575..907a892 100644 --- a/src/prism2/download/prism2dl.c +++ b/src/prism2/download/prism2dl.c @@ -1,7 +1,11 @@ -/* prism2dl.c: user utility for downloading prism2 images +/* src/prism2/download/prism2dl.c +* +* user utility for downloading prism2 images +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,8 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ /*================================================================*/ diff --git a/src/prism2/driver/Makefile b/src/prism2/driver/Makefile index 4ad3c46..fdb2703 100644 --- a/src/prism2/driver/Makefile +++ b/src/prism2/driver/Makefile @@ -1,7 +1,9 @@ -# src/prism2/sta_cs/Makefile +# src/prism2/driver/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif # -E outputs preprocessed, just noted here because I forget diff --git a/src/prism2/driver/hfa384x.c b/src/prism2/driver/hfa384x.c index 5bc0a6d..64035ad 100644 --- a/src/prism2/driver/hfa384x.c +++ b/src/prism2/driver/hfa384x.c @@ -1,7 +1,11 @@ -/* hfa384x.c: Implements the functions of the Intersil hfa384x MAC +/* src/prism2/driver/hfa384x.c +* +* Implements the functions of the Intersil hfa384x MAC +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/driver/prism2mgmt.c b/src/prism2/driver/prism2mgmt.c index aeb3f06..f3f3d69 100644 --- a/src/prism2/driver/prism2mgmt.c +++ b/src/prism2/driver/prism2mgmt.c @@ -1,7 +1,11 @@ -/* prism2mgmt.c: Management request handler functions. +/* src/prism2/driver/prism2mgmt.c +* +* Management request handler functions. +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/driver/prism2mib.c b/src/prism2/driver/prism2mib.c index 61f944c..895a8c9 100644 --- a/src/prism2/driver/prism2mib.c +++ b/src/prism2/driver/prism2mib.c @@ -1,7 +1,11 @@ -/* prism2mib.c: Management request for mibset/mibget +/* src/prism2/driver/prism2mib.c +* +* Management request for mibset/mibget +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/driver/prism2sta.c b/src/prism2/driver/prism2sta.c index e631db0..d6268f5 100644 --- a/src/prism2/driver/prism2sta.c +++ b/src/prism2/driver/prism2sta.c @@ -1,7 +1,11 @@ -/* prism2sta.c: Implements the station functionality for prism2 +/* src/prism2/driver/prism2sta.c +* +* Implements the station functionality for prism2 +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/include/prism2/hfa384x.h b/src/prism2/include/prism2/hfa384x.h index d5bc706..e1ca5d1 100644 --- a/src/prism2/include/prism2/hfa384x.h +++ b/src/prism2/include/prism2/hfa384x.h @@ -1,7 +1,11 @@ -/* hfa384x.h: Defines the constants and data structures for the hfa384x +/* src/prism2/include/prism2/hfa384x.h +* +* Defines the constants and data structures for the hfa384x +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/include/prism2/prism2mgmt.h b/src/prism2/include/prism2/prism2mgmt.h index a68db22..7f3913b 100644 --- a/src/prism2/include/prism2/prism2mgmt.h +++ b/src/prism2/include/prism2/prism2mgmt.h @@ -1,7 +1,11 @@ -/* prism2mgmt.h: Declares the mgmt command handler functions +/* src/prism2/include/prism2/prism2mgmt.h +* +* Declares the mgmt command handler functions +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/prism2/ridlist/Makefile b/src/prism2/ridlist/Makefile index 0e477b5..21654c0 100644 --- a/src/prism2/ridlist/Makefile +++ b/src/prism2/ridlist/Makefile @@ -1,7 +1,9 @@ -# ridlist/Makefile +# src/prism2/ridlist/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Jo-Ellen F. Mathews -# . Portions created by Jo-Ellen F. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as joellen@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -41,9 +42,9 @@ # # -------------------------------------------------------------------- - include ../../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -54,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif # Implicit rules to handle the separate obj dirs OBJ_DIR=obj diff --git a/src/prism2/ridlist/mkmiblist.c b/src/prism2/ridlist/mkmiblist.c index 3daa870..3d4d313 100644 --- a/src/prism2/ridlist/mkmiblist.c +++ b/src/prism2/ridlist/mkmiblist.c @@ -1,8 +1,11 @@ -/* mkmiblist.c - generates a variation of the PRISM2 to MibItem Name -* Mapping List +/* src/prism2/ridlist/mkmiblist.c +* +* Generates a variation of the PRISM2 to MibItem Name Mapping List +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -14,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -31,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -41,10 +43,7 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The purpose of this program is to -* ---------------------------------------------------------------------*/ +*/ #include #include diff --git a/src/prism2/ridlist/mkridlist.c b/src/prism2/ridlist/mkridlist.c index 29d8499..05f33e4 100644 --- a/src/prism2/ridlist/mkridlist.c +++ b/src/prism2/ridlist/mkridlist.c @@ -1,8 +1,12 @@ -/* mkridlist.c - generates an HTML and text file version of the -* PRISM2 to MibItem Name Mapping List +/* src/prism2/ridlits/mkridlist.c +* +* Generates an HTML and text file version of the PRISM2 to MibItem +* Name Mapping List +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -14,10 +18,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -31,9 +31,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -41,10 +44,7 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* The purpose of this program is to -* ---------------------------------------------------------------------*/ +*/ #include #include diff --git a/src/shared/Makefile b/src/shared/Makefile index c7b723f..bd6871e 100644 --- a/src/shared/Makefile +++ b/src/shared/Makefile @@ -1,7 +1,9 @@ # src/shared/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif all: @echo "Nothing to do..." diff --git a/src/shared/p80211meta.c b/src/shared/p80211meta.c index 7d887ec..a47d101 100644 --- a/src/shared/p80211meta.c +++ b/src/shared/p80211meta.c @@ -1,7 +1,11 @@ -/* p80211meta.c: Defines the functions for handling mib and msg metadata +/* src/shared/p80211meta.c +* +* Defines the functions for handling mib and msg metadata +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -43,7 +46,7 @@ * This file defines the metadata for both mib and message contents and * argument metadata. * -* -------------------------------------------------------------------- +* -------------------------------------------------------------------- */ diff --git a/src/shared/p80211metamib.c b/src/shared/p80211metamib.c index 821856c..09832b3 100644 --- a/src/shared/p80211metamib.c +++ b/src/shared/p80211metamib.c @@ -1,7 +1,11 @@ -/* p80211metamib.c: Defines the metadata for the MIB items +/* src/shared/p80211metamib.c +* +* Defines the metadata for the MIB items +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/shared/p80211metamsg.c b/src/shared/p80211metamsg.c index c8434c3..eb824bc 100644 --- a/src/shared/p80211metamsg.c +++ b/src/shared/p80211metamsg.c @@ -1,7 +1,11 @@ -/* p80211metamsg.c: Defines the metadata 802.11 message items +/* src/shared/p80211metamsg.c +* +* Defines the metadata 802.11 message items +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/shared/p80211types.c b/src/shared/p80211types.c index f0e17f8..66aa5d5 100644 --- a/src/shared/p80211types.c +++ b/src/shared/p80211types.c @@ -1,7 +1,11 @@ -/* p80211types.c: Defines globally used types in linux-wlan +/* src/shared/p80211types.c +* +* Defines globally used types in linux-wlan +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -76,7 +79,8 @@ * * Additionally, there are functions for converting enumeration values * from text to binary and back. ---------------------------------------------------------------------*/ +* -------------------------------------------------------------------- +*/ /*================================================================*/ /* System Includes */ diff --git a/src/skeleton/Makefile b/src/skeleton/Makefile index f020641..5f488be 100644 --- a/src/skeleton/Makefile +++ b/src/skeleton/Makefile @@ -1,7 +1,9 @@ # src/skeleton/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Mark S. Mathews -# . Portions created by Mark S. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as mark@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -43,6 +44,7 @@ include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -53,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif # -E outputs preprocessed, just noted here because I forget diff --git a/src/skeleton/skeleton.c b/src/skeleton/skeleton.c index b1cde37..b65f40e 100644 --- a/src/skeleton/skeleton.c +++ b/src/skeleton/skeleton.c @@ -1,7 +1,11 @@ -/* skeleton.c: Test/example Mac specific driver +/* src/skeleton/skeleton.c +* +* Test/example Mac specific driver +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Mark S. Mathews -* . Portions created by Mark S. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as mark@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * diff --git a/src/wlanctl/Makefile b/src/wlanctl/Makefile index bf0b36b..ffd9ec0 100644 --- a/src/wlanctl/Makefile +++ b/src/wlanctl/Makefile @@ -1,7 +1,9 @@ # src/wlanctl/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Jo-Ellen F. Mathews -# . Portions created by Jo-Ellen F. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as joellen@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -40,12 +41,10 @@ # Intersil Corporation as part of PRISM(R) chipset product development. # # -------------------------------------------------------------------- -# -# -------------------------------------------------------------------- -# include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -56,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif ifndef CFLAGS CFLAGS = -O2 -Wall -Wstrict-prototypes -pipe diff --git a/src/wlanctl/help.c b/src/wlanctl/help.c index 6cae8fc..b02d641 100644 --- a/src/wlanctl/help.c +++ b/src/wlanctl/help.c @@ -1,7 +1,11 @@ -/* help.c: wlanctl help messages +/* src/wlanctl/help.c +* +* wlanctl help messages +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,8 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ /*================================================================*/ diff --git a/src/wlanctl/wlanctl.c b/src/wlanctl/wlanctl.c index c0ae1e7..1472701 100644 --- a/src/wlanctl/wlanctl.c +++ b/src/wlanctl/wlanctl.c @@ -1,7 +1,11 @@ -/* wlanctl.c: user utility for the wlan card +/* src/wlanctl/wlanctl.c +* +* user utility for the wlan card +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,8 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ /*================================================================*/ diff --git a/src/wlanctl/wlanctl.h b/src/wlanctl/wlanctl.h index 9ac661d..c8f3cb6 100644 --- a/src/wlanctl/wlanctl.h +++ b/src/wlanctl/wlanctl.h @@ -1,7 +1,11 @@ -/* wlanctl.h: Shared declarations for the wlanctl utility +/* src/wlanctl/wlanctl.h +* +* Shared declarations for the wlanctl utility +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,8 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ #ifndef _WLANCTL_H diff --git a/src/wland/Makefile b/src/wland/Makefile index e4c4045..2124b81 100644 --- a/src/wland/Makefile +++ b/src/wland/Makefile @@ -1,7 +1,9 @@ # src/wland/Makefile +# +# Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. # -------------------------------------------------------------------- # -# Linux WLAN +# linux-wlan # # The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file @@ -13,10 +15,6 @@ # implied. See the License for the specific language governing # rights and limitations under the License. # -# The initial developer of the original code is Jo-Ellen F. Mathews -# . Portions created by Jo-Ellen F. Mathews are -# Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -# # Alternatively, the contents of this file may be used under the # terms of the GNU Public License version 2 (the "GPL"), in which # case the provisions of the GPL are applicable instead of the @@ -30,9 +28,12 @@ # # -------------------------------------------------------------------- # -# The initial author may be reached as joellen@absoval.com, or -# C/O AbsoluteValue Software Inc., P.O. Box 941149, -# Maitland, FL, 32794-1149 +# Inquiries regarding the linux-wlan Open Source project can be +# made directly to: +# +# AbsoluteValue Systems Inc. +# info@linux-wlan.com +# http://www.linux-wlan.com # # -------------------------------------------------------------------- # @@ -40,12 +41,10 @@ # Intersil Corporation as part of PRISM(R) chipset product development. # # -------------------------------------------------------------------- -# -# -------------------------------------------------------------------- -# include ../../config.mk +ifeq ($(CROSS_COMPILE_ENABLED), y) AS =$(CROSS_AS) LD =$(CROSS_LD) CC =$(CROSS_CC) @@ -56,6 +55,18 @@ STRIP =$(CROSS_STRIP) OBJCOPY =$(CROSS_OBJCOPY) OBJDUMP =$(CROSS_OBJDUMP) MAKE =make +else +AS =$(HOST_AS) +LD =$(HOST_LD) +CC =$(HOST_CC) +CPP =$(HOST_CPP) +AR =$(HOST_AR) +NM =$(HOST_NM) +STRIP =$(HOST_STRIP) +OBJCOPY =$(HOST_OBJCOPY) +OBJDUMP =$(HOST_OBJDUMP) +MAKE =make +endif ifndef CFLAGS CFLAGS = -O2 -Wall -Wstrict-prototypes -pipe diff --git a/src/wland/wland.c b/src/wland/wland.c index 0771ba1..e3b519a 100644 --- a/src/wland/wland.c +++ b/src/wland/wland.c @@ -1,7 +1,11 @@ -/* wland.c: wireless lan daemon +/* src/wland/wland.c +* +* wireless lan daemon +* +* Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * -------------------------------------------------------------------- * -* Linux WLAN +* linux-wlan * * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file @@ -13,10 +17,6 @@ * implied. See the License for the specific language governing * rights and limitations under the License. * -* The initial developer of the original code is Jo-Ellen F. Mathews -* . Portions created by Jo-Ellen F. Mathews are -* Copyright (C) 1999 AbsoluteValue Software, Inc. All Rights Reserved. -* * Alternatively, the contents of this file may be used under the * terms of the GNU Public License version 2 (the "GPL"), in which * case the provisions of the GPL are applicable instead of the @@ -30,9 +30,12 @@ * * -------------------------------------------------------------------- * -* The initial author may be reached as joellen@absoval.com, or -* C/O AbsoluteValue Software Inc., P.O. Box 941149, -* Maitland, FL, 32794-1149 +* Inquiries regarding the linux-wlan Open Source project can be +* made directly to: +* +* AbsoluteValue Systems Inc. +* info@linux-wlan.com +* http://www.linux-wlan.com * * -------------------------------------------------------------------- * @@ -40,8 +43,6 @@ * Intersil Corporation as part of PRISM(R) chipset product development. * * -------------------------------------------------------------------- -* -* -------------------------------------------------------------------- */ #ifndef __linux__