diff options
Diffstat (limited to 'net/ax25/ax25_ds_timer.c')
| -rw-r--r-- | net/ax25/ax25_ds_timer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ax25/ax25_ds_timer.c b/net/ax25/ax25_ds_timer.c index 4f44185955c..c4e3b025d21 100644 --- a/net/ax25/ax25_ds_timer.c +++ b/net/ax25/ax25_ds_timer.c @@ -130,7 +130,7 @@ void ax25_ds_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;  |