From: Jean Tourrilhes Date: Thu, 2 Aug 2007 17:16:30 +0000 (-0400) Subject: [PATCH] libertas: fix a few wext abuses... X-Git-Tag: v2.6.24-rc1~1454^2~590 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9483f03150cbfa1f706355b7f9d218d6086c6fce;p=pandora-kernel.git [PATCH] libertas: fix a few wext abuses... o SIOCGIWNAME is not designed to return the version number of the driver. On the other hand, you are free to abuse SIOCGIWNICKN for that purpose. o Don't attempt to fix the WE19/WE20 transition in the driver, because your fixes are bogus, and redundant with the code in the kernel (you may endup with +2, you can't read 32 char ESSID...). o In SIOCSIWTXPOW, if you specified in iwrange that you want dBm, you should only get dBm, which allow to reduce code bloat. Signed-off-by: Jean Tourrilhes Signed-off-by: John W. Linville --- Reading git-diff-tree failed