Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08e73be5 authored by Maciej Trela's avatar Maciej Trela Committed by Dan Williams
Browse files

isci: enable BCN in sci_port_add_phy()



Ensure we enable receiving BCN's from the
hardware when adding phy to isci_port.
Otherwise if we get BCN before the port is
created we won't see any BCN

Signed-off-by: default avatarMaciej Trela <maciej.trela@intel.com>
Reported-by: default avatarRichard Boyd <richard.g.boyd@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 6119908f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1199,6 +1199,8 @@ enum sci_status sci_port_add_phy(struct isci_port *iport,
	enum sci_status status;
	enum sci_port_states state;

	sci_port_bcn_enable(iport);

	state = iport->sm.current_state_id;
	switch (state) {
	case SCI_PORT_STOPPED: {