Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290244
b: refs/heads/master
c: a10e2f2
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Kalle Valo committed Jan 2, 2012
1 parent 098f0d1 commit 060b954
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 351de2835d6429548feb8cca9a17497ec3474f41
refs/heads/master: a10e2f2f6db8f86eaca1cf3d00269463da4d6434
9 changes: 9 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
unsigned int debug_mask;
static unsigned int testmode;
static bool suspend_cutpower;
static unsigned int uart_debug;

module_param(debug_mask, uint, 0644);
module_param(testmode, uint, 0644);
module_param(suspend_cutpower, bool, 0444);
module_param(uart_debug, uint, 0644);

static const struct ath6kl_hw hw_list[] = {
{
Expand Down Expand Up @@ -464,6 +466,13 @@ int ath6kl_configure_target(struct ath6kl *ar)
u8 fw_iftype, fw_mode = 0, fw_submode = 0;
int i, status;

param = uart_debug;
if (ath6kl_bmi_write(ar, ath6kl_get_hi_item_addr(ar,
HI_ITEM(hi_serial_enable)), (u8 *)&param, 4)) {
ath6kl_err("bmi_write_memory for uart debug failed\n");
return -EIO;
}

/*
* Note: Even though the firmware interface type is
* chosen as BSS_STA for all three interfaces, can
Expand Down

0 comments on commit 060b954

Please sign in to comment.