From: Steve Wise Date: Wed, 25 Mar 2009 03:44:18 +0000 (-0700) Subject: RDMA/cxgb3: Enforce required firmware X-Git-Tag: v2.6.30-rc1~665^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fbe04eee32ed2642cff139b8592866f1d43f41;p=pandora-kernel.git RDMA/cxgb3: Enforce required firmware The cxgb3 NIC driver can handle more firmware versions than iw_cxgb3, and since commit 8207befa ("cxgb3: untie strict FW matching") cxgb3 will load with firmware versions that iw_cxgb3 can't handle. The FW major number indicates a specific interface between the FW and iw_cxgb3. Thus if the major number of the running firmware does not match the required version compiled into iw_cxgb3, then iw_cxgb3 must not register that device. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed