This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 071a0314faab8c833d812be3680fd94fff34381a (commit) from 8489f84507c6240b2b8258cbb1f69acb6acb071f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 071a0314faab8c833d812be3680fd94fff34381a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Jan 7 01:24:11 2010 +0100
hostap detections also match to cardbus cards.
-----------------------------------------------------------------------
Summary of changes: src/initscripts/init.d/hostapd | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/src/initscripts/init.d/hostapd b/src/initscripts/init.d/hostapd index 0cc95b7..9a40082 100644 --- a/src/initscripts/init.d/hostapd +++ b/src/initscripts/init.d/hostapd @@ -40,8 +40,7 @@ case "${1}" in elif [ -e "/sys/class/net/$INTERFACE/madwifi_name_type" ]; then DRIVER="MADWIFI" driver="madwifi" - elif [ "$(/bin/grep hostap_pci /sys/class/net/$INTERFACE/uevent)" != "" ]; then - #PHYSDEVDRIVER=hostap_pci + elif [ "$(/bin/grep hostap /sys/class/net/$INTERFACE/uevent)" != "" ]; then DRIVER="HOSTAP" driver="hostap" else @@ -70,7 +69,7 @@ case "${1}" in elif [ "$DRIVER" == "HOSTAP" ]; then if [ "$(/usr/sbin/iwconfig $INTERFACE | /bin/grep "Mode:Master")" == "" ]; then boot_mesg "Setting HOSTAP wlan $INTERFACE to Master mode... " - # Set Prism 2.4 Cards to master mode + # Set Prism Cards to master mode /usr/bin/iwconfig $INTERFACE mode master > /dev/null fi fi
hooks/post-receive -- IPFire 2.x development tree