| 
									
										
										
										
											2009-06-12 14:17:19 +03:00
										 |  |  | #include "wl1251_acx.h"
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <linux/module.h>
 | 
					
						
							| 
									
										
											  
											
												include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files.  percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed.  Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability.  As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
  http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
  only the necessary includes are there.  ie. if only gfp is used,
  gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
  blocks and try to put the new include such that its order conforms
  to its surrounding.  It's put in the include block which contains
  core kernel includes, in the same order that the rest are ordered -
  alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
  doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
  because the file doesn't have fitting include block), it prints out
  an error message indicating which .h file needs to be added to the
  file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
   over 4000 files, deleting around 700 includes and adding ~480 gfp.h
   and ~3000 slab.h inclusions.  The script emitted errors for ~400
   files.
2. Each error was manually checked.  Some didn't need the inclusion,
   some needed manual addition while adding it to implementation .h or
   embedding .c file was more appropriate for others.  This step added
   inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
   from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
   e.g. lib/decompress_*.c used malloc/free() wrappers around slab
   APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
   editing them as sprinkling gfp.h and slab.h inclusions around .h
   files could easily lead to inclusion dependency hell.  Most gfp.h
   inclusion directives were ignored as stuff from gfp.h was usually
   wildly available and often used in preprocessor macros.  Each
   slab.h inclusion directive was examined and added manually as
   necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
   were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my
   distributed build env didn't work with gcov compiles) and a few
   more options had to be turned off depending on archs to make things
   build (like ipr on powerpc/64 which failed due to missing writeq).
   * x86 and x86_64 UP and SMP allmodconfig and a custom test config.
   * powerpc and powerpc64 SMP allmodconfig
   * sparc and sparc64 SMP allmodconfig
   * ia64 SMP allmodconfig
   * s390 SMP allmodconfig
   * alpha SMP allmodconfig
   * um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
   a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
											
										 
											2010-03-24 17:04:11 +09:00
										 |  |  | #include <linux/slab.h>
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | #include <linux/crc7.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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_cmd.h"
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:19 +03:00
										 |  |  | #include "wl1251_ps.h"
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_frame_rates(struct wl1251 *wl, u8 ctrl_rate, u8 ctrl_mod, | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 			   u8 mgt_rate, u8 mgt_mod) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_fw_gen_frame_rates *rates; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx frame rates"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rates = kzalloc(sizeof(*rates), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!rates) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rates->tx_ctrl_frame_rate = ctrl_rate; | 
					
						
							|  |  |  | 	rates->tx_ctrl_frame_mod = ctrl_mod; | 
					
						
							|  |  |  | 	rates->tx_mgt_frame_rate = mgt_rate; | 
					
						
							|  |  |  | 	rates->tx_mgt_frame_mod = mgt_mod; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_FW_GEN_FRAME_RATES, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   rates, sizeof(*rates)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_error("Failed to set FW rates and modulation"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(rates); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_station_id(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_dot11_station_id *mac; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret, i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx dot11_station_id"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	mac = kzalloc(sizeof(*mac), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!mac) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < ETH_ALEN; i++) | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		mac->mac[i] = wl->mac_addr[ETH_ALEN - 1 - i]; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_STATION_ID, mac, sizeof(*mac)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(mac); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_default_key(struct wl1251 *wl, u8 key_id) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_dot11_default_key *default_key; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx dot11_default_key (%d)", key_id); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	default_key = kzalloc(sizeof(*default_key), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!default_key) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	default_key->id = key_id; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_DEFAULT_KEY, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   default_key, sizeof(*default_key)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-07-19 15:00:39 +02:00
										 |  |  | 		wl1251_error("Couldn't set default key"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl->default_key = key_id; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(default_key); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_wake_up_conditions(struct wl1251 *wl, u8 wake_up_event, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:15:46 +03:00
										 |  |  | 				  u8 listen_interval) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_wake_up_condition *wake_up; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx wake up conditions"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	wake_up = kzalloc(sizeof(*wake_up), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!wake_up) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:15:46 +03:00
										 |  |  | 	wake_up->wake_up_event = wake_up_event; | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	wake_up->listen_interval = listen_interval; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_WAKE_UP_CONDITIONS, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   wake_up, sizeof(*wake_up)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("could not set wake up conditions: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(wake_up); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_sleep_auth(struct wl1251 *wl, u8 sleep_auth) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_sleep_auth *auth; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx sleep auth"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	auth = kzalloc(sizeof(*auth), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!auth) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	auth->sleep_auth = sleep_auth; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_SLEEP_AUTH, auth, sizeof(*auth)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							|  |  |  | 		return ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(auth); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_fw_version(struct wl1251 *wl, char *buf, size_t len) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	struct acx_revision *rev; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx fw rev"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rev = kzalloc(sizeof(*rev), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!rev) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_interrogate(wl, ACX_FW_REV, rev, sizeof(*rev)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("ACX_FW_REV interrogate failed"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* be careful with the buffer sizes */ | 
					
						
							|  |  |  | 	strncpy(buf, rev->fw_version, min(len, sizeof(rev->fw_version))); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/*
 | 
					
						
							|  |  |  | 	 * if the firmware version string is exactly | 
					
						
							|  |  |  | 	 * sizeof(rev->fw_version) long or fw_len is less than | 
					
						
							|  |  |  | 	 * sizeof(rev->fw_version) it won't be null terminated | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	buf[min(len, sizeof(rev->fw_version)) - 1] = '\0'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(rev); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_tx_power(struct wl1251 *wl, int power) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_current_tx_power *acx; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx dot11_cur_tx_pwr"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (power < 0 || power > 25) | 
					
						
							|  |  |  | 		return -EINVAL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx->current_tx_power = power * 10; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_CUR_TX_PWR, acx, sizeof(*acx)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("configure of tx power failed: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_feature_cfg(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_feature_config *feature; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx feature cfg"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	feature = kzalloc(sizeof(*feature), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!feature) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* DF_ENCRYPTION_DISABLE and DF_SNIFF_MODE_ENABLE are disabled */ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	feature->data_flow_options = 0; | 
					
						
							|  |  |  | 	feature->options = 0; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_FEATURE_CFG, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   feature, sizeof(*feature)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-07-19 15:00:39 +02:00
										 |  |  | 		wl1251_error("Couldn't set HW encryption"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(feature); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		       size_t len) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx mem map"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_interrogate(wl, ACX_MEM_MAP, mem_map, len); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							|  |  |  | 		return ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_data_path_params(struct wl1251 *wl, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				struct acx_data_path_params_resp *resp) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_data_path_params *params; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx data path params"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params = kzalloc(sizeof(*params), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!params) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params->rx_packet_ring_chunk_size = DP_RX_PACKET_RING_CHUNK_SIZE; | 
					
						
							|  |  |  | 	params->tx_packet_ring_chunk_size = DP_TX_PACKET_RING_CHUNK_SIZE; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params->rx_packet_ring_chunk_num = DP_RX_PACKET_RING_CHUNK_NUM; | 
					
						
							|  |  |  | 	params->tx_packet_ring_chunk_num = DP_TX_PACKET_RING_CHUNK_NUM; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params->tx_complete_threshold = 1; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params->tx_complete_ring_depth = FW_TX_CMPLT_BLOCK_SIZE; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	params->tx_complete_timeout = DP_TX_COMPLETE_TIME_OUT; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_DATA_PATH_PARAMS, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   params, sizeof(*params)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	/* FIXME: shouldn't this be ACX_DATA_PATH_RESP_PARAMS? */ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_interrogate(wl, ACX_DATA_PATH_PARAMS, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				     resp, sizeof(*resp)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to read data path parameters: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							|  |  |  | 	} else if (resp->header.cmd.status != CMD_STATUS_SUCCESS) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("data path parameter acx status failed"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		ret = -EIO; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(params); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_rx_msdu_life_time(struct wl1251 *wl, u32 life_time) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_rx_msdu_lifetime *acx; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx rx msdu life time"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:16:45 +03:00
										 |  |  | 	acx->lifetime = life_time; | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_RX_MSDU_LIFE_TIME, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   acx, sizeof(*acx)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set rx msdu life time: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_rx_config(struct wl1251 *wl, u32 config, u32 filter) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_rx_config *rx_config; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx rx config"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rx_config = kzalloc(sizeof(*rx_config), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!rx_config) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	rx_config->config_options = config; | 
					
						
							|  |  |  | 	rx_config->filter_options = filter; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_RX_CFG, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   rx_config, sizeof(*rx_config)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set rx config: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(rx_config); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_pd_threshold(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_packet_detection *pd; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx data pd threshold"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	pd = kzalloc(sizeof(*pd), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!pd) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	/* FIXME: threshold value not set */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_PD_THRESHOLD, pd, sizeof(*pd)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set pd threshold: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(pd); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_slot *slot; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx slot"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	slot = kzalloc(sizeof(*slot), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!slot) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	slot->wone_index = STATION_WONE_INDEX; | 
					
						
							|  |  |  | 	slot->slot_time = slot_time; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_SLOT, slot, sizeof(*slot)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set slot time: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(slot); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_group_address_tbl(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_dot11_grp_addr_tbl *acx; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx group address tbl"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	/* MAC filtering */ | 
					
						
							|  |  |  | 	acx->enabled = 0; | 
					
						
							|  |  |  | 	acx->num_groups = 0; | 
					
						
							|  |  |  | 	memset(acx->mac_table, 0, ADDRESS_GROUP_MAX_LEN); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_GROUP_ADDRESS_TBL, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   acx, sizeof(*acx)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set group addr table: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_service_period_timeout(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_rx_timeout *rx_timeout; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rx_timeout = kzalloc(sizeof(*rx_timeout), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!rx_timeout) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx service period timeout"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rx_timeout->ps_poll_timeout = RX_TIMEOUT_PS_POLL_DEF; | 
					
						
							|  |  |  | 	rx_timeout->upsd_timeout = RX_TIMEOUT_UPSD_DEF; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_SERVICE_PERIOD_TIMEOUT, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   rx_timeout, sizeof(*rx_timeout)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set service period timeout: %d", | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 			       ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(rx_timeout); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_rts_threshold(struct wl1251 *wl, u16 rts_threshold) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_rts_threshold *rts; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx rts threshold"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rts = kzalloc(sizeof(*rts), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!rts) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	rts->threshold = rts_threshold; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, DOT11_RTS_THRESHOLD, rts, sizeof(*rts)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set rts threshold: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(rts); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:30 +02:00
										 |  |  | int wl1251_acx_beacon_filter_opt(struct wl1251 *wl, bool enable_filter) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_beacon_filter_option *beacon_filter; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx beacon filter opt"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	beacon_filter = kzalloc(sizeof(*beacon_filter), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!beacon_filter) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:30 +02:00
										 |  |  | 	beacon_filter->enable = enable_filter; | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	beacon_filter->max_num_beacons = 0; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_BEACON_FILTER_OPT, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   beacon_filter, sizeof(*beacon_filter)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set beacon filter opt: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(beacon_filter); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_beacon_filter_table(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_beacon_filter_ie_table *ie_table; | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:30 +02:00
										 |  |  | 	int idx = 0; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx beacon filter table"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	ie_table = kzalloc(sizeof(*ie_table), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!ie_table) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:30 +02:00
										 |  |  | 	/* configure default beacon pass-through rules */ | 
					
						
							|  |  |  | 	ie_table->num_ie = 1; | 
					
						
							|  |  |  | 	ie_table->table[idx++] = BEACON_FILTER_IE_ID_CHANNEL_SWITCH_ANN; | 
					
						
							|  |  |  | 	ie_table->table[idx++] = BEACON_RULE_PASS_ON_APPEARANCE; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_BEACON_FILTER_TABLE, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   ie_table, sizeof(*ie_table)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set beacon filter table: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(ie_table); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-11-17 18:48:14 +02:00
										 |  |  | int wl1251_acx_conn_monit_params(struct wl1251 *wl) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct acx_conn_monit_params *acx; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx connection monitor parameters"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx->synch_fail_thold = SYNCH_FAIL_DEFAULT_THRESHOLD; | 
					
						
							|  |  |  | 	acx->bss_lose_timeout = NO_BEACON_DEFAULT_TIMEOUT; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_CONN_MONIT_PARAMS, | 
					
						
							|  |  |  | 				   acx, sizeof(*acx)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("failed to set connection monitor " | 
					
						
							|  |  |  | 			       "parameters: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_sg_enable(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_bt_wlan_coex *pta; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx sg enable"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	pta = kzalloc(sizeof(*pta), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!pta) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	pta->enable = SG_ENABLE; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_SG_ENABLE, pta, sizeof(*pta)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set softgemini enable: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(pta); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_sg_cfg(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_bt_wlan_coex_param *param; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx sg cfg"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	param = kzalloc(sizeof(*param), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!param) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	/* BT-WLAN coext parameters */ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	param->min_rate = RATE_INDEX_24MBPS; | 
					
						
							|  |  |  | 	param->bt_hp_max_time = PTA_BT_HP_MAXTIME_DEF; | 
					
						
							|  |  |  | 	param->wlan_hp_max_time = PTA_WLAN_HP_MAX_TIME_DEF; | 
					
						
							|  |  |  | 	param->sense_disable_timer = PTA_SENSE_DISABLE_TIMER_DEF; | 
					
						
							|  |  |  | 	param->rx_time_bt_hp = PTA_PROTECTIVE_RX_TIME_DEF; | 
					
						
							|  |  |  | 	param->tx_time_bt_hp = PTA_PROTECTIVE_TX_TIME_DEF; | 
					
						
							|  |  |  | 	param->rx_time_bt_hp_fast = PTA_PROTECTIVE_RX_TIME_FAST_DEF; | 
					
						
							|  |  |  | 	param->tx_time_bt_hp_fast = PTA_PROTECTIVE_TX_TIME_FAST_DEF; | 
					
						
							|  |  |  | 	param->wlan_cycle_fast = PTA_CYCLE_TIME_FAST_DEF; | 
					
						
							|  |  |  | 	param->bt_anti_starvation_period = PTA_ANTI_STARVE_PERIOD_DEF; | 
					
						
							|  |  |  | 	param->next_bt_lp_packet = PTA_TIMEOUT_NEXT_BT_LP_PACKET_DEF; | 
					
						
							|  |  |  | 	param->wake_up_beacon = PTA_TIME_BEFORE_BEACON_DEF; | 
					
						
							|  |  |  | 	param->hp_dm_max_guard_time = PTA_HPDM_MAX_TIME_DEF; | 
					
						
							|  |  |  | 	param->next_wlan_packet = PTA_TIME_OUT_NEXT_WLAN_DEF; | 
					
						
							|  |  |  | 	param->antenna_type = PTA_ANTENNA_TYPE_DEF; | 
					
						
							|  |  |  | 	param->signal_type = PTA_SIGNALING_TYPE_DEF; | 
					
						
							|  |  |  | 	param->afh_leverage_on = PTA_AFH_LEVERAGE_ON_DEF; | 
					
						
							|  |  |  | 	param->quiet_cycle_num = PTA_NUMBER_QUIET_CYCLE_DEF; | 
					
						
							|  |  |  | 	param->max_cts = PTA_MAX_NUM_CTS_DEF; | 
					
						
							|  |  |  | 	param->wlan_packets_num = PTA_NUMBER_OF_WLAN_PACKETS_DEF; | 
					
						
							|  |  |  | 	param->bt_packets_num = PTA_NUMBER_OF_BT_PACKETS_DEF; | 
					
						
							|  |  |  | 	param->missed_rx_avalanche = PTA_RX_FOR_AVALANCHE_DEF; | 
					
						
							|  |  |  | 	param->wlan_elp_hp = PTA_ELP_HP_DEF; | 
					
						
							|  |  |  | 	param->bt_anti_starvation_cycles = PTA_ANTI_STARVE_NUM_CYCLE_DEF; | 
					
						
							|  |  |  | 	param->ack_mode_dual_ant = PTA_ACK_MODE_DEF; | 
					
						
							|  |  |  | 	param->pa_sd_enable = PTA_ALLOW_PA_SD_DEF; | 
					
						
							|  |  |  | 	param->pta_auto_mode_enable = PTA_AUTO_MODE_NO_CTS_DEF; | 
					
						
							|  |  |  | 	param->bt_hp_respected_num = PTA_BT_HP_RESPECTED_DEF; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_SG_CFG, param, sizeof(*param)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set sg config: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(param); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_cca_threshold(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_energy_detection *detection; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx cca threshold"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	detection = kzalloc(sizeof(*detection), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!detection) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	detection->rx_cca_threshold = CCA_THRSH_DISABLE_ENERGY_D; | 
					
						
							|  |  |  | 	detection->tx_energy_detection = 0; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_CCA_THRESHOLD, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   detection, sizeof(*detection)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set cca threshold: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(detection); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_bcn_dtim_options(struct wl1251 *wl) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_beacon_broadcast *bb; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx bcn dtim options"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	bb = kzalloc(sizeof(*bb), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!bb) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	bb->beacon_rx_timeout = BCN_RX_TIMEOUT_DEF_VALUE; | 
					
						
							|  |  |  | 	bb->broadcast_timeout = BROADCAST_RX_TIMEOUT_DEF_VALUE; | 
					
						
							|  |  |  | 	bb->rx_broadcast_in_ps = RX_BROADCAST_IN_PS_DEF_VALUE; | 
					
						
							|  |  |  | 	bb->ps_poll_threshold = CONSECUTIVE_PS_POLL_FAILURE_DEF; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_BCN_DTIM_OPTIONS, bb, sizeof(*bb)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set rx config: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(bb); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_aid(struct wl1251 *wl, u16 aid) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_aid *acx_aid; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx aid"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx_aid = kzalloc(sizeof(*acx_aid), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx_aid) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx_aid->aid = aid; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_AID, acx_aid, sizeof(*acx_aid)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set aid: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx_aid); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_event_mbox_mask(struct wl1251 *wl, u32 event_mask) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_event_mask *mask; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx event mbox mask"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	mask = kzalloc(sizeof(*mask), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!mask) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	/* high event mask is unused */ | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	mask->high_event_mask = 0xffffffff; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	mask->event_mask = event_mask; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_EVENT_MBOX_MASK, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				   mask, sizeof(*mask)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("failed to set acx_event_mbox_mask: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | out: | 
					
						
							|  |  |  | 	kfree(mask); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_set_preamble(struct wl1251 *wl, enum acx_preamble_type preamble) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_preamble *acx; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx_set_preamble"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx->preamble = preamble; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_PREAMBLE_TYPE, acx, sizeof(*acx)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("Setting of preamble failed: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_cts_protect(struct wl1251 *wl, | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 			   enum acx_ctsprotect_type ctsprotect) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_ctsprotect *acx; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx_set_ctsprotect"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx->ctsprotect = ctsprotect; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_configure(wl, ACX_CTS_PROTECTION, acx, sizeof(*acx)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("Setting of ctsprotect failed: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		goto out; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_tsf_info(struct wl1251 *wl, u64 *mactime) | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	struct acx_tsf_info *tsf_info; | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	tsf_info = kzalloc(sizeof(*tsf_info), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!tsf_info) { | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_interrogate(wl, ACX_TSF_INFO, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				     tsf_info, sizeof(*tsf_info)); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("ACX_FW_REV interrogate failed"); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	*mactime = tsf_info->current_tsf_lsb | | 
					
						
							|  |  |  | 		(tsf_info->current_tsf_msb << 31); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 	kfree(tsf_info); | 
					
						
							| 
									
										
										
										
											2009-04-29 23:33:31 +03:00
										 |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | int wl1251_acx_statistics(struct wl1251 *wl, struct acx_statistics *stats) | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | { | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	wl1251_debug(DEBUG_ACX, "acx statistics"); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 	ret = wl1251_cmd_interrogate(wl, ACX_STATISTICS, stats, | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 				     sizeof(*stats)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							| 
									
										
										
										
											2009-06-12 14:17:39 +03:00
										 |  |  | 		wl1251_warning("acx statistics failed: %d", ret); | 
					
						
							| 
									
										
										
										
											2009-06-12 14:14:19 +03:00
										 |  |  | 		return -ENOMEM; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-08-07 13:33:57 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | int wl1251_acx_rate_policies(struct wl1251 *wl) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct acx_rate_policy *acx; | 
					
						
							|  |  |  | 	int ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx rate policies"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* configure one default (one-size-fits-all) rate class */ | 
					
						
							|  |  |  | 	acx->rate_class_cnt = 1; | 
					
						
							|  |  |  | 	acx->rate_class[0].enabled_rates = ACX_RATE_MASK_UNSPECIFIED; | 
					
						
							|  |  |  | 	acx->rate_class[0].short_retry_limit = ACX_RATE_RETRY_LIMIT; | 
					
						
							|  |  |  | 	acx->rate_class[0].long_retry_limit = ACX_RATE_RETRY_LIMIT; | 
					
						
							|  |  |  | 	acx->rate_class[0].aflags = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_RATE_POLICY, acx, sizeof(*acx)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("Setting of rate policies failed: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int wl1251_acx_mem_cfg(struct wl1251 *wl) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct wl1251_acx_config_memory *mem_conf; | 
					
						
							|  |  |  | 	int ret, i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx mem cfg"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	mem_conf = kzalloc(sizeof(*mem_conf), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!mem_conf) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* memory config */ | 
					
						
							|  |  |  | 	mem_conf->mem_config.num_stations = cpu_to_le16(DEFAULT_NUM_STATIONS); | 
					
						
							|  |  |  | 	mem_conf->mem_config.rx_mem_block_num = 35; | 
					
						
							|  |  |  | 	mem_conf->mem_config.tx_min_mem_block_num = 64; | 
					
						
							|  |  |  | 	mem_conf->mem_config.num_tx_queues = MAX_TX_QUEUES; | 
					
						
							|  |  |  | 	mem_conf->mem_config.host_if_options = HOSTIF_PKT_RING; | 
					
						
							|  |  |  | 	mem_conf->mem_config.num_ssid_profiles = 1; | 
					
						
							|  |  |  | 	mem_conf->mem_config.debug_buffer_size = | 
					
						
							|  |  |  | 		cpu_to_le16(TRACE_BUFFER_MAX_SIZE); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* RX queue config */ | 
					
						
							|  |  |  | 	mem_conf->rx_queue_config.dma_address = 0; | 
					
						
							|  |  |  | 	mem_conf->rx_queue_config.num_descs = ACX_RX_DESC_DEF; | 
					
						
							|  |  |  | 	mem_conf->rx_queue_config.priority = DEFAULT_RXQ_PRIORITY; | 
					
						
							|  |  |  | 	mem_conf->rx_queue_config.type = DEFAULT_RXQ_TYPE; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* TX queue config */ | 
					
						
							|  |  |  | 	for (i = 0; i < MAX_TX_QUEUES; i++) { | 
					
						
							|  |  |  | 		mem_conf->tx_queue_config[i].num_descs = ACX_TX_DESC_DEF; | 
					
						
							|  |  |  | 		mem_conf->tx_queue_config[i].attributes = i; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_MEM_CFG, mem_conf, | 
					
						
							|  |  |  | 				   sizeof(*mem_conf)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("wl1251 mem config failed: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(mem_conf); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-11-17 18:49:08 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | int wl1251_acx_wr_tbtt_and_dtim(struct wl1251 *wl, u16 tbtt, u8 dtim) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct wl1251_acx_wr_tbtt_and_dtim *acx; | 
					
						
							|  |  |  | 	int ret; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx tbtt and dtim"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx->tbtt = tbtt; | 
					
						
							|  |  |  | 	acx->dtim = dtim; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_WR_TBTT_AND_DTIM, | 
					
						
							|  |  |  | 				   acx, sizeof(*acx)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("failed to set tbtt and dtim: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-11-30 10:18:19 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | int wl1251_acx_ac_cfg(struct wl1251 *wl, u8 ac, u8 cw_min, u16 cw_max, | 
					
						
							|  |  |  | 		      u8 aifs, u16 txop) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct wl1251_acx_ac_cfg *acx; | 
					
						
							|  |  |  | 	int ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx ac cfg %d cw_ming %d cw_max %d " | 
					
						
							|  |  |  | 		     "aifs %d txop %d", ac, cw_min, cw_max, aifs, txop); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx->ac = ac; | 
					
						
							|  |  |  | 	acx->cw_min = cw_min; | 
					
						
							|  |  |  | 	acx->cw_max = cw_max; | 
					
						
							|  |  |  | 	acx->aifsn = aifs; | 
					
						
							|  |  |  | 	acx->txop_limit = txop; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_AC_CFG, acx, sizeof(*acx)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("acx ac cfg failed: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2009-11-30 10:18:27 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | int wl1251_acx_tid_cfg(struct wl1251 *wl, u8 queue, | 
					
						
							|  |  |  | 		       enum wl1251_acx_channel_type type, | 
					
						
							|  |  |  | 		       u8 tsid, enum wl1251_acx_ps_scheme ps_scheme, | 
					
						
							|  |  |  | 		       enum wl1251_acx_ack_policy ack_policy) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	struct wl1251_acx_tid_cfg *acx; | 
					
						
							|  |  |  | 	int ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	wl1251_debug(DEBUG_ACX, "acx tid cfg %d type %d tsid %d " | 
					
						
							|  |  |  | 		     "ps_scheme %d ack_policy %d", queue, type, tsid, | 
					
						
							|  |  |  | 		     ps_scheme, ack_policy); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx = kzalloc(sizeof(*acx), GFP_KERNEL); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!acx) { | 
					
						
							|  |  |  | 		ret = -ENOMEM; | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	acx->queue = queue; | 
					
						
							|  |  |  | 	acx->type = type; | 
					
						
							|  |  |  | 	acx->tsid = tsid; | 
					
						
							|  |  |  | 	acx->ps_scheme = ps_scheme; | 
					
						
							|  |  |  | 	acx->ack_policy = ack_policy; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret = wl1251_cmd_configure(wl, ACX_TID_CFG, acx, sizeof(*acx)); | 
					
						
							|  |  |  | 	if (ret < 0) { | 
					
						
							|  |  |  | 		wl1251_warning("acx tid cfg failed: %d", ret); | 
					
						
							|  |  |  | 		goto out; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | out: | 
					
						
							|  |  |  | 	kfree(acx); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | } |