diff for duplicates of <20100722122102.GH17585@bicker> diff --git a/a/1.txt b/N1/1.txt index 1200a3d..e1453fa 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ index 411a3bb..8000ca6 100644 { struct tx_radiotap_hdr *radiotap_hdr; -- if (!priv->wdev->iftype = NL80211_IFTYPE_MONITOR || +- if (!priv->wdev->iftype == NL80211_IFTYPE_MONITOR || + if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR || - priv->currenttxskb = NULL) + priv->currenttxskb == NULL) return; diff --git a/a/content_digest b/N1/content_digest index 4c7b91d..0a8b9d2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <error27@gmail.com>\0" "Subject\0[patch -next] libertas: precedence bug\0" - "Date\0Thu, 22 Jul 2010 12:21:02 +0000\0" + "Date\0Thu, 22 Jul 2010 14:21:02 +0200\0" "To\0Dan Williams <dcbw@redhat.com>\0" "Cc\0John W. Linville <linville@tuxdriver.com>" Holger Schurig <holgerschurig@gmail.com> @@ -25,9 +25,9 @@ " {\n" " \tstruct tx_radiotap_hdr *radiotap_hdr;\n" " \n" - "-\tif (!priv->wdev->iftype = NL80211_IFTYPE_MONITOR ||\n" + "-\tif (!priv->wdev->iftype == NL80211_IFTYPE_MONITOR ||\n" "+\tif (priv->wdev->iftype != NL80211_IFTYPE_MONITOR ||\n" - " \t priv->currenttxskb = NULL)\n" + " \t priv->currenttxskb == NULL)\n" " \t\treturn;" -c181050ea261f7675c65ae00b2da04c02c19afb249c8b4144477b9ff0f6647c8 +a730bdeb215d0298705e742950080cbd50915c224124858b73365e8e7f69e372
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.