diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 22:41:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 22:41:23 +0000 |
commit | 2e61af447978cdf6e1b8ba028321799d57dccd20 (patch) | |
tree | d19bcf8fcc7e7046b938fedfc72d39170d551d17 /package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h | |
parent | 099b35adb98a2cf436723dc2ec3671c959034507 (diff) | |
download | master-187ad058-2e61af447978cdf6e1b8ba028321799d57dccd20.tar.gz master-187ad058-2e61af447978cdf6e1b8ba028321799d57dccd20.tar.bz2 master-187ad058-2e61af447978cdf6e1b8ba028321799d57dccd20.zip |
remove old bcm43xx-mac80211... will be replaced by b43
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h')
-rw-r--r-- | package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h b/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h deleted file mode 100644 index 720474e61c..0000000000 --- a/package/bcm43xx-mac80211/src/bcm43xx/bcm43xx_power.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - - Broadcom BCM43xx wireless driver - - Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>, - Stefano Brivio <st3@riseup.net> - Michael Buesch <mb@bu3sch.de> - Danny van Dyk <kugelfang@gentoo.org> - Andreas Jaggi <andreas.jaggi@waterwave.ch> - - Some parts of the code in this file are derived from the ipw2200 - driver Copyright(c) 2003 - 2004 Intel Corporation. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor, - Boston, MA 02110-1301, USA. - -*/ - -#ifndef BCM43xx_POWER_H_ -#define BCM43xx_POWER_H_ - -//TODO kill this file - -struct bcm43xx_wldev; - -void bcm43xx_power_saving_ctl_bits(struct bcm43xx_wldev *dev, - int bit25, int bit26); - -#endif /* BCM43xx_POWER_H_ */ |