> 1) if card is not able to run in adhoc mode why the iwconfig does not report > error when i have used iwconfig command ?
Because "iwconfig" is the wrong tool. You should use "iw". See http://wireless.kernel.org/en/users/Documentation/iw For some hints on how to setup adhoc, see http://wireless.kernel.org/en/users/Documentation/iw/replace-iwconfig > 2) if the card is able to run in adhoc why it does not work as all parameters > are good defined The same reason as above. "iwconfig" was for WEXT, "iw" is for nl80211/cfg80211, which can do way more. -- http://www.holgerschurig.de _______________________________________________ ath5k-devel mailing list [email protected] https://lists.ath5k.org/mailman/listinfo/ath5k-devel
