summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/carl9170/mac.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-08-15 15:26:05 -0700
committerDavid S. Miller <davem@davemloft.net>2012-08-15 15:26:05 -0700
commit2ea214929d601a9308e47c3d380e50315963ce42 (patch)
tree17ec73bfcf487fa7511be25618b4fd0d2c04c22d /drivers/net/wireless/ath/carl9170/mac.c
parent1b3a6926fc3430116c97c333f7cf901b86779008 (diff)
parent16698918cdb39ae0d9289741ac2a9ed179f8b8ba (diff)
downloadop-kernel-dev-2ea214929d601a9308e47c3d380e50315963ce42.zip
op-kernel-dev-2ea214929d601a9308e47c3d380e50315963ce42.tar.gz
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
John W. Linville says: ==================== This is a batch of updates intended for 3.7. The ath9k, mwifiex, and b43 drivers get the bulk of the commits this time, with a handful of other driver bits thrown-in. It is mostly just minor fixes and cleanups, etc. Also included is a Bluetooth pull, with a lot of refactoring. Gustavo says: "These are the changes I queued for 3.7. There are a many small fixes/improvements by Andre Guedes. A l2cap channel refcounting refactor by Jaganath. Bluetooth sockets now appears in /proc/net, by Masatake Yamato and Sachin Kamat changes ours drivers to use devm_kzalloc()." ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/mac.c')
-rw-r--r--drivers/net/wireless/ath/carl9170/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/carl9170/mac.c b/drivers/net/wireless/ath/carl9170/mac.c
index 53415bf..f867628 100644
--- a/drivers/net/wireless/ath/carl9170/mac.c
+++ b/drivers/net/wireless/ath/carl9170/mac.c
@@ -318,10 +318,10 @@ int carl9170_set_operating_mode(struct ar9170 *ar)
bssid = common->curbssid;
switch (vif->type) {
- case NL80211_IFTYPE_MESH_POINT:
case NL80211_IFTYPE_ADHOC:
cam_mode |= AR9170_MAC_CAM_IBSS;
break;
+ case NL80211_IFTYPE_MESH_POINT:
case NL80211_IFTYPE_AP:
cam_mode |= AR9170_MAC_CAM_AP;
OpenPOWER on IntegriCloud