]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath9k_htc: use module_usb_driver
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2026 23:48:48 +0000 (16:48 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Sat, 6 Jun 2026 15:46:29 +0000 (08:46 -0700)
commit6a03ff9d5765ab701c12c9fc781fa6de171e1a2e
tree4538fdf56ec93a09bea4d99d78e2c5f2761775a9
parent0bd50e363581a9f833c051f7543ffd1fd3455509
wifi: ath9k_htc: use module_usb_driver

This follows the pattern with other USB Wifi drivers. There is nothing
special being done in the _init and _exit functions here. Simplifies and
saves some lines of code.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20260506234848.189840-1-rosenp@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath9k/hif_usb.c
drivers/net/wireless/ath/ath9k/hif_usb.h
drivers/net/wireless/ath/ath9k/htc_drv_init.c