|
From: | Jonas Berlin |
Subject: | Re: patch: Premicell support |
Date: | Tue, 31 Aug 2004 12:57:45 +0300 |
User-agent: | Opera M2/7.54 (Linux, build 751) |
+ /* premicell does not want sms centers in PDU packets (send & */ + /* receive) */ + if (!strncasecmp("0301", foundmodel, 4)) + AT_DRVINST(state)->no_smsc = 1;
Ahem.. strncmp would do just fine.. :) I just did the same as in the other if-statement in the same function, which also uses strncasecmp unnecessarily :)
-- - xkr47
[Prev in Thread] | Current Thread | [Next in Thread] |