[ath9k-devel] [PATCH v2 2/2] ath9k: Use GFP_ATOMIC when allocating TX private area

2008-12-02 Thread Sujith
Luis R. Rodriguez wrote: @@ -1813,10 +1815,30 @@ int ath_tx_start(struct ath_softc *sc, struct sk_buff *skb, r = ath_tx_setup_buffer(sc, bf, skb, txctl); if (r) { - spin_lock_bh(sc-sc_txbuflock); + struct ath_txq *txq = NULL; + int qnum;

Re: [ath9k-devel] [PATCH v2 2/2] ath9k: Use GFP_ATOMIC when allocating TX private area

2008-12-02 Thread Luis R. Rodriguez
On Tue, Dec 2, 2008 at 7:46 PM, Sujith [EMAIL PROTECTED] wrote: Luis R. Rodriguez wrote: @@ -1813,10 +1815,30 @@ int ath_tx_start(struct ath_softc *sc, struct sk_buff *skb, r = ath_tx_setup_buffer(sc, bf, skb, txctl); if (r) { - spin_lock_bh(sc-sc_txbuflock); +