iprowifi4965: Add the missing IWN_SDID_6035_5 subdevice.
This goes with the "IWN_DID_6035_2" (0x088F) device ID. We had added the device ID in the FreeBSD 9 version of the driver, which didn't properly handle the device but somehow still managed to use it. Thanks to miqlas for reporting and then confirming this fix.
This commit is contained in:
@@ -863,6 +863,7 @@ iwn_config_specific(struct iwn_softc *sc, uint16_t pid)
|
||||
case IWN_SDID_6035_2:
|
||||
case IWN_SDID_6035_3:
|
||||
case IWN_SDID_6035_4:
|
||||
case IWN_SDID_6035_5:
|
||||
sc->fwname = "iwn6000g2bfw";
|
||||
sc->limits = &iwn6235_sensitivity_limits;
|
||||
sc->base_params = &iwn_6235_base_params;
|
||||
|
||||
@@ -170,6 +170,7 @@
|
||||
#define IWN_SDID_6035_2 0x4260
|
||||
#define IWN_SDID_6035_3 0x4460
|
||||
#define IWN_SDID_6035_4 0x4860
|
||||
#define IWN_SDID_6035_5 0x5260
|
||||
/*
|
||||
* --------------------------------------------------------------------------
|
||||
* Device ID for 1030 and 6030 Series
|
||||
|
||||
Reference in New Issue
Block a user