mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +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:
24
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6.33-rt2860-2-2.patch
vendored
Normal file
24
meta-moblin/packages/linux/linux-moblin-2.6.33.2/linux-2.6.33-rt2860-2-2.patch
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
When no SSID is set, the reconnect decision should entirely be left to
|
||||
userspace. The driver should not decide which AP to associate with based on
|
||||
arbitrary policies.
|
||||
|
||||
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
||||
---
|
||||
drivers/staging/rt2860/common/mlme.c | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
Index: b/drivers/staging/rt2860/common/mlme.c
|
||||
===================================================================
|
||||
--- a/drivers/staging/rt2860/common/mlme.c 2010-01-05 11:25:22.000000000 +0100
|
||||
+++ b/drivers/staging/rt2860/common/mlme.c 2010-01-05 13:10:32.000000000 +0100
|
||||
@@ -1554,7 +1554,8 @@ void MlmeAutoReconnectLastSSID(struct rt
|
||||
else if ((pAd->Mlme.CntlMachine.CurrState == CNTL_IDLE) &&
|
||||
(MlmeValidateSSID
|
||||
(pAd->MlmeAux.AutoReconnectSsid,
|
||||
- pAd->MlmeAux.AutoReconnectSsidLen) == TRUE)) {
|
||||
+ pAd->MlmeAux.AutoReconnectSsidLen) == TRUE) &&
|
||||
+ (pAd->MlmeAux.AutoReconnectSsidLen != 0)) {
|
||||
struct rt_ndis_802_11_ssid OidSsid;
|
||||
OidSsid.SsidLength = pAd->MlmeAux.AutoReconnectSsidLen;
|
||||
NdisMoveMemory(OidSsid.Ssid, pAd->MlmeAux.AutoReconnectSsid,
|
||||
Reference in New Issue
Block a user