Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341451
b: refs/heads/master
c: 43a06b3
h: refs/heads/master
i:
  341449: 2f6e8cd
  341447: 04a9724
v: v3
  • Loading branch information
Raja Mani authored and Kalle Valo committed Oct 24, 2012
1 parent a7eb9fc commit 480c81b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 58109df67aa073756eb5a2dc2ae068bc1bbcc125
refs/heads/master: 43a06b346d1350009c8f7eaa1a2a137395874ca0
8 changes: 6 additions & 2 deletions trunk/drivers/net/wireless/ath/ath6kl/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,12 @@ static void ath6kl_wmi_regdomain_event(struct wmi *wmi, u8 *datap, int len)

regpair = ath6kl_get_regpair((u16) reg_code);
country = ath6kl_regd_find_country_by_rd((u16) reg_code);
ath6kl_dbg(ATH6KL_DBG_WMI, "Regpair used: 0x%0x\n",
regpair->regDmnEnum);
if (regpair)
ath6kl_dbg(ATH6KL_DBG_WMI, "Regpair used: 0x%0x\n",
regpair->regDmnEnum);
else
ath6kl_warn("Regpair not found reg_code 0x%0x\n",
reg_code);
}

if (country && wmi->parent_dev->wiphy_registered) {
Expand Down

0 comments on commit 480c81b

Please sign in to comment.