<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.drivers.madwifi.cvs">
    <title>gmane.linux.drivers.madwifi.cvs</title>
    <link>http://blog.gmane.org/gmane.linux.drivers.madwifi.cvs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3748"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3747"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3746"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3745"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3744"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3743"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3742"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3741"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3739"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3736"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3735"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3734"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3730"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3729"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3748">
    <title>revision 4181 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3748</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4181
Author      : proski (Pavel Roskin)
Date        : 2013-03-06 16:52:20 +0100 (Wed, 06 Mar 2013)

Log Message :
Remove __devinitdata, it's obsolete now

Affected Files:
* madwifi/trunk/ath/if_ath_pci.c                      updated             


Modified: madwifi/trunk/ath/if_ath_pci.c
===================================================================
--- madwifi/trunk/ath/if_ath_pci.c2012-05-01 19:55:40 UTC (rev 4180)
+++ madwifi/trunk/ath/if_ath_pci.c2013-03-06 15:52:20 UTC (rev 4181)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -94,7 +94,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  * "new way" to do things, we may want to switch back to having
  * the HAL check them by defining a probe method.
  */
-static struct pci_device_id ath_pci_id_table[] __devinitdata = {
+static struct pci_device_id ath_pci_id_table[] = {
 { 0x168c, 0x0007, PCI_ANY_ID, PCI_ANY_ID },
 { 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
 { 0x168c, 0x0013, PCI_ANY_ID, PCI_ANY_ID },

------------------------------------------------------------------------------
Symantec Endpo&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-03-06T15:52:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3747">
    <title>revision 4182 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3747</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4182
Author      : proski (Pavel Roskin)
Date        : 2013-03-06 16:53:15 +0100 (Wed, 06 Mar 2013)

Log Message :
Remove __devinitdata, it's obsolete now

Affected Files:
* madwifi/branches/madwifi-0.9.4/ath/if_ath_pci.c     updated             
* madwifi/branches/madwifi-dfs/ath/if_ath_pci.c       updated             


Modified: madwifi/branches/madwifi-0.9.4/ath/if_ath_pci.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/ath/if_ath_pci.c2013-03-06 15:52:20 UTC (rev 4181)
+++ madwifi/branches/madwifi-0.9.4/ath/if_ath_pci.c2013-03-06 15:53:15 UTC (rev 4182)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -94,7 +94,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  * "new way" to do things, we may want to switch back to having
  * the HAL check them by defining a probe method.
  */
-static struct pci_device_id ath_pci_id_table[] __devinitdata = {
+static struct pci_device_id ath_pci_id_table[] = {
 { 0x168c, 0x0007, PCI_ANY_ID, PCI_ANY_ID },
 { 0x168c, 0x0012, PCI_ANY_ID, PCI_ANY_ID },
 { 0x168c, 0x&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-03-06T15:53:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3746">
    <title>revision 4180 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3746</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4180
Author      : proski (Pavel Roskin)
Date        : 2012-05-01 21:55:40 +0200 (Tue, 01 May 2012)

Log Message :
Use "%s" in err() calls to fix a warning on Ubuntu 10.04

err() would be confused if the interface name has formatting characters.

Affected Files:
* madwifi/branches/madwifi-0.9.4/tools/80211stats.c   updated             
* madwifi/branches/madwifi-0.9.4/tools/athstats.c     updated             
* madwifi/branches/madwifi-dfs/tools/80211stats.c     updated             
* madwifi/branches/madwifi-dfs/tools/athstats.c       updated             


Modified: madwifi/branches/madwifi-0.9.4/tools/80211stats.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/tools/80211stats.c2012-05-01 19:52:26 UTC (rev 4179)
+++ madwifi/branches/madwifi-0.9.4/tools/80211stats.c2012-05-01 19:55:40 UTC (rev 4180)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -287,7 +287,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /* no args, just show global stats */
 ifr.ifr_data = (caddr_t) &amp;amp;stats;
 if (ioctl(s, SIO&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2012-05-01T19:55:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3745">
    <title>revision 4179 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3745</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4179
Author      : proski (Pavel Roskin)
Date        : 2012-05-01 21:52:26 +0200 (Tue, 01 May 2012)

Log Message :
Use "%s" in err() calls to fix a warning on Ubuntu 10.04

err() would be confused if the interface name has formatting characters.

Affected Files:
* madwifi/trunk/tools/80211stats.c                    updated             
* madwifi/trunk/tools/athstats.c                      updated             


Modified: madwifi/trunk/tools/80211stats.c
===================================================================
--- madwifi/trunk/tools/80211stats.c2012-01-30 19:56:17 UTC (rev 4178)
+++ madwifi/trunk/tools/80211stats.c2012-05-01 19:52:26 UTC (rev 4179)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -284,7 +284,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /* no args, just show global stats */
 ifr.ifr_data = (caddr_t) &amp;amp;stats;
 if (ioctl(s, SIOCG80211STATS, &amp;amp;ifr) &amp;lt; 0)
-err(1, ifr.ifr_name);
+err(1, "%s", ifr.ifr_name);
 printstats(stdout, &amp;amp;stats);
 return 0;
 }

Modified: madwifi/trunk/tools/athstats.c
============================&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2012-05-01T19:52:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3744">
    <title>revision 4178 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3744</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4178
Author      : proski (Pavel Roskin)
Date        : 2012-01-30 20:56:17 +0100 (Mon, 30 Jan 2012)

Log Message :
Don't reference vlan_group without IEEE80211_VLAN_TAG_USED set

struct vlan_group will be removed in Linux 3.3.

Affected Files:
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.h  updated             
* madwifi/branches/madwifi-dfs/net80211/ieee80211_linux.h  updated             
* madwifi/branches/madwifi-dfs/net80211/ieee80211_skb.h  updated             


Modified: madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.h
===================================================================
--- madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.h2012-01-30 19:55:03 UTC (rev 4177)
+++ madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.h2012-01-30 19:56:17 UTC (rev 4178)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -566,8 +566,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 struct net_device *);
 int ieee80211_create_vap(struct ieee80211com *, char *, struct net_device *,
 int, int);
+#if IEEE80211_VLAN_TAG_USED
 void &lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2012-01-30T19:56:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3743">
    <title>revision 4177 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3743</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4177
Author      : proski (Pavel Roskin)
Date        : 2012-01-30 20:55:03 +0100 (Mon, 30 Jan 2012)

Log Message :
Don't reference vlan_group without IEEE80211_VLAN_TAG_USED set

struct vlan_group will be removed in Linux 3.3.

Affected Files:
* madwifi/trunk/net80211/ieee80211_linux.h            updated             
* madwifi/trunk/net80211/ieee80211_skb.h              updated             


Modified: madwifi/trunk/net80211/ieee80211_linux.h
===================================================================
--- madwifi/trunk/net80211/ieee80211_linux.h2011-11-22 17:30:17 UTC (rev 4176)
+++ madwifi/trunk/net80211/ieee80211_linux.h2012-01-30 19:55:03 UTC (rev 4177)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -643,8 +643,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 struct net_device *);
 struct ieee80211vap *ieee80211_create_vap(struct ieee80211com *, char *,
 struct net_device *, int, int);
+
+#if IEEE80211_VLAN_TAG_USED
 void ieee80211_vlan_register(struct net_device *dev, struct vlan_group *grp);
 void ieee80211_vlan_add_vid(struct net_device *d&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2012-01-30T19:55:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3742">
    <title>revision 4176 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3742</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4176
Author      : proski (Pavel Roskin)
Date        : 2011-11-22 18:30:17 +0100 (Tue, 22 Nov 2011)

Log Message :
Use ndo_set_rx_mode instead of ndo_set_multicast_list on Linux 3.2+

Affected Files:
* madwifi/branches/madwifi-0.9.4/ath/if_ath.c         updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211.c  updated             
* madwifi/branches/madwifi-dfs/ath/if_ath.c           updated             
* madwifi/branches/madwifi-dfs/net80211/ieee80211.c   updated             


Modified: madwifi/branches/madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-11-22 17:22:34 UTC (rev 4175)
+++ madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-11-22 17:30:17 UTC (rev 4176)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -402,7 +402,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .ndo_stop= ath_stop,
 .ndo_start_xmit= ath_hardstart,
 .ndo_tx_timeout = ath_tx_timeout,
+#if LINUX_VERSION_CODE &amp;gt;= KERNEL_VERSION(3,2,0)
+.ndo_set_rx_mode= ath_mod&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-11-22T17:30:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3741">
    <title>revision 4175 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3741</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4175
Author      : proski (Pavel Roskin)
Date        : 2011-11-22 18:22:34 +0100 (Tue, 22 Nov 2011)

Log Message :
Use ndo_set_rx_mode instead of ndo_set_multicast_list on Linux 3.2+

Affected Files:
* madwifi/trunk/ath/if_ath.c                          updated             
* madwifi/trunk/net80211/ieee80211.c                  updated             


Modified: madwifi/trunk/ath/if_ath.c
===================================================================
--- madwifi/trunk/ath/if_ath.c2011-10-25 21:38:00 UTC (rev 4174)
+++ madwifi/trunk/ath/if_ath.c2011-11-22 17:22:34 UTC (rev 4175)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -511,7 +511,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 .ndo_stop= ath_stop,
 .ndo_start_xmit= ath_hardstart,
 .ndo_tx_timeout = ath_tx_timeout,
+#if LINUX_VERSION_CODE &amp;gt;= KERNEL_VERSION(3,2,0)
+.ndo_set_rx_mode= ath_mode_init,
+#else
 .ndo_set_multicast_list = ath_mode_init,
+#endif
 .ndo_do_ioctl= ath_ioctl,
 .ndo_get_stats= ath_getstats,
 .ndo_set_mac_address= ath_set_mac_address,

Modified: madwifi/trunk/n&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-11-22T17:22:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3740">
    <title>revision 4174 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3740</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4174
Author      : proski (Pavel Roskin)
Date        : 2011-10-25 23:38:00 +0200 (Tue, 25 Oct 2011)

Log Message :
Merge 4149:4172 from trunk

Affected Files:
* madwifi/branches/madwifi-dfs/Makefile.inc           updated             
* madwifi/branches/madwifi-dfs/ath/if_ath.c           updated             
* madwifi/branches/madwifi-dfs/ath/if_ath_pci.c       updated             
* madwifi/branches/madwifi-dfs/ath/if_ath_radar.c     updated             
* madwifi/branches/madwifi-dfs/ath/if_athvar.h        updated             
* madwifi/branches/madwifi-dfs/ath_hal/ah.c           updated             
* madwifi/branches/madwifi-dfs/ath_hal/ah_os.c        updated             
* madwifi/branches/madwifi-dfs/ath_hal/ah_regdomain.c  updated             
* madwifi/branches/madwifi-dfs/ath_hal/ar5211/ar5211_reset.c  updated             
* madwifi/branches/madwifi-dfs/ath_hal/ar5212/ar2316.c  updated             
* madwifi/branches/madwifi-dfs/ath_hal/ar5212/ar2317.c  updated    &lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-25T21:38:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3739">
    <title>revision 4173 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3739</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4173
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:43:03 +0200 (Fri, 07 Oct 2011)

Log Message :
Remove -Werror from WARNINGS

It's impossible to eliminate all warnings with all combinations of
kernels and compilers.  Users are punished for using untested
combinations that should be OK.  Other projects don't use -Werror and
nothing bad happens.

Future compilers would surely introduce new warnings.  MadWifi doesn't
need to break because of that.

There is no way to make -Werror apply to MadWifi code but not to the
kernel headers.  Linux kernel doesn't use -Werror, why should MadWifi?

Using -Werror creates a false sense of security.  It's easy to assume
that the code is warning-free at least on the developers' systems.
However, broken code was committed in the past that would not compile at
all.  Code quality means more that absence of warnings.  It cannot be
ensured by -Werror.

Affected Files:
* madwifi/branches/madwifi-0.9.4/Makefile.inc         update&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:43:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3738">
    <title>revision 4172 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3738</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4172
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:42:25 +0200 (Fri, 07 Oct 2011)

Log Message :
Remove -Werror from WARNINGS

It's impossible to eliminate all warnings with all combinations of
kernels and compilers.  Users are punished for using untested
combinations that should be OK.  Other projects don't use -Werror and
nothing bad happens.

Future compilers would surely introduce new warnings.  MadWifi doesn't
need to break because of that.

There is no way to make -Werror apply to MadWifi code but not to the
kernel headers.  Linux kernel doesn't use -Werror, why should MadWifi?

Using -Werror creates a false sense of security.  It's easy to assume
that the code is warning-free at least on the developers' systems.
However, broken code was committed in the past that would not compile at
all.  Code quality means more that absence of warnings.  It cannot be
ensured by -Werror.

Affected Files:
* madwifi/trunk/Makefile.inc                          update&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:42:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3737">
    <title>revision 4171 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3737</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4171
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:31:51 +0200 (Fri, 07 Oct 2011)

Log Message :
Eliminate ATH_GET_NETDEV_DEV, it breaks on some CentOS kernels

Instead, use sc-&amp;gt;sc_bdev to find the physical device.  sc-&amp;gt;sc_bdev is
NULL on AHB and we don't use SET_NETDEV_DEV on AHB anyway, so do it on
PCI only.

Affected Files:
* madwifi/branches/madwifi-0.9.4/ath/if_ath.c         updated             
* madwifi/branches/madwifi-0.9.4/ath/if_athvar.h      updated             


Modified: madwifi/branches/madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-10-07 21:30:59 UTC (rev 4170)
+++ madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-10-07 21:31:51 UTC (rev 4171)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1207,7 +1207,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 }
 if (sc-&amp;gt;sc_hastsfadd)
 ath_hal_settsfadjust(sc-&amp;gt;sc_ah, sc-&amp;gt;sc_stagbeacons);
-SET_NETDEV_DEV(dev, ATH_GET_NETDEV_DEV(mdev));
+#ifdef ATH_PCI
+SET_NETDEV_DEV(dev, &amp;amp;((stru&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:31:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3736">
    <title>revision 4170 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3736</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4170
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:30:59 +0200 (Fri, 07 Oct 2011)

Log Message :
Eliminate ATH_GET_NETDEV_DEV, it breaks on some CentOS kernels

Instead, use sc-&amp;gt;sc_bdev to find the physical device.  sc-&amp;gt;sc_bdev is
NULL on AHB and we don't use SET_NETDEV_DEV on AHB anyway, so do it on
PCI only.

Affected Files:
* madwifi/trunk/ath/if_ath.c                          updated             
* madwifi/trunk/ath/if_athvar.h                       updated             


Modified: madwifi/trunk/ath/if_ath.c
===================================================================
--- madwifi/trunk/ath/if_ath.c2011-10-07 21:16:17 UTC (rev 4169)
+++ madwifi/trunk/ath/if_ath.c2011-10-07 21:30:59 UTC (rev 4170)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1493,7 +1493,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 }
 if (sc-&amp;gt;sc_hastsfadd)
 ath_hal_settsfadjust(sc-&amp;gt;sc_ah, sc-&amp;gt;sc_stagbeacons);
-SET_NETDEV_DEV(dev, ATH_GET_NETDEV_DEV(mdev));
+#ifdef ATH_PCI
+SET_NETDEV_DEV(dev, &amp;amp;((struct pci_dev *)sc-&amp;gt;sc_bdev)-&amp;gt;dev);
+#endif
 /* compl&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:30:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3735">
    <title>revision 4169 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3735</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4169
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:16:17 +0200 (Fri, 07 Oct 2011)

Log Message :
Don't redefine netdev_for_each_mc_addr()

It's already defined in CentOS 2.6.18-238.19.1.el5 kernel.  Use
parentheses around dev to be safer.

Affected Files:
* madwifi/branches/madwifi-0.9.4/include/compat.h     updated             


Modified: madwifi/branches/madwifi-0.9.4/include/compat.h
===================================================================
--- madwifi/branches/madwifi-0.9.4/include/compat.h2011-10-07 21:14:47 UTC (rev 4168)
+++ madwifi/branches/madwifi-0.9.4/include/compat.h2011-10-07 21:16:17 UTC (rev 4169)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -66,9 +66,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #endif
 
 #if LINUX_VERSION_CODE &amp;lt; KERNEL_VERSION(2,6,34)
+#ifndef netdev_for_each_mc_addr
 #define netdev_for_each_mc_addr(mclist, dev) \
-for (mclist = dev-&amp;gt;mc_list; mclist; mclist = mclist-&amp;gt;next)
+for (mclist = (dev)-&amp;gt;mc_list; mclist; mclist = mclist-&amp;gt;next)
 #endif
+#endif
 
 #if LINUX_VERSION_CODE &amp;lt; KERNEL_VE&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:16:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3734">
    <title>revision 4168 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3734</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4168
Author      : proski (Pavel Roskin)
Date        : 2011-10-07 23:14:47 +0200 (Fri, 07 Oct 2011)

Log Message :
Don't redefine netdev_for_each_mc_addr()

It's already defined in CentOS 2.6.18-238.19.1.el5 kernel.  Use
parentheses around dev to be safer.

Affected Files:
* madwifi/trunk/include/compat.h                      updated             


Modified: madwifi/trunk/include/compat.h
===================================================================
--- madwifi/trunk/include/compat.h2011-08-26 15:38:40 UTC (rev 4167)
+++ madwifi/trunk/include/compat.h2011-10-07 21:14:47 UTC (rev 4168)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,9 +78,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #endif
 
 #if LINUX_VERSION_CODE &amp;lt; KERNEL_VERSION(2,6,34)
+#ifndef netdev_for_each_mc_addr
 #define netdev_for_each_mc_addr(mclist, dev) \
-for (mclist = dev-&amp;gt;mc_list; mclist; mclist = mclist-&amp;gt;next)
+for (mclist = (dev)-&amp;gt;mc_list; mclist; mclist = mclist-&amp;gt;next)
 #endif
+#endif
 
 #if LINUX_VERSION_CODE &amp;lt; KERNEL_VERSION(2,6,35)
 #define ath_netdev_hw_addr dev_mc_li&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-10-07T21:14:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3733">
    <title>revision 4167 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3733</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4167
Author      : proski (Pavel Roskin)
Date        : 2011-08-26 17:38:40 +0200 (Fri, 26 Aug 2011)

Log Message :
Fix typos found by codespell

Affected Files:
* madwifi/branches/madwifi-0.9.4/ath/if_ath.c         updated             
* madwifi/branches/madwifi-0.9.4/ath_rate/minstrel/minstrel.c  updated             
* madwifi/branches/madwifi-0.9.4/include/compat.h     updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211.c  updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_input.c  updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_node.c  updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_wireless.c  updated             
* madwifi/branches/madwifi-0.9.4/tools/wireless_copy.h  updated             


Modified: madwifi/branches/madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-08-26 15:31:01&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-26T15:38:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3732">
    <title>revision 4166 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3732</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4166
Author      : proski (Pavel Roskin)
Date        : 2011-08-26 17:31:01 +0200 (Fri, 26 Aug 2011)

Log Message :
Fix typos found by codespell

Affected Files:
* madwifi/trunk/ath/if_ath.c                          updated             
* madwifi/trunk/ath/if_ath_hal_extensions.c           updated             
* madwifi/trunk/ath/if_athvar.h                       updated             
* madwifi/trunk/ath_hal/ah.c                          updated             
* madwifi/trunk/ath_hal/ah_regdomain.c                updated             
* madwifi/trunk/ath_hal/ar5211/ar5211_reset.c         updated             
* madwifi/trunk/ath_hal/ar5212/ar2316.c               updated             
* madwifi/trunk/ath_hal/ar5212/ar2317.c               updated             
* madwifi/trunk/ath_hal/ar5212/ar2413.c               updated             
* madwifi/trunk/ath_hal/ar5212/ar2425.c               updated             
* madwifi/trunk/ath_hal/ar5212/ar5212_attach.c        updated             
*&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-26T15:31:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3731">
    <title>revision 4165 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3731</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4165
Author      : proski (Pavel Roskin)
Date        : 2011-08-15 21:10:12 +0200 (Mon, 15 Aug 2011)

Log Message :
Fix compilation on Linux 3.1 broken by VLAN API changes

Don't define IEEE80211_VLAN_TAG_USED on Linux 3.1 and newer.  Don't use
vlan_hwaccel_rx() if IEEE80211_VLAN_TAG_USED is not 1.

Affected Files:
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_input.c  updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.h  updated             


Modified: madwifi/branches/madwifi-0.9.4/net80211/ieee80211_input.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/net80211/ieee80211_input.c2011-08-15 18:59:53 UTC (rev 4164)
+++ madwifi/branches/madwifi-0.9.4/net80211/ieee80211_input.c2011-08-15 19:10:12 UTC (rev 4165)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1133,10 +1133,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #else
 skb-&amp;gt;protocol = eth_type_trans(skb, dev);
 #endif
+#if IEEE80211_VLAN_TAG_USED
 if (ni-&amp;gt;ni_vlan != 0 &amp;amp;&amp;amp; vap-&amp;gt;iv_vlgrp != NULL) {
 /* att&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-15T19:10:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3730">
    <title>revision 4164 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3730</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4164
Author      : proski (Pavel Roskin)
Date        : 2011-08-15 20:59:53 +0200 (Mon, 15 Aug 2011)

Log Message :
Fix compilation with IEEE80211_DEBUG_REFCNT=1

Affected Files:
* madwifi/trunk/ath/if_ath.c                          updated             
* madwifi/trunk/net80211/ieee80211_linux.c            updated             
* madwifi/trunk/net80211/ieee80211_skb.c              updated             


Modified: madwifi/trunk/ath/if_ath.c
===================================================================
--- madwifi/trunk/ath/if_ath.c2011-08-15 18:59:22 UTC (rev 4163)
+++ madwifi/trunk/ath/if_ath.c2011-08-15 18:59:53 UTC (rev 4164)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -12389,7 +12389,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 atomic_dec(&amp;amp;sc-&amp;gt;sc_txbuf_counter);
 #ifdef IEEE80211_DEBUG_REFCNT
 DPRINTF(sc, ATH_DEBUG_TXBUF, 
-"[TXBUF=%03d/%03d] returned txbuf %p.\n", 
+"[TXBUF=%03d/%03d] returned txbuf.\n", 
 ath_get_buffer_count(sc), ATH_TXBUF);
 #endif /* #ifdef IEEE80211_DEBUG_REFCNT */
 if (netif_queue_stopped(sc-&amp;gt;sc_dev) &amp;amp;&amp;amp; 

Modi&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-15T18:59:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3729">
    <title>revision 4163 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3729</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4163
Author      : proski (Pavel Roskin)
Date        : 2011-08-15 20:59:22 +0200 (Mon, 15 Aug 2011)

Log Message :
Fix compilation on Linux 3.1 broken by VLAN API changes

Don't define IEEE80211_VLAN_TAG_USED on Linux 3.1 and newer.  Don't use
vlan_hwaccel_rx() if IEEE80211_VLAN_TAG_USED is not 1.

Affected Files:
* madwifi/trunk/net80211/ieee80211_input.c            updated             
* madwifi/trunk/net80211/ieee80211_linux.h            updated             
* madwifi/trunk/net80211/ieee80211_skb.c              updated             


Modified: madwifi/trunk/net80211/ieee80211_input.c
===================================================================
--- madwifi/trunk/net80211/ieee80211_input.c2011-08-03 06:25:42 UTC (rev 4162)
+++ madwifi/trunk/net80211/ieee80211_input.c2011-08-15 18:59:22 UTC (rev 4163)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1194,11 +1194,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 skb-&amp;gt;protocol = eth_type_trans(skb, dev);
 #endif
 tni = SKB_NI(skb);
+#if IEEE80211_VLAN_TAG_USED
 if ((ni-&amp;gt;ni_vlan != 0) &amp;amp;&amp;amp; (vap-&amp;gt;iv&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-15T18:59:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3728">
    <title>revision 4162 committed</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.madwifi.cvs/3728</link>
    <description>&lt;pre&gt;Project     : madwifi
Revision    : 4162
Author      : proski (Pavel Roskin)
Date        : 2011-08-03 08:25:42 +0200 (Wed, 03 Aug 2011)

Log Message :
Don't use "{ 0 }" to initialize structures, use "{ }"

Affected Files:
* madwifi/branches/madwifi-0.9.4/ath/if_ath.c         updated             
* madwifi/branches/madwifi-0.9.4/ath/if_ath_pci.c     updated             
* madwifi/branches/madwifi-0.9.4/ath_hal/ah_os.c      updated             
* madwifi/branches/madwifi-0.9.4/ath_rate/amrr/amrr.c  updated             
* madwifi/branches/madwifi-0.9.4/ath_rate/onoe/onoe.c  updated             
* madwifi/branches/madwifi-0.9.4/net80211/ieee80211_linux.c  updated             


Modified: madwifi/branches/madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-08-03 05:43:55 UTC (rev 4161)
+++ madwifi/branches/madwifi-0.9.4/ath/if_ath.c2011-08-03 06:25:42 UTC (rev 4162)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -9700,7 +9700,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
   .proc_handler= ath_sysctl&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2011-08-03T06:25:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.madwifi.cvs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.madwifi.cvs</link>
  </textinput>
</rdf:RDF>
