<?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.kernel.wireless.general">
    <title>gmane.linux.kernel.wireless.general</title>
    <link>http://blog.gmane.org/gmane.linux.kernel.wireless.general</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.kernel.wireless.general/24754"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24747"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24745"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24724"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24712"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24703"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24699"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24693"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24688"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24686"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24685"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24679"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24677"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24674"/>
      </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.kernel.wireless.general/24754">
    <title>[ANN] CRDA v0.9.5 released -- minor build enhancements</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24754</link>
    <description>We have a shiny new CRDA release, some general build enhancements and fixes the
build for use with openssl. These all come from Diego.

http://wireless.kernel.org/download/crda/crda-0.9.5.tar.bz2

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Luis R. Rodriguez</dc:creator>
    <dc:date>2008-12-01T22:50:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24747">
    <title>nl80211 not found</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24747</link>
    <description>Hello everyone,

I recently installed command "iw" in order to use mesh capability in my 
wireless card.
iw itself and its required library were installed successfully. But 
whenever I run the command "iw", this message appears "nl80211 not found."

My linux is ubuntu 8.10 Intrepid Ibex with kernel 2.6.27
My wireless card: Pro/wireless 2200BG Network connection with ipw2200 
driver.

Can you give me some suggestions?

Thank very much in advance.

Thierry
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Chanthearith HUON</dc:creator>
    <dc:date>2008-12-01T21:25:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24745">
    <title>[PATCH] ath9k: Replace ath9k_opmode with nl80211_iftype</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24745</link>
    <description>This patch kills ath9k's ath9k_opmode enum by replacing it with nl80211_iftype.

Signed-off-by: Colin McCabe &lt;colin-W/OLz77bvjtBDgjK7y7TUQ&lt; at &gt;public.gmane.org&gt;
Signed-off-by: Andrey Yurovsky &lt;andrey-W/OLz77bvjtBDgjK7y7TUQ&lt; at &gt;public.gmane.org&gt;
---
 drivers/net/wireless/ath9k/ani.c    |   12 ++++----
 drivers/net/wireless/ath9k/ath9k.h  |   10 +-----
 drivers/net/wireless/ath9k/beacon.c |   22 ++++++++--------
 drivers/net/wireless/ath9k/core.h   |    2 +-
 drivers/net/wireless/ath9k/hw.c     |   29 +++++++++++++--------
 drivers/net/wireless/ath9k/main.c   |   49 +++++++++++++++++++---------------
 drivers/net/wireless/ath9k/recv.c   |   16 +++++-----
 drivers/net/wireless/ath9k/regd.c   |    2 +-
 drivers/net/wireless/ath9k/xmit.c   |    3 +-
 9 files changed, 76 insertions(+), 69 deletions(-)

diff --git a/drivers/net/wireless/ath9k/ani.c b/drivers/net/wireless/ath9k/ani.c
index ada12e9..7ccf50c 100644
--- a/drivers/net/wireless/ath9k/ani.c
+++ b/drivers/net/wireless/ath9k/ani.c
&lt; at &gt;&lt; at &gt; -303,7 +303,7 &lt; at &gt;&lt; at &gt; static void at</description>
    <dc:creator>Colin McCabe</dc:creator>
    <dc:date>2008-12-01T21:38:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24738">
    <title>[PATCH] mac80211: deauth when interface is marked down</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24738</link>
    <description>It seems like proper etiquette to let other stations know when we are
going down in either STA or IBSS mode.  This also notifies userland, so
wpa_supplicant doesn't get confused.

Signed-off-by: John W. Linville &lt;linville-2XuSBdqkA4R54TAoqtyWWQ&lt; at &gt;public.gmane.org&gt;
---
 net/mac80211/iface.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c
index 4608212..b557250 100644
--- a/net/mac80211/iface.c
+++ b/net/mac80211/iface.c
&lt; at &gt;&lt; at &gt; -435,6 +435,9 &lt; at &gt;&lt; at &gt; static int ieee80211_stop(struct net_device *dev)
 break;
 case NL80211_IFTYPE_STATION:
 case NL80211_IFTYPE_ADHOC:
+/* Announce that we are leaving the network. */
+ieee80211_sta_deauthenticate(dev, WLAN_REASON_DEAUTH_LEAVING);
+
 sdata-&gt;u.sta.state = IEEE80211_STA_MLME_DISABLED;
 memset(sdata-&gt;u.sta.bssid, 0, ETH_ALEN);
 del_timer_sync(&amp;sdata-&gt;u.sta.timer);
</description>
    <dc:creator>John W. Linville</dc:creator>
    <dc:date>2008-12-01T20:02:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24733">
    <title>[PATCH] iwlwifi: disable AP mode</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24733</link>
    <description>iwlwifi does not support AP mode in any way. For one, it doesn't even
buffer multicast/broadcast frames properly. We didn't allow zd1211rw AP
mode to be enabled without this, so iwlwifi shouldn't be allowed to
advertise AP mode either.

It also doesn't work at all, it doesn't even answer to probe requests,
I'm guessing the packet injection code was disabled again.

Signed-off-by: Johannes Berg &lt;johannes-cdvu00un1VgdHxzADdlk8Q&lt; at &gt;public.gmane.org&gt;
---
FYI, I've also tested AP mode on iwl5000 and it most definitely does not
work properly:

[  471.524478] iwlagn: ERROR: APs don't scan

this is a long-standing bug, of course APs scan to know their
surroundings, not sure why this is there, it's also very pointless since
I can remove it by enabling software scan...

[  487.507346] iwlagn: Microcode SW error detected.  Restarting 0x2000000.

apparently even the microcode doesn't like AP mode :) Note that I've
done nothing out of the ordinary, just started hostapd.

Once somebody cares to fix the code these two lines c</description>
    <dc:creator>Johannes Berg</dc:creator>
    <dc:date>2008-12-01T17:50:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24732">
    <title>[PATCH] cfg80211: "fix" 11d oops</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24732</link>
    <description>This "fixes" the 11d oops I was seeing. This needs some more work but I
cannot work on it now.

Signed-off-by: Johannes Berg &lt;johannes-cdvu00un1VgdHxzADdlk8Q&lt; at &gt;public.gmane.org&gt;
---
 net/wireless/reg.c |    3 +++
 1 file changed, 3 insertions(+)

--- everything.orig/net/wireless/reg.c2008-12-01 18:10:15.000000000 +0100
+++ everything/net/wireless/reg.c2008-12-01 18:10:24.000000000 +0100
&lt; at &gt;&lt; at &gt; -989,6 +989,9 &lt; at &gt;&lt; at &gt; void regulatory_hint_11d(struct wiphy *w
 u32 checksum = 0;
 enum environment_cap env = ENVIRON_ANY;
 
+if (!last_request)
+return;
+
 mutex_lock(&amp;cfg80211_drv_mutex);
 
 /* IE len must be evenly divisible by 2 */


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Johannes Berg</dc:creator>
    <dc:date>2008-12-01T17:13:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24724">
    <title>Note to distributions: don't use ath0 for ath5k/ath9k</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24724</link>
    <description>Small silly note: please try to drop the ath%d name from udev for
atheros devices. This was a MadWifism.

I think this is static udev rules...

  Luis
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Luis R. Rodriguez</dc:creator>
    <dc:date>2008-12-01T17:50:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24712">
    <title>[PATCH] iwl3945: remove obsolete irq handling</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24712</link>
    <description>3945 hardware does not emit the interrupts CSR_INT_BIT_RF_KILL (rfkill
toggled) and CSR_INT_BIT_CT_KILL (adapter too hot). Hence this part of code
can be removed since iwl3945_irq_tasklet does not handle 4965 hw at all.

Signed-off-by: Helmut Schaa &lt;helmut.schaa-gM/Ye1E23mwN+BqQ9rBEUg&lt; at &gt;public.gmane.org&gt;
---

diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c
index 490bc4a..b32b507 100644
--- a/drivers/net/wireless/iwlwifi/iwl3945-base.c
+++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c
&lt; at &gt;&lt; at &gt; -4321,35 +4321,6 &lt; at &gt;&lt; at &gt; static void iwl3945_irq_tasklet(struct iwl3945_priv *priv)
 /* Safely ignore these bits for debug checks below */
 inta &amp;= ~(CSR_INT_BIT_SCD | CSR_INT_BIT_ALIVE);
 
-/* HW RF KILL switch toggled (4965 only) */
-if (inta &amp; CSR_INT_BIT_RF_KILL) {
-int hw_rf_kill = 0;
-if (!(iwl3945_read32(priv, CSR_GP_CNTRL) &amp;
-CSR_GP_CNTRL_REG_FLAG_HW_RF_KILL_SW))
-hw_rf_kill = 1;
-
-IWL_DEBUG(IWL_DL_INFO | IWL_DL_RF_KILL | IWL_DL_ISR,
-"RF_KILL bit t</description>
    <dc:creator>Helmut Schaa</dc:creator>
    <dc:date>2008-12-01T15:53:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24703">
    <title>Problem with rtl8187</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24703</link>
    <description>Hello I'm using the latest revision of compat wireless on a Debian Lenny 
with a 2.6.27.7 kernel downloaded from kernel.org.

uname -ra
Linux notebook 2.6.27.7 #1 SMP Thu Nov 27 15:12:29 ARST 2008 i686 GNU/Linux

My notebook is fabricated in Argentina by Banghó. It has a rtl8187 usb 
wireless card.

lsusb | grep Realtek

Bus 001 Device 003: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 
Wireless Adapter

The thing is that when I'm downloading something using a bit torrent 
client the connection falls. Network Manager (v0.7.0) still shows the 
connection as active showing the intensity of the signal, but I can't 
use the network.
I've search in the syslogs, messages and daemon.log and I can't find 
anything unusual. At least form me.

When the connection stops I've to reload the driver with

rmmod rtl8187
modprobe rtl8187

I'm a little far from de AP but it becames stable at 11Mb/s and it only 
falls with the bit torrent client.
The time it takes to fall is radom, and sometimes it happens after 10 
minute</description>
    <dc:creator>Martín Ernesto Barreyro</dc:creator>
    <dc:date>2008-12-01T14:03:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24699">
    <title>[crda PATCH 1/3] Move is_valid_reg_rule() in intersect.c.</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24699</link>
    <description>The function is only ever used in that translation unit so it makes no
sense to define it for all the binaries.
---

 intersect.c |   20 ++++++++++++++++++++
 reglib.c    |   20 --------------------
 reglib.h    |    1 -
 3 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/intersect.c b/intersect.c
index d6d857d..2f4d416 100644
--- a/intersect.c
+++ b/intersect.c
&lt; at &gt;&lt; at &gt; -19,6 +19,26 &lt; at &gt;&lt; at &gt;
 } \
 } while (0)
 
+/* Sanity check on a regulatory rule */
+static int is_valid_reg_rule(const struct ieee80211_reg_rule *rule)
+{
+const struct ieee80211_freq_range *freq_range = &amp;rule-&gt;freq_range;
+__u32 freq_diff;
+
+if (freq_range-&gt;start_freq_khz == 0 || freq_range-&gt;end_freq_khz == 0)
+return 0;
+
+if (freq_range-&gt;start_freq_khz &gt; freq_range-&gt;end_freq_khz)
+return 0;
+
+freq_diff = freq_range-&gt;end_freq_khz - freq_range-&gt;start_freq_khz;
+
+if (freq_diff == 0 || freq_range-&gt;max_bandwidth_khz &gt; freq_diff)
+return 0;
+
+return 1;
+}
+
 /* Helper for regdom_intersect(), this does the real
  * mathemati</description>
    <dc:creator>Diego 'Flameeyes' Pettenò</dc:creator>
    <dc:date>2008-12-01T12:26:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24698">
    <title>iwlwifi - rfkill only works if the interface is up</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24698</link>
    <description>Hi,

Since the patch "iwlwifi: delay firmware loading from pci_probe to network
interface open" was merged, the driver's killswitch does not work anymore
when the interface is down. The patch comment contains two arguments for 
that behaviour:

1) ... Because kernel initializes network devices subsystem before hard disk
and SATA subsystem, it is impossible to get the firmware image from hard disk
in the PCI probe handler. ...

2) For better power saving ...

The current driver behavior is as follows:

- iwl_pci_probe initializes the driver but disables the device, at this point
  changing the killswitch state will not be noticed by the driver and thus
  the killswitch state in sysfs will not reflect the real state

- iwl_mac_start (which is called when at least one interface goes up) starts
  the device and loads the firmware if the killswitch is disabled. Otherwise
  the driver will just enable the interrupts and allows the interface to go
  up.

However, if the device fires the interrupt CSR_INT_BIT_RF_KIL</description>
    <dc:creator>Helmut Schaa</dc:creator>
    <dc:date>2008-12-01T12:11:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24695">
    <title>[PATCH ] mac80211: tx module cleanup.</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24695</link>
    <description>This patch removes unnecessary parameter in ieee80211_beacon_add_tim() and
removes unneeded definition and assignment for bdev (instance of net_device) in
ieee80211_beacon_get() and in ieee80211_get_buffered_bc()
(all in tx.c).

(this patch was prepared in wireless-testing tree).

Signed-off-by: Rami Rosen &lt;ramirose-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;




diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c
index 0855cac..3f55138 100644
--- a/net/mac80211/tx.c
+++ b/net/mac80211/tx.c
&lt; at &gt;&lt; at &gt; -1783,8 +1783,7 &lt; at &gt;&lt; at &gt; void ieee80211_tx_pending(unsigned long data)

 /* functions for drivers to get certain frames */

-static void ieee80211_beacon_add_tim(struct ieee80211_local *local,
-     struct ieee80211_if_ap *bss,
+static void ieee80211_beacon_add_tim(struct ieee80211_if_ap *bss,
      struct sk_buff *skb,
      struct beacon_data *beacon)
 {
&lt; at &gt;&lt; at &gt; -1852,7 +1851,6 &lt; at &gt;&lt; at &gt; struct sk_buff *ieee80211_beacon_get(struct
ieee80211_hw *hw,
 struct ieee80211_local *local = hw_to_local(hw);
 struct sk_buff *skb = NULL</description>
    <dc:creator>Rami Rosen</dc:creator>
    <dc:date>2008-12-01T11:56:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24693">
    <title>[RFC] mac80211: Enhancements to dynamic power save.</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24693</link>
    <description>This patch is based on Kalle's initial RFC patches on dynamic power save.
Since ath9k/ath5k,stlc45xx and b43 need the driver to send the null
frame, it is appropriate to do it from mac80211. 
This patch enables mac80211 to send a null frame and also to
check for tim in the beacon if power save is enabled.

Signed-off-by: Vivek Natarajan &lt;vnatarajan-DlyHzToyqoxBDgjK7y7TUQ&lt; at &gt;public.gmane.org&gt;
---
 net/mac80211/ieee80211_i.h |    3 +++
 net/mac80211/mlme.c        |   40 ++++++++++++++++++++++++++++++++++++++--
 net/mac80211/scan.c        |    2 +-
 net/mac80211/wext.c        |   14 ++++++++++----
 4 files changed, 52 insertions(+), 7 deletions(-)

diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index ac4779a..d9e3169 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
&lt; at &gt;&lt; at &gt; -979,6 +979,9 &lt; at &gt;&lt; at &gt; u64 ieee80211_mandatory_rates(struct ieee80211_local *local,
 void ieee80211_ps_enable_work(struct work_struct *work);
 void ieee80211_ps_disable_work(struct work_struct *work);
 void iee</description>
    <dc:creator>Vivek Natarajan</dc:creator>
    <dc:date>2008-12-02T01:17:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24688">
    <title>[crda PATCH 0/3] Code fixups and optimisation</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24688</link>
    <description>After fixing the Makefile I have taken a look at the actual code, just
three simple patches for that.

---

Diego 'Flameeyes' Pettenò (3):
      Avoid implicit declaration of memset() with OpenSSL.
      Mark constant the generated key tables for libgcrypt.
      Mark functions static when not used outside their translation unit.


 intersect.c      |    2 +-
 reglib.c         |    5 +++--
 reglib.h         |    3 ---
 utils/key2pub.py |    6 +++---
 4 files changed, 7 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Diego 'Flameeyes' Pettenò</dc:creator>
    <dc:date>2008-12-01T11:11:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24687">
    <title>11d segfault</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24687</link>
    <description>Dec  1 12:07:00 johannes kernel: [  193.370168] Unable to handle kernel paging request for data at address 0x00000000
Dec  1 12:07:00 johannes kernel: [  193.370180] Faulting instruction address: 0xf2794560
Dec  1 12:07:00 johannes kernel: [  193.370194] Oops: Kernel access of bad area, sig: 11 [#1]
Dec  1 12:07:00 johannes kernel: [  193.370196] PREEMPT PowerMac
Dec  1 12:07:00 johannes kernel: [  193.370200] Modules linked in: ...
Dec  1 12:07:00 johannes kernel: [  193.370266] NIP: f2794560 LR: f27944fc CTR: 00000000
Dec  1 12:07:00 johannes kernel: [  193.370270] REGS: eed15ce0 TRAP: 0300   Not tainted  (2.6.28-rc6-wl-dirty)
Dec  1 12:07:00 johannes kernel: [  193.370273] MSR: 00009032 &lt;EE,ME,IR,DR&gt;  CR: 22000048  XER: 20000000
Dec  1 12:07:00 johannes kernel: [  193.370283] DAR: 00000000, DSISR: 40000000
Dec  1 12:07:00 johannes kernel: [  193.370286] TASK = ef145640[1049] 'phy0' THREAD: eed14000
Dec  1 12:07:00 johannes kernel: [  193.370289] GPR00: 00000000 eed15d90 ef145640 eed15d38 22222222 00000000</description>
    <dc:creator>Johannes Berg</dc:creator>
    <dc:date>2008-12-01T11:09:02</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24686">
    <title>[PATCH] cfg80211: fix wiphy remove if no regulatory request</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24686</link>
    <description>Fixes the segfault I just pointed out.

Signed-off-by: Johannes Berg &lt;johannes-cdvu00un1VgdHxzADdlk8Q&lt; at &gt;public.gmane.org&gt;
---
 net/wireless/reg.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- everything.orig/net/wireless/reg.c2008-12-01 11:59:18.000000000 +0100
+++ everything/net/wireless/reg.c2008-12-01 11:59:30.000000000 +0100
&lt; at &gt;&lt; at &gt; -1330,7 +1330,7 &lt; at &gt;&lt; at &gt; int set_regdom(const struct ieee80211_re
 /* Caller must hold cfg80211_drv_mutex */
 void reg_device_remove(struct wiphy *wiphy)
 {
-if (!last_request-&gt;wiphy)
+if (!last_request || !last_request-&gt;wiphy)
 return;
 if (last_request-&gt;wiphy != wiphy)
 return;


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

</description>
    <dc:creator>Johannes Berg</dc:creator>
    <dc:date>2008-12-01T11:07:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24685">
    <title>cfg80211 regulatory segfaults</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24685</link>
    <description>Dec  1 11:53:27 johannes kernel: [47185.697308] Unable to handle kernel paging request for data at address 0x00000000
Dec  1 11:53:27 johannes kernel: [47185.697322] Faulting instruction address: 0xf27b8414
Dec  1 11:53:27 johannes kernel: [47185.697338] Oops: Kernel access of bad area, sig: 11 [#1]
Dec  1 11:53:27 johannes kernel: [47185.697343] PREEMPT PowerMac
Dec  1 11:53:27 johannes kernel: [47185.697349] Modules linked in: isofs zlib_inflate udf crc_itu_t btusb af_packet radeon drm binfmt_misc rfcom
m l2cap bluetooth nls_utf8 hfsplus nls_base fuse dm_snapshot dm_mirror dm_region_hash dm_log sha256_generic joydev snd_aoa_codec_tas snd_aoa_fab
ric_layout snd_aoa appletouch arc4 usbhid b43(-) mac80211 cfg80211 snd_aoa_i2sbus snd_pcm snd_page_alloc snd_seq ams evdev snd_timer snd_seq_dev
ice input_polldev snd soundcore snd_aoa_soundbus ohci1394 ehci_hcd ohci_hcd ieee1394 ssb usbcore yenta_socket rsrc_nonstatic pcmcia pcmcia_core 
uninorth_agp agpgart unix hid_apple [last unloaded: btusb]
Dec  1 11:53:27 jo</description>
    <dc:creator>Johannes Berg</dc:creator>
    <dc:date>2008-12-01T10:56:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24679">
    <title>[crda PATCH 0/5] Makefile improvement and fixes</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24679</link>
    <description>

I've been asked by a colleague Gentoo developer (Tony Vroon) to look
at a build failure with parallel make[1] in crda, and I decided to
take a closer look to the Makefile.

With these patches applied, --as-needed build works, as well as
parallel make, the dependencies are properly handle so that changing a
file will only rebuild the correct one, and it's as parallel as
feasible with no recursive make.

HTH,
Diego

[1] http://bugs.gentoo.org/show_bug.cgi?id=249181

---

Diego E. 'Flameeyes' Pettenò (5):
      Ignore built files.
      Don't use recursive make for verify target.
      Make it possible to switch gcrypt/openssl via knob.
      Fix dependencies for parallel make and others.
      Fix building with --as-needed LD flag.


 .gitignore |    2 ++
 Makefile   |   33 +++++++++++++++++++++------------
 2 files changed, 23 insertions(+), 12 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.</description>
    <dc:creator>Diego 'Flameeyes' Pettenò</dc:creator>
    <dc:date>2008-12-01T10:30:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24677">
    <title>2008 X-Mas Promo Winner</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24677</link>
    <description>Dear Receipent,  We are informing you that Your email address as 

indicated was drawn and attached with serial  numbers FTS/8070337201/06

 and drew the lucky numbers  15-22-24-48-50-37(30) which

 subsequently won you 1,000,000.00  (One Million Great Britain Pounds) 

from the U.K FREE PROMO The  draws registered as Draw number one 

was conducted in  Brockley,London United Kingdom on the 1ist  

December  2008.Find  below the details of the Claims Agent and contact 

him with the  following details for verifications: 1.FULL 

NAME,2.FULLADDRESS,3.NATIONALITY,4.AGE,5.OCCUPATION,6.MOBIL

E/TELEPHONE NUMBER,7.DATE OF WINNING AWARD, 8. SEX,9.TOTAL 

AMOUNT  WON,10.SERIAL/LUCKY NUMBERS. NAME: Mr Mark Albert 

(Claims Agent)markalbertthomas121-PkbjNfxxIARBDgjK7y7TUQ&lt; at &gt;public.gmane.org Thanks,  Mrs. Rita 

Shawn UK Promo Announcer
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA&lt; at &gt;public.gmane.org
More majordomo info at  http://</description>
    <dc:creator>WINS......</dc:creator>
    <dc:date>2008-12-01T10:08:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24674">
    <title>[PATCH] mac80211: document ieee80211_tx_info.pad</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24674</link>
    <description>Fixes htmldocs warning:

Warning(mac80211.h:379): No description found for parameter 'pad[2]'

Signed-off-by: Kalle Valo &lt;kalle.valo-xNZwKgViW5gAvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;
---
 include/net/mac80211.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 6a1d4ea..287f7be 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
&lt; at &gt;&lt; at &gt; -323,6 +323,7 &lt; at &gt;&lt; at &gt; struct ieee80211_tx_rate {
  * &lt; at &gt;flags: transmit info flags, defined above
  * &lt; at &gt;band: the band to transmit on (use for checking for races)
  * &lt; at &gt;antenna_sel_tx: antenna to use, 0 for automatic diversity
+ * &lt; at &gt;pad: padding, ignore
  * &lt; at &gt;control: union for control data
  * &lt; at &gt;status: union for status data
  * &lt; at &gt;driver_data: array of driver_data pointers
</description>
    <dc:creator>Kalle Valo</dc:creator>
    <dc:date>2008-11-30T18:56:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.kernel.wireless.general/24672">
    <title>[PATCH] rt2x00: Optimize IV/EIV handling</title>
    <link>http://comments.gmane.org/gmane.linux.kernel.wireless.general/24672</link>
    <description>IV and EIV belong to eachother and don't require
2 seperate fields. Instead they can logically be
merged into a single array with size 2.

With this approach we can simplify the code in
rt2x00crypto.c by using a single memcpy() when
copying the iv/eiv data. Additionally we can
move some code out of if-statements because the
if-statement would always be true.

Signed-off-by: Ivo van Doorn &lt;IvDoorn-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt;
---
 drivers/net/wireless/rt2x00/rt2x00crypto.c |   44 +++++++++-------------------
 drivers/net/wireless/rt2x00/rt2x00queue.h  |   12 ++-----
 drivers/net/wireless/rt2x00/rt61pci.c      |    8 ++--
 drivers/net/wireless/rt2x00/rt73usb.c      |    8 ++--
 4 files changed, 26 insertions(+), 46 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2x00crypto.c b/drivers/net/wireless/rt2x00/rt2x00crypto.c
index 5a858e5..e0fc7c1 100644
--- a/drivers/net/wireless/rt2x00/rt2x00crypto.c
+++ b/drivers/net/wireless/rt2x00/rt2x00crypto.c
&lt; at &gt;&lt; at &gt; -78,10 +78,7 &lt; at &gt;&lt; at &gt; void rt2x00crypto_tx_remov</description>
    <dc:creator>Ivo van Doorn</dc:creator>
    <dc:date>2008-11-30T16:19:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.wireless.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.wireless.general</link>
  </textinput>
</rdf:RDF>
