diff options
author | Machani, Yaniv <yanivma@ti.com> | 2015-07-30 22:38:19 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-08-10 22:16:17 +0300 |
commit | 6d5c898798aca634f493cabd2e7a47407ee5e95d (patch) | |
tree | 54c73805271afff402e03b0e4d47df2e8aa0e9d5 /drivers/net/wireless/ti/wl18xx/main.c | |
parent | 100a008331072e678ffcf2d903e48c633c2795fe (diff) | |
download | op-kernel-dev-6d5c898798aca634f493cabd2e7a47407ee5e95d.zip op-kernel-dev-6d5c898798aca634f493cabd2e7a47407ee5e95d.tar.gz |
wlcore/wl18xx : add time sync event handling
Added support for a new time sync event
the event data contains the WiLink TSF value.
To trigger the event, a HW modification is required,
so as a supporting firmware binary.
Signed-off-by: Yaniv Machani <yanivma@ti.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 8ce9825..3da6ac6 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c @@ -1026,8 +1026,8 @@ static int wl18xx_boot(struct wl1271 *wl) CHANNEL_SWITCH_COMPLETE_EVENT_ID | DFS_CHANNELS_CONFIG_COMPLETE_EVENT | SMART_CONFIG_SYNC_EVENT_ID | - SMART_CONFIG_DECODE_EVENT_ID; -; + SMART_CONFIG_DECODE_EVENT_ID | + TIME_SYNC_EVENT_ID; wl->ap_event_mask = MAX_TX_FAILURE_EVENT_ID; |