<html><head></head><body>*snicker*<br>
<br>
Now, now, let's not let our emotions get the better of us. I'm sure that the other Aetheros chipsets are plenty good ;)<br>
<br><br><div class="gmail_quote">On July 25, 2014 10:21:24 PM EDT, Josh King <jking@opentechinstitute.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<p dir="ltr">*Flips table*</p>
<br /><br /><div class="gmail_quote">On July 25, 2014 7:53:12 PM EDT, Will Hawkins <hawkinsw@opentechinstitute.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">It looks like the ath10k does not support IBSS.<br /><br />Will<br /><br /><br />-------- Original Message --------<br />Subject: [PATCH] ath10k: don't advertise IBSS iftype for 10.x<br />Date: Wed, 23 Jul 2014 11:58:09 +0200<br />From: Michal Kazior <michal.kazior@tieto.com><br />To: ath10k@lists.infradead.org<br />CC: linux-wireless@vger.kernel.org, Michal Kazior <michal.kazior@tieto.com><br /><br />The 10.x firmware does not support IBSS mode at<br />all. It can't beacon and it crashes when trying to<br />scan.<br /><br />Signed-off-by: Michal Kazior <michal.kazior@tieto.com><br />---<br /> drivers/net/wireless/ath/ath10k/mac.c | 3 ++-<br /> 1 file changed, 2 insertions(+), 1 deletion(-)<br /><br />diff --git a/drivers/net/wireless/ath/ath10k/mac.c<br />b/drivers/net/wireless/ath/ath10k/mac.c<br />index 3f9afaa..5122d1b 100644<br />--- a/drivers/net/wireless/ath/ath10k/mac.c<br />+++ b/drivers/net/wireless/ath/ath10k/mac.c<br />@@ -4700,7
+4700,6 @@ int ath10k_mac_register(struct ath10k *ar)<br /><br />  ar->hw->wiphy->interface_modes =<br />   BIT(NL80211_IFTYPE_STATION) |<br />-  BIT(NL80211_IFTYPE_ADHOC) |<br />   BIT(NL80211_IFTYPE_AP);<br /><br />  if (test_bit(ATH10K_FW_FEATURE_WMI_10X, ar->fw_features)) {<br />@@ -4770,6 +4769,8 @@ int ath10k_mac_register(struct ath10k *ar)<br />   ar->hw->wiphy->iface_combinations = ath10k_if_comb;<br />   ar->hw->wiphy->n_iface_combinations =<br />    ARRAY_SIZE(ath10k_if_comb);<br />+<br />+  ar->hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_ADHOC);<br />  }<br /><br />  ar->hw->netdev_features = NETIF_F_HW_CSUM;</pre></blockquote></div><br /></blockquote></div><br>
-- <br>
Sent from my tracking device. Please excuse brevity and cat photos.</body></html>