Skip to content

Commit

Permalink
ath6kl: add full USB support
Browse files Browse the repository at this point in the history
Now, with HTC pipe, it's possible to fully support USB version of AR6004.

Based on code by Kevin Fang.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
  • Loading branch information
Kalle Valo committed Mar 26, 2012
1 parent 636f828 commit 9cbee35
Show file tree
Hide file tree
Showing 2 changed files with 782 additions and 4 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/ath/ath6kl/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ enum ATH6K_DEBUG_MASK {
ATH6KL_DBG_WMI_DUMP = BIT(19),
ATH6KL_DBG_SUSPEND = BIT(20),
ATH6KL_DBG_USB = BIT(21),
ATH6KL_DBG_USB_BULK = BIT(22),
ATH6KL_DBG_ANY = 0xffffffff /* enable all logs */
};

Expand Down
Loading

0 comments on commit 9cbee35

Please sign in to comment.