diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 09:13:21 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 09:13:21 +0000 |
commit | 4816b77538e07835e1a705d759df33befb776461 (patch) | |
tree | 4efa8d33f6ea90e4cafb3f7b93925dd8ac8396b1 /meta/packages/misc-binary-only/prism-firmware/hostap.rules | |
parent | 3abd842df0b0fce1960ff8db216f7076b07af7eb (diff) | |
download | poky-4816b77538e07835e1a705d759df33befb776461.tar.gz |
prism-firmware: added support of loading 1.8.4 firmware for Prism2/3 CF cards on insert
This will give possibility of using WPA/WPA2 for users which cards have firmware
older then 1.7.4 (which was first version with WPA support).
It is alternative to reflashing cards.
Tested on Prism2 and Prism3 cards, replace all previous ways of supporting them.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1999 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/misc-binary-only/prism-firmware/hostap.rules')
-rw-r--r-- | meta/packages/misc-binary-only/prism-firmware/hostap.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/misc-binary-only/prism-firmware/hostap.rules b/meta/packages/misc-binary-only/prism-firmware/hostap.rules new file mode 100644 index 0000000000..dece98ae93 --- /dev/null +++ b/meta/packages/misc-binary-only/prism-firmware/hostap.rules | |||
@@ -0,0 +1,4 @@ | |||
1 | # | ||
2 | # update firmware on Prism cards (load it to RAM, not to Flash) | ||
3 | # | ||
4 | SUBSYSTEM=="net", KERNEL=="wlan*" RUN="/lib/udev/prism-fw.sh" | ||