]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ax25/ax25_std_timer.c
Revert "ax25: Fix std timer socket destroy handling."
[linux-2.6-omap-h63xx.git] / net / ax25 / ax25_std_timer.c
index f2f6918ac9bb69cae0c93f084b5955aed97f460c..96e4b9273250918b4a60fdcc9ccce00b79090827 100644 (file)
@@ -32,7 +32,7 @@
 
 void ax25_std_heartbeat_expiry(ax25_cb *ax25)
 {
-       struct sock *sk=ax25->sk;
+       struct sock *sk = ax25->sk;
 
        if (sk)
                bh_lock_sock(sk);
@@ -62,7 +62,7 @@ void ax25_std_heartbeat_expiry(ax25_cb *ax25)
                 */
                if (sk != NULL) {
                        if (atomic_read(&sk->sk_rmem_alloc) <
-                           (sk->sk_rcvbuf / 2) &&
+                           (sk->sk_rcvbuf >> 1) &&
                            (ax25->condition & AX25_COND_OWN_RX_BUSY)) {
                                ax25->condition &= ~AX25_COND_OWN_RX_BUSY;
                                ax25->condition &= ~AX25_COND_ACK_PENDING;