The patch titled
     Ath5k panic fix
has been removed from the -mm tree.  Its filename was
     ath5k-panic-fix.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Ath5k panic fix
From: Krzysztof Halasa <[EMAIL PROTECTED]>

Ath5k panics on ath_open() because sc->pdev is never set, fixed.

Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED]>
Cc: Jiri Slaby <[EMAIL PROTECTED]>
Cc: "John W. Linville" <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/net/wireless/ath5k_base.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/net/wireless/ath5k_base.c~ath5k-panic-fix 
drivers/net/wireless/ath5k_base.c
--- a/drivers/net/wireless/ath5k_base.c~ath5k-panic-fix
+++ a/drivers/net/wireless/ath5k_base.c
@@ -2297,6 +2297,7 @@ static int __devinit ath_pci_probe(struc
        hw->max_rssi = 127; /* FIXME: get a real value for this. */
        sc = hw->priv;
        sc->hw = hw;
+       sc->pdev = pdev;
 
        /*
         * Mark the device as detached to avoid processing
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-wireless.patch
intel-fb-support-for-interlaced-video-modes.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to