// SPDX-License-Identifier: GPL-2.0-or-later /* Copyright (C) 2004 - 2009 Ivo van Doorn <[email protected]> Copyright (C) 2004 - 2009 Gertjan van Wingerde <[email protected]> <http://rt2x00.serialmonkey.com> */ /* Module: rt2x00lib Abstract: rt2x00 firmware loading routines. */ #include <linux/kernel.h> #include <linux/module.h> #include "rt2x00.h" #include "rt2x00lib.h" static int rt2x00lib_request_firmware(struct rt2x00_dev *rt2x00dev) { … } int rt2x00lib_load_firmware(struct rt2x00_dev *rt2x00dev) { … } void rt2x00lib_free_firmware(struct rt2x00_dev *rt2x00dev) { … }