2012-06-27 07:47:24

by Emmanuel Benisty

[permalink] [raw]
Subject: wireless-testing: commit fad29cd leads to kernel build failure

Hi,

The following commit breaks wireless-testing kernel build:

commit fad29cd2f59949581050a937786c2c9bc78b2f04
Author: Sujith Manoharan <[email protected]>
Date: Mon Jun 25 13:54:22 2012 +0530

ath9k: Fix lockdep splat

Cancel the MCI work only when MCI is actually enabled.

It fails with:

CC [M] drivers/net/wireless/ath/ath9k/main.o
drivers/net/wireless/ath/ath9k/main.c: In function '__ath_cancel_work':
drivers/net/wireless/ath/ath9k/main.c:155:23: error: 'struct
ath_softc' has no member named 'mci_work'
make[5]: *** [drivers/net/wireless/ath/ath9k/main.o] Error 1

Thanks+regards.