--- zzzz-none-000/linux-2.4.17/drivers/net/irda/w83977af_ir.c 2001-09-30 19:26:06.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/net/irda/w83977af_ir.c 2004-11-24 13:23:26.000000000 +0000 @@ -206,7 +206,7 @@ /* FIXME: The HP HDLS-1100 does not support 1152000! */ self->qos.baud_rate.bits = IR_9600|IR_19200|IR_38400|IR_57600| - IR_115200|IR_576000|IR_1152000|(IR_4000000 << 8); + IR_115200/*|IR_576000|IR_1152000|(IR_4000000 << 8)*/; /* The HP HDLS-1100 needs 1 ms according to the specs */ self->qos.min_turn_time.bits = qos_mtt_bits; @@ -1345,7 +1345,7 @@ case SIOCSBANDWIDTH: /* Set bandwidth */ if (!capable(CAP_NET_ADMIN)) { ret = -EPERM; - goto out; + break; } w83977af_change_speed(self, irq->ifr_baudrate); break;