brcmsmac: document firmware dependencies
authorJeff Mahoney <jeffm@suse.com>
Mon, 6 Aug 2012 19:17:26 +0000 (15:17 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Aug 2012 19:27:21 +0000 (15:27 -0400)
commitfaa97bd4a43ac69a55029e3b07708bdff0959c07
treec41fcbcb83b06175ff3e1f5d6b3fab596e7ae4ff
parentc771b518199eb329c3a38e479b36b36553e25b2d
brcmsmac: document firmware dependencies

The brcmsmac driver requests firmware but doesn't document the
dependency. This means that software that analyzes the modules to
determine if firmware is needed won't detect it.

Specifically, (at least) openSUSE won't install the kernel-firmware
package if no hardware requires it.

This patch adds the MODULE_FIRMWARE directives.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c