mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
linux-moblin: add 2.6.33.2 kernel from MeeGo 1.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
41
meta-moblin/packages/linux/linux-moblin-2.6.33.2/rtl8192_no_autoconnect.patch
vendored
Normal file
41
meta-moblin/packages/linux/linux-moblin-2.6.33.2/rtl8192_no_autoconnect.patch
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
Getting a probe response after sending a probe request to a specific SSID
|
||||
doesnt mean we're trying to associate with this SSID.
|
||||
wpa_supplicant should be the only one deciding when to join an SSID, not the
|
||||
kernel.
|
||||
|
||||
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
||||
---
|
||||
drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
Index: b/drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c
|
||||
===================================================================
|
||||
--- a/drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c 2010-01-15 16:56:47.000000000 +0100
|
||||
+++ b/drivers/staging/rtl8192e/ieee80211/ieee80211_rx.c 2010-01-15 16:57:03.000000000 +0100
|
||||
@@ -2716,8 +2716,6 @@ static inline void ieee80211_process_pro
|
||||
#endif
|
||||
memcpy(target, &network, sizeof(*target));
|
||||
list_add_tail(&target->list, &ieee->network_list);
|
||||
- if(ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE)
|
||||
- ieee80211_softmac_new_net(ieee,&network);
|
||||
} else {
|
||||
IEEE80211_DEBUG_SCAN("Updating '%s' (" MAC_FMT ") via %s.\n",
|
||||
escape_essid(target->ssid,
|
||||
@@ -2744,8 +2742,6 @@ static inline void ieee80211_process_pro
|
||||
//YJ,add,080819,for hidden ap,end
|
||||
|
||||
update_network(target, &network);
|
||||
- if(renew && (ieee->softmac_features & IEEE_SOFTMAC_ASSOCIATE))
|
||||
- ieee80211_softmac_new_net(ieee,&network);
|
||||
}
|
||||
|
||||
spin_unlock_irqrestore(&ieee->lock, flags);
|
||||
|
||||
--
|
||||
Intel Open Source Technology Centre
|
||||
http://oss.intel.com/
|
||||
_______________________________________________
|
||||
Moblin-kernel mailing list
|
||||
Moblin-kernel@linux.intel.com
|
||||
http://linux.intel.com/mailman/listinfo/moblin-kernel
|
||||
|
||||
Reference in New Issue
Block a user