| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  |  * This file is part of wl1251 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Copyright (c) 1998-2007 Texas Instruments Incorporated | 
					
						
							|  |  |  |  * Copyright (C) 2008 Nokia Corporation | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Contact: Kalle Valo <kalle.valo@nokia.com> | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is free software; you can redistribute it and/or | 
					
						
							|  |  |  |  * modify it under the terms of the GNU General Public License | 
					
						
							|  |  |  |  * version 2 as published by the Free Software Foundation. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This program is distributed in the hope that it will be useful, but | 
					
						
							|  |  |  |  * WITHOUT ANY WARRANTY; without even the implied warranty of | 
					
						
							|  |  |  |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
					
						
							|  |  |  |  * General Public License for more details. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * You should have received a copy of the GNU General Public License | 
					
						
							|  |  |  |  * along with this program; if not, write to the Free Software | 
					
						
							|  |  |  |  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | 
					
						
							|  |  |  |  * 02110-1301 USA | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:25 +03:00
										 |  |  | #include "wl1251.h"
 | 
					
						
							| 
									
										
										
										
											2009-08-07 13:35:11 +03:00
										 |  |  | #include "wl1251_reg.h"
 | 
					
						
							| 
									
										
										
										
											2009-08-07 13:32:56 +03:00
										 |  |  | #include "wl1251_io.h"
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:19 +03:00
										 |  |  | #include "wl1251_event.h"
 | 
					
						
							|  |  |  | #include "wl1251_ps.h"
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | static int wl1251_event_scan_complete(struct wl1251 *wl, | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 				      struct event_mailbox *mbox) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_EVENT, "status: 0x%x, channels: %d", | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		     mbox->scheduled_scan_status, | 
					
						
							|  |  |  | 		     mbox->scheduled_scan_channels); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (wl->scanning) { | 
					
						
							|  |  |  | 		mutex_unlock(&wl->mutex); | 
					
						
							|  |  |  | 		ieee80211_scan_completed(wl->hw, false); | 
					
						
							|  |  |  | 		mutex_lock(&wl->mutex); | 
					
						
							| 
									
										
										
										
											2009-08-07 13:35:26 +03:00
										 |  |  | 		wl1251_debug(DEBUG_MAC80211, "mac80211 hw scan completed"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		wl->scanning = false; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | static void wl1251_event_mbox_dump(struct event_mailbox *mbox) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_EVENT, "MBOX DUMP:"); | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_EVENT, "\tvector: 0x%x", mbox->events_vector); | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_EVENT, "\tmask: 0x%x", mbox->events_mask); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | static int wl1251_event_process(struct wl1251 *wl, struct event_mailbox *mbox) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 	u32 vector; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_event_mbox_dump(mbox); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	vector = mbox->events_vector & ~(mbox->events_mask); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_EVENT, "vector: 0x%x", vector); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (vector & SCAN_COMPLETE_EVENT_ID) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		ret = wl1251_event_scan_complete(wl, mbox); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		if (ret < 0) | 
					
						
							|  |  |  | 			return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (vector & BSS_LOSE_EVENT_ID) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_debug(DEBUG_EVENT, "BSS_LOSE_EVENT"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if (wl->psm_requested && wl->psm) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 			ret = wl1251_ps_set_mode(wl, STATION_ACTIVE_MODE); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 			if (ret < 0) | 
					
						
							|  |  |  | 				return ret; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:23 +02:00
										 |  |  | 	if (vector & SYNCHRONIZATION_TIMEOUT_EVENT_ID && wl->psm) { | 
					
						
							|  |  |  | 		wl1251_debug(DEBUG_EVENT, "SYNCHRONIZATION_TIMEOUT_EVENT"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* indicate to the stack, that beacons have been lost */ | 
					
						
							|  |  |  | 		ieee80211_beacon_loss(wl->vif); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:49:23 +02:00
										 |  |  | 	if (vector & REGAINED_BSS_EVENT_ID) { | 
					
						
							|  |  |  | 		if (wl->psm_requested) { | 
					
						
							|  |  |  | 			ret = wl1251_ps_set_mode(wl, STATION_POWER_SAVE_MODE); | 
					
						
							|  |  |  | 			if (ret < 0) | 
					
						
							|  |  |  | 				return ret; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_event_unmask(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_acx_event_mbox_mask(wl, ~(wl->event_mask)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							|  |  |  | 		return ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | void wl1251_event_mbox_config(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl->mbox_ptr[0] = wl1251_reg_read32(wl, REG_EVENT_MAILBOX_PTR); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	wl->mbox_ptr[1] = wl->mbox_ptr[0] + sizeof(struct event_mailbox); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_EVENT, "MBOX ptrs: 0x%x 0x%x", | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		     wl->mbox_ptr[0], wl->mbox_ptr[1]); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_event_handle(struct wl1251 *wl, u8 mbox_num) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct event_mailbox mbox; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_EVENT, "EVENT on mbox %d", mbox_num); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (mbox_num > 1) | 
					
						
							|  |  |  | 		return -EINVAL; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* first we read the mbox descriptor */ | 
					
						
							| 
									
										
										
										
											2009-08-07 13:32:56 +03:00
										 |  |  | 	wl1251_mem_read(wl, wl->mbox_ptr[mbox_num], &mbox, | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 			    sizeof(struct event_mailbox)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* process the descriptor */ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_event_process(wl, &mbox); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							|  |  |  | 		return ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* then we let the firmware know it can go on...*/ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_reg_write32(wl, ACX_REG_INTERRUPT_TRIG, INTR_TRIG_EVENT_ACK); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } |