From: Dan Carpenter Date: Sat, 11 Sep 2010 23:48:33 +0000 (+0200) Subject: airo: remove "basic_rate" module option X-Git-Tag: v2.6.37-rc1~147^2~265^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed627be38a1a07c6986a9f17c299f6afc86ac6b7;p=pandora-kernel.git airo: remove "basic_rate" module option The "basic_rate" module option is not implemented correctly. If the rate was set to zero it was supposed to set it to "basic_rate | 0x80". Unfortunately the check to see if what zero was wrong and it checked "!ai->config.rates" (which is always false) instead of "!ai->config.rates[i]". This option was just used for development and it wasn't documented anywhere. Instead of fixing it, we can just remove it. Reported-by: Stanislaw Gruszka Signed-off-by: Dan Carpenter Signed-off-by: John W. Linville --- Reading git-diff-tree failed