Does OpenWrt support ar1021X?

i saw the atheros ar1021x driver is based on ath6kL, but there`s no usb_device_id for ar1021x in ath6Kl sourcecode, after i add the

{USB_DEVICE(0x0cf3, 0x1021)},
{USB_DEVICE(0x0cf3, 0x1022)},

it show`s kernel panic..:

[   10.695247] CPU: 0 PID: 109 Comm: kworker/0:1 Not tainted 4.9.111 #0
[   10.701840] Workqueue: events 0x8759257c
[   10.705897] Stack : 80490000 00000000 80490000 800ad970 87c9bb9c 80479247 8042f758 00000000
[   10.714604]         8042f6c4 87d45cdc 00000000 800e0278 80490000 800ad970 00000003 80470000
[   10.723304]         80434f80 87d45cdc 87ca0780 80097d50 80490000 87d45d14 000000a0 00000000
[   10.732004]         00000001 00000000 8759257c 81102400 87c05b00 6576656e 74730000 00000000
[   10.740705]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[   10.749405]         ...
[   10.751942] Call Trace:
[   10.754481] [<8006bc68>] show_stack+0x54/0x88
[   10.759032] [<800815d8>] __warn+0xe4/0x118
[   10.763266] [<8008169c>] warn_slowpath_null+0x1c/0x30
[   10.768512] [<875ca5c4>] ath6kl_htc_mbox_attach+0x1620/0x25f4 [ath6kl_core]
[   10.775711] ---[ end trace d08fd1726fe35b1b ]---
[   10.780485] ath6kl: Target not yet initialized
[   10.819040] ath6kl: Failed to read usb control message: -145
[   10.824891] ath6kl: Unable to read the bmi data from the device: -145
[   10.831571] ath6kl: Unable to recv target info: -145
[   10.933419] ath6kl: Failed to init ath6kl core: -145
[   10.938770] ath6kl_usb: probe of 1-1:1.0 failed with error -145
[   10.945091] usbcore: registered new interface driver ath6kl_usb

how can i get openwrt to support ar1021X ?

Regards