Merge "radio: iris: Use service availability to indicate station's signal strength" into msm-3.0
This commit is contained in:
committed by
QuIC Gerrit Code Review
commit
7dbdcf7435
@@ -2086,7 +2086,8 @@ static void hci_ev_service_available(struct radio_hci_dev *hdev,
|
||||
struct sk_buff *skb)
|
||||
{
|
||||
struct iris_device *radio = video_get_drvdata(video_get_dev());
|
||||
if (radio->fm_st_rsp.station_rsp.serv_avble)
|
||||
u8 serv_avble = skb->data[0];
|
||||
if (serv_avble)
|
||||
iris_q_event(radio, IRIS_EVT_ABOVE_TH);
|
||||
else
|
||||
iris_q_event(radio, IRIS_EVT_BELOW_TH);
|
||||
|
||||
Reference in New Issue
Block a user