carl9170: remove eeprom data injection option
In the early days, this was a quite useful software feature for testing different regdomains and chain configurations without adding debugfs cruft into the driver. Nowadays, the driver's phy code seems to be stable and there's no need for it anymore. Therefore I decided to removed altogether. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
f1249700f5
commit
6ae4bb6612
@@ -1934,10 +1934,6 @@ int carl9170_register(struct ar9170 *ar)
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
err = carl9170_fw_fix_eeprom(ar);
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
err = carl9170_parse_eeprom(ar);
|
||||
if (err)
|
||||
return err;
|
||||
|
Reference in New Issue
Block a user