ieee80211.c 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838
  1. /*
  2. * Copyright 2002-2005, Instant802 Networks, Inc.
  3. * Copyright 2005-2006, Devicescape Software, Inc.
  4. * Copyright 2006-2007 Jiri Benc <jbenc@suse.cz>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #include <net/mac80211.h>
  11. #include <net/ieee80211_radiotap.h>
  12. #include <linux/module.h>
  13. #include <linux/init.h>
  14. #include <linux/netdevice.h>
  15. #include <linux/types.h>
  16. #include <linux/slab.h>
  17. #include <linux/skbuff.h>
  18. #include <linux/etherdevice.h>
  19. #include <linux/if_arp.h>
  20. #include <linux/wireless.h>
  21. #include <linux/rtnetlink.h>
  22. #include <linux/bitmap.h>
  23. #include <net/net_namespace.h>
  24. #include <net/cfg80211.h>
  25. #include "ieee80211_i.h"
  26. #include "ieee80211_rate.h"
  27. #include "mesh.h"
  28. #include "wep.h"
  29. #include "wme.h"
  30. #include "aes_ccm.h"
  31. #include "ieee80211_led.h"
  32. #include "cfg.h"
  33. #include "debugfs.h"
  34. #include "debugfs_netdev.h"
  35. #define SUPP_MCS_SET_LEN 16
  36. /*
  37. * For seeing transmitted packets on monitor interfaces
  38. * we have a radiotap header too.
  39. */
  40. struct ieee80211_tx_status_rtap_hdr {
  41. struct ieee80211_radiotap_header hdr;
  42. __le16 tx_flags;
  43. u8 data_retries;
  44. } __attribute__ ((packed));
  45. /* common interface routines */
  46. static int header_parse_80211(const struct sk_buff *skb, unsigned char *haddr)
  47. {
  48. memcpy(haddr, skb_mac_header(skb) + 10, ETH_ALEN); /* addr2 */
  49. return ETH_ALEN;
  50. }
  51. /* must be called under mdev tx lock */
  52. static void ieee80211_configure_filter(struct ieee80211_local *local)
  53. {
  54. unsigned int changed_flags;
  55. unsigned int new_flags = 0;
  56. if (atomic_read(&local->iff_promiscs))
  57. new_flags |= FIF_PROMISC_IN_BSS;
  58. if (atomic_read(&local->iff_allmultis))
  59. new_flags |= FIF_ALLMULTI;
  60. if (local->monitors)
  61. new_flags |= FIF_BCN_PRBRESP_PROMISC;
  62. if (local->fif_fcsfail)
  63. new_flags |= FIF_FCSFAIL;
  64. if (local->fif_plcpfail)
  65. new_flags |= FIF_PLCPFAIL;
  66. if (local->fif_control)
  67. new_flags |= FIF_CONTROL;
  68. if (local->fif_other_bss)
  69. new_flags |= FIF_OTHER_BSS;
  70. changed_flags = local->filter_flags ^ new_flags;
  71. /* be a bit nasty */
  72. new_flags |= (1<<31);
  73. local->ops->configure_filter(local_to_hw(local),
  74. changed_flags, &new_flags,
  75. local->mdev->mc_count,
  76. local->mdev->mc_list);
  77. WARN_ON(new_flags & (1<<31));
  78. local->filter_flags = new_flags & ~(1<<31);
  79. }
  80. /* master interface */
  81. static int ieee80211_master_open(struct net_device *dev)
  82. {
  83. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  84. struct ieee80211_sub_if_data *sdata;
  85. int res = -EOPNOTSUPP;
  86. /* we hold the RTNL here so can safely walk the list */
  87. list_for_each_entry(sdata, &local->interfaces, list) {
  88. if (sdata->dev != dev && netif_running(sdata->dev)) {
  89. res = 0;
  90. break;
  91. }
  92. }
  93. return res;
  94. }
  95. static int ieee80211_master_stop(struct net_device *dev)
  96. {
  97. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  98. struct ieee80211_sub_if_data *sdata;
  99. /* we hold the RTNL here so can safely walk the list */
  100. list_for_each_entry(sdata, &local->interfaces, list)
  101. if (sdata->dev != dev && netif_running(sdata->dev))
  102. dev_close(sdata->dev);
  103. return 0;
  104. }
  105. static void ieee80211_master_set_multicast_list(struct net_device *dev)
  106. {
  107. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  108. ieee80211_configure_filter(local);
  109. }
  110. /* regular interfaces */
  111. static int ieee80211_change_mtu(struct net_device *dev, int new_mtu)
  112. {
  113. int meshhdrlen;
  114. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  115. meshhdrlen = (sdata->vif.type == IEEE80211_IF_TYPE_MESH_POINT) ? 5 : 0;
  116. /* FIX: what would be proper limits for MTU?
  117. * This interface uses 802.3 frames. */
  118. if (new_mtu < 256 ||
  119. new_mtu > IEEE80211_MAX_DATA_LEN - 24 - 6 - meshhdrlen) {
  120. printk(KERN_WARNING "%s: invalid MTU %d\n",
  121. dev->name, new_mtu);
  122. return -EINVAL;
  123. }
  124. #ifdef CONFIG_MAC80211_VERBOSE_DEBUG
  125. printk(KERN_DEBUG "%s: setting MTU %d\n", dev->name, new_mtu);
  126. #endif /* CONFIG_MAC80211_VERBOSE_DEBUG */
  127. dev->mtu = new_mtu;
  128. return 0;
  129. }
  130. static inline int identical_mac_addr_allowed(int type1, int type2)
  131. {
  132. return (type1 == IEEE80211_IF_TYPE_MNTR ||
  133. type2 == IEEE80211_IF_TYPE_MNTR ||
  134. (type1 == IEEE80211_IF_TYPE_AP &&
  135. type2 == IEEE80211_IF_TYPE_WDS) ||
  136. (type1 == IEEE80211_IF_TYPE_WDS &&
  137. (type2 == IEEE80211_IF_TYPE_WDS ||
  138. type2 == IEEE80211_IF_TYPE_AP)) ||
  139. (type1 == IEEE80211_IF_TYPE_AP &&
  140. type2 == IEEE80211_IF_TYPE_VLAN) ||
  141. (type1 == IEEE80211_IF_TYPE_VLAN &&
  142. (type2 == IEEE80211_IF_TYPE_AP ||
  143. type2 == IEEE80211_IF_TYPE_VLAN)));
  144. }
  145. static int ieee80211_open(struct net_device *dev)
  146. {
  147. struct ieee80211_sub_if_data *sdata, *nsdata;
  148. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  149. struct ieee80211_if_init_conf conf;
  150. int res;
  151. bool need_hw_reconfig = 0;
  152. struct sta_info *sta;
  153. sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  154. /* we hold the RTNL here so can safely walk the list */
  155. list_for_each_entry(nsdata, &local->interfaces, list) {
  156. struct net_device *ndev = nsdata->dev;
  157. if (ndev != dev && ndev != local->mdev && netif_running(ndev)) {
  158. /*
  159. * Allow only a single IBSS interface to be up at any
  160. * time. This is restricted because beacon distribution
  161. * cannot work properly if both are in the same IBSS.
  162. *
  163. * To remove this restriction we'd have to disallow them
  164. * from setting the same SSID on different IBSS interfaces
  165. * belonging to the same hardware. Then, however, we're
  166. * faced with having to adopt two different TSF timers...
  167. */
  168. if (sdata->vif.type == IEEE80211_IF_TYPE_IBSS &&
  169. nsdata->vif.type == IEEE80211_IF_TYPE_IBSS)
  170. return -EBUSY;
  171. /*
  172. * Disallow multiple IBSS/STA mode interfaces.
  173. *
  174. * This is a technical restriction, it is possible although
  175. * most likely not IEEE 802.11 compliant to have multiple
  176. * STAs with just a single hardware (the TSF timer will not
  177. * be adjusted properly.)
  178. *
  179. * However, because mac80211 uses the master device's BSS
  180. * information for each STA/IBSS interface, doing this will
  181. * currently corrupt that BSS information completely, unless,
  182. * a not very useful case, both STAs are associated to the
  183. * same BSS.
  184. *
  185. * To remove this restriction, the BSS information needs to
  186. * be embedded in the STA/IBSS mode sdata instead of using
  187. * the master device's BSS structure.
  188. */
  189. if ((sdata->vif.type == IEEE80211_IF_TYPE_STA ||
  190. sdata->vif.type == IEEE80211_IF_TYPE_IBSS) &&
  191. (nsdata->vif.type == IEEE80211_IF_TYPE_STA ||
  192. nsdata->vif.type == IEEE80211_IF_TYPE_IBSS))
  193. return -EBUSY;
  194. /*
  195. * The remaining checks are only performed for interfaces
  196. * with the same MAC address.
  197. */
  198. if (compare_ether_addr(dev->dev_addr, ndev->dev_addr))
  199. continue;
  200. /*
  201. * check whether it may have the same address
  202. */
  203. if (!identical_mac_addr_allowed(sdata->vif.type,
  204. nsdata->vif.type))
  205. return -ENOTUNIQ;
  206. /*
  207. * can only add VLANs to enabled APs
  208. */
  209. if (sdata->vif.type == IEEE80211_IF_TYPE_VLAN &&
  210. nsdata->vif.type == IEEE80211_IF_TYPE_AP)
  211. sdata->u.vlan.ap = nsdata;
  212. }
  213. }
  214. switch (sdata->vif.type) {
  215. case IEEE80211_IF_TYPE_WDS:
  216. if (is_zero_ether_addr(sdata->u.wds.remote_addr))
  217. return -ENOLINK;
  218. /* Create STA entry for the WDS peer */
  219. sta = sta_info_alloc(sdata, sdata->u.wds.remote_addr,
  220. GFP_KERNEL);
  221. if (!sta)
  222. return -ENOMEM;
  223. sta->flags |= WLAN_STA_AUTHORIZED;
  224. res = sta_info_insert(sta);
  225. if (res) {
  226. sta_info_destroy(sta);
  227. return res;
  228. }
  229. break;
  230. case IEEE80211_IF_TYPE_VLAN:
  231. if (!sdata->u.vlan.ap)
  232. return -ENOLINK;
  233. break;
  234. case IEEE80211_IF_TYPE_AP:
  235. case IEEE80211_IF_TYPE_STA:
  236. case IEEE80211_IF_TYPE_MNTR:
  237. case IEEE80211_IF_TYPE_IBSS:
  238. case IEEE80211_IF_TYPE_MESH_POINT:
  239. /* no special treatment */
  240. break;
  241. case IEEE80211_IF_TYPE_INVALID:
  242. /* cannot happen */
  243. WARN_ON(1);
  244. break;
  245. }
  246. if (local->open_count == 0) {
  247. res = 0;
  248. if (local->ops->start)
  249. res = local->ops->start(local_to_hw(local));
  250. if (res)
  251. return res;
  252. need_hw_reconfig = 1;
  253. ieee80211_led_radio(local, local->hw.conf.radio_enabled);
  254. }
  255. switch (sdata->vif.type) {
  256. case IEEE80211_IF_TYPE_VLAN:
  257. list_add(&sdata->u.vlan.list, &sdata->u.vlan.ap->u.ap.vlans);
  258. /* no need to tell driver */
  259. break;
  260. case IEEE80211_IF_TYPE_MNTR:
  261. if (sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES) {
  262. local->cooked_mntrs++;
  263. break;
  264. }
  265. /* must be before the call to ieee80211_configure_filter */
  266. local->monitors++;
  267. if (local->monitors == 1)
  268. local->hw.conf.flags |= IEEE80211_CONF_RADIOTAP;
  269. if (sdata->u.mntr_flags & MONITOR_FLAG_FCSFAIL)
  270. local->fif_fcsfail++;
  271. if (sdata->u.mntr_flags & MONITOR_FLAG_PLCPFAIL)
  272. local->fif_plcpfail++;
  273. if (sdata->u.mntr_flags & MONITOR_FLAG_CONTROL)
  274. local->fif_control++;
  275. if (sdata->u.mntr_flags & MONITOR_FLAG_OTHER_BSS)
  276. local->fif_other_bss++;
  277. netif_tx_lock_bh(local->mdev);
  278. ieee80211_configure_filter(local);
  279. netif_tx_unlock_bh(local->mdev);
  280. break;
  281. case IEEE80211_IF_TYPE_STA:
  282. case IEEE80211_IF_TYPE_IBSS:
  283. sdata->u.sta.flags &= ~IEEE80211_STA_PREV_BSSID_SET;
  284. /* fall through */
  285. default:
  286. conf.vif = &sdata->vif;
  287. conf.type = sdata->vif.type;
  288. conf.mac_addr = dev->dev_addr;
  289. res = local->ops->add_interface(local_to_hw(local), &conf);
  290. if (res && !local->open_count && local->ops->stop)
  291. local->ops->stop(local_to_hw(local));
  292. if (res)
  293. return res;
  294. ieee80211_if_config(dev);
  295. ieee80211_reset_erp_info(dev);
  296. ieee80211_enable_keys(sdata);
  297. if (sdata->vif.type == IEEE80211_IF_TYPE_STA &&
  298. !(sdata->flags & IEEE80211_SDATA_USERSPACE_MLME))
  299. netif_carrier_off(dev);
  300. else
  301. netif_carrier_on(dev);
  302. }
  303. if (local->open_count == 0) {
  304. res = dev_open(local->mdev);
  305. WARN_ON(res);
  306. tasklet_enable(&local->tx_pending_tasklet);
  307. tasklet_enable(&local->tasklet);
  308. }
  309. /*
  310. * set_multicast_list will be invoked by the networking core
  311. * which will check whether any increments here were done in
  312. * error and sync them down to the hardware as filter flags.
  313. */
  314. if (sdata->flags & IEEE80211_SDATA_ALLMULTI)
  315. atomic_inc(&local->iff_allmultis);
  316. if (sdata->flags & IEEE80211_SDATA_PROMISC)
  317. atomic_inc(&local->iff_promiscs);
  318. local->open_count++;
  319. if (need_hw_reconfig)
  320. ieee80211_hw_config(local);
  321. netif_start_queue(dev);
  322. return 0;
  323. }
  324. static int ieee80211_stop(struct net_device *dev)
  325. {
  326. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  327. struct ieee80211_local *local = sdata->local;
  328. struct ieee80211_if_init_conf conf;
  329. struct sta_info *sta;
  330. /*
  331. * Stop TX on this interface first.
  332. */
  333. netif_stop_queue(dev);
  334. /*
  335. * Now delete all active aggregation sessions.
  336. */
  337. rcu_read_lock();
  338. list_for_each_entry_rcu(sta, &local->sta_list, list) {
  339. if (sta->sdata == sdata)
  340. ieee80211_sta_tear_down_BA_sessions(dev, sta->addr);
  341. }
  342. rcu_read_unlock();
  343. /*
  344. * Remove all stations associated with this interface.
  345. *
  346. * This must be done before calling ops->remove_interface()
  347. * because otherwise we can later invoke ops->sta_notify()
  348. * whenever the STAs are removed, and that invalidates driver
  349. * assumptions about always getting a vif pointer that is valid
  350. * (because if we remove a STA after ops->remove_interface()
  351. * the driver will have removed the vif info already!)
  352. *
  353. * We could relax this and only unlink the stations from the
  354. * hash table and list but keep them on a per-sdata list that
  355. * will be inserted back again when the interface is brought
  356. * up again, but I don't currently see a use case for that,
  357. * except with WDS which gets a STA entry created when it is
  358. * brought up.
  359. */
  360. sta_info_flush(local, sdata);
  361. /*
  362. * Don't count this interface for promisc/allmulti while it
  363. * is down. dev_mc_unsync() will invoke set_multicast_list
  364. * on the master interface which will sync these down to the
  365. * hardware as filter flags.
  366. */
  367. if (sdata->flags & IEEE80211_SDATA_ALLMULTI)
  368. atomic_dec(&local->iff_allmultis);
  369. if (sdata->flags & IEEE80211_SDATA_PROMISC)
  370. atomic_dec(&local->iff_promiscs);
  371. dev_mc_unsync(local->mdev, dev);
  372. /* APs need special treatment */
  373. if (sdata->vif.type == IEEE80211_IF_TYPE_AP) {
  374. struct ieee80211_sub_if_data *vlan, *tmp;
  375. struct beacon_data *old_beacon = sdata->u.ap.beacon;
  376. /* remove beacon */
  377. rcu_assign_pointer(sdata->u.ap.beacon, NULL);
  378. synchronize_rcu();
  379. kfree(old_beacon);
  380. /* down all dependent devices, that is VLANs */
  381. list_for_each_entry_safe(vlan, tmp, &sdata->u.ap.vlans,
  382. u.vlan.list)
  383. dev_close(vlan->dev);
  384. WARN_ON(!list_empty(&sdata->u.ap.vlans));
  385. }
  386. local->open_count--;
  387. switch (sdata->vif.type) {
  388. case IEEE80211_IF_TYPE_VLAN:
  389. list_del(&sdata->u.vlan.list);
  390. sdata->u.vlan.ap = NULL;
  391. /* no need to tell driver */
  392. break;
  393. case IEEE80211_IF_TYPE_MNTR:
  394. if (sdata->u.mntr_flags & MONITOR_FLAG_COOK_FRAMES) {
  395. local->cooked_mntrs--;
  396. break;
  397. }
  398. local->monitors--;
  399. if (local->monitors == 0)
  400. local->hw.conf.flags &= ~IEEE80211_CONF_RADIOTAP;
  401. if (sdata->u.mntr_flags & MONITOR_FLAG_FCSFAIL)
  402. local->fif_fcsfail--;
  403. if (sdata->u.mntr_flags & MONITOR_FLAG_PLCPFAIL)
  404. local->fif_plcpfail--;
  405. if (sdata->u.mntr_flags & MONITOR_FLAG_CONTROL)
  406. local->fif_control--;
  407. if (sdata->u.mntr_flags & MONITOR_FLAG_OTHER_BSS)
  408. local->fif_other_bss--;
  409. netif_tx_lock_bh(local->mdev);
  410. ieee80211_configure_filter(local);
  411. netif_tx_unlock_bh(local->mdev);
  412. break;
  413. case IEEE80211_IF_TYPE_MESH_POINT:
  414. case IEEE80211_IF_TYPE_STA:
  415. case IEEE80211_IF_TYPE_IBSS:
  416. sdata->u.sta.state = IEEE80211_DISABLED;
  417. del_timer_sync(&sdata->u.sta.timer);
  418. /*
  419. * When we get here, the interface is marked down.
  420. * Call synchronize_rcu() to wait for the RX path
  421. * should it be using the interface and enqueuing
  422. * frames at this very time on another CPU.
  423. */
  424. synchronize_rcu();
  425. skb_queue_purge(&sdata->u.sta.skb_queue);
  426. if (local->scan_dev == sdata->dev) {
  427. if (!local->ops->hw_scan) {
  428. local->sta_sw_scanning = 0;
  429. cancel_delayed_work(&local->scan_work);
  430. } else
  431. local->sta_hw_scanning = 0;
  432. }
  433. flush_workqueue(local->hw.workqueue);
  434. sdata->u.sta.flags &= ~IEEE80211_STA_PRIVACY_INVOKED;
  435. kfree(sdata->u.sta.extra_ie);
  436. sdata->u.sta.extra_ie = NULL;
  437. sdata->u.sta.extra_ie_len = 0;
  438. /* fall through */
  439. default:
  440. conf.vif = &sdata->vif;
  441. conf.type = sdata->vif.type;
  442. conf.mac_addr = dev->dev_addr;
  443. /* disable all keys for as long as this netdev is down */
  444. ieee80211_disable_keys(sdata);
  445. local->ops->remove_interface(local_to_hw(local), &conf);
  446. }
  447. if (local->open_count == 0) {
  448. if (netif_running(local->mdev))
  449. dev_close(local->mdev);
  450. if (local->ops->stop)
  451. local->ops->stop(local_to_hw(local));
  452. ieee80211_led_radio(local, 0);
  453. tasklet_disable(&local->tx_pending_tasklet);
  454. tasklet_disable(&local->tasklet);
  455. }
  456. return 0;
  457. }
  458. int ieee80211_start_tx_ba_session(struct ieee80211_hw *hw, u8 *ra, u16 tid)
  459. {
  460. struct ieee80211_local *local = hw_to_local(hw);
  461. struct sta_info *sta;
  462. struct ieee80211_sub_if_data *sdata;
  463. u16 start_seq_num = 0;
  464. u8 *state;
  465. int ret;
  466. DECLARE_MAC_BUF(mac);
  467. if (tid >= STA_TID_NUM)
  468. return -EINVAL;
  469. #ifdef CONFIG_MAC80211_HT_DEBUG
  470. printk(KERN_DEBUG "Open BA session requested for %s tid %u\n",
  471. print_mac(mac, ra), tid);
  472. #endif /* CONFIG_MAC80211_HT_DEBUG */
  473. rcu_read_lock();
  474. sta = sta_info_get(local, ra);
  475. if (!sta) {
  476. printk(KERN_DEBUG "Could not find the station\n");
  477. rcu_read_unlock();
  478. return -ENOENT;
  479. }
  480. spin_lock_bh(&sta->ampdu_mlme.ampdu_tx);
  481. /* we have tried too many times, receiver does not want A-MPDU */
  482. if (sta->ampdu_mlme.tid_tx[tid].addba_req_num > HT_AGG_MAX_RETRIES) {
  483. ret = -EBUSY;
  484. goto start_ba_exit;
  485. }
  486. state = &sta->ampdu_mlme.tid_tx[tid].state;
  487. /* check if the TID is not in aggregation flow already */
  488. if (*state != HT_AGG_STATE_IDLE) {
  489. #ifdef CONFIG_MAC80211_HT_DEBUG
  490. printk(KERN_DEBUG "BA request denied - session is not "
  491. "idle on tid %u\n", tid);
  492. #endif /* CONFIG_MAC80211_HT_DEBUG */
  493. ret = -EAGAIN;
  494. goto start_ba_exit;
  495. }
  496. /* ensure that TX flow won't interrupt us
  497. * until the end of the call to requeue function */
  498. spin_lock_bh(&local->mdev->queue_lock);
  499. /* create a new queue for this aggregation */
  500. ret = ieee80211_ht_agg_queue_add(local, sta, tid);
  501. /* case no queue is available to aggregation
  502. * don't switch to aggregation */
  503. if (ret) {
  504. #ifdef CONFIG_MAC80211_HT_DEBUG
  505. printk(KERN_DEBUG "BA request denied - no queue available for"
  506. " tid %d\n", tid);
  507. #endif /* CONFIG_MAC80211_HT_DEBUG */
  508. spin_unlock_bh(&local->mdev->queue_lock);
  509. goto start_ba_exit;
  510. }
  511. sdata = sta->sdata;
  512. /* Ok, the Addba frame hasn't been sent yet, but if the driver calls the
  513. * call back right away, it must see that the flow has begun */
  514. *state |= HT_ADDBA_REQUESTED_MSK;
  515. if (local->ops->ampdu_action)
  516. ret = local->ops->ampdu_action(hw, IEEE80211_AMPDU_TX_START,
  517. ra, tid, &start_seq_num);
  518. if (ret) {
  519. /* No need to requeue the packets in the agg queue, since we
  520. * held the tx lock: no packet could be enqueued to the newly
  521. * allocated queue */
  522. ieee80211_ht_agg_queue_remove(local, sta, tid, 0);
  523. #ifdef CONFIG_MAC80211_HT_DEBUG
  524. printk(KERN_DEBUG "BA request denied - HW or queue unavailable"
  525. " for tid %d\n", tid);
  526. #endif /* CONFIG_MAC80211_HT_DEBUG */
  527. spin_unlock_bh(&local->mdev->queue_lock);
  528. *state = HT_AGG_STATE_IDLE;
  529. goto start_ba_exit;
  530. }
  531. /* Will put all the packets in the new SW queue */
  532. ieee80211_requeue(local, ieee802_1d_to_ac[tid]);
  533. spin_unlock_bh(&local->mdev->queue_lock);
  534. /* We have most probably almost emptied the legacy queue */
  535. /* ieee80211_wake_queue(local_to_hw(local), ieee802_1d_to_ac[tid]); */
  536. /* send an addBA request */
  537. sta->ampdu_mlme.dialog_token_allocator++;
  538. sta->ampdu_mlme.tid_tx[tid].dialog_token =
  539. sta->ampdu_mlme.dialog_token_allocator;
  540. sta->ampdu_mlme.tid_tx[tid].ssn = start_seq_num;
  541. ieee80211_send_addba_request(sta->sdata->dev, ra, tid,
  542. sta->ampdu_mlme.tid_tx[tid].dialog_token,
  543. sta->ampdu_mlme.tid_tx[tid].ssn,
  544. 0x40, 5000);
  545. /* activate the timer for the recipient's addBA response */
  546. sta->ampdu_mlme.tid_tx[tid].addba_resp_timer.expires =
  547. jiffies + ADDBA_RESP_INTERVAL;
  548. add_timer(&sta->ampdu_mlme.tid_tx[tid].addba_resp_timer);
  549. printk(KERN_DEBUG "activated addBA response timer on tid %d\n", tid);
  550. start_ba_exit:
  551. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  552. rcu_read_unlock();
  553. return ret;
  554. }
  555. EXPORT_SYMBOL(ieee80211_start_tx_ba_session);
  556. int ieee80211_stop_tx_ba_session(struct ieee80211_hw *hw,
  557. u8 *ra, u16 tid,
  558. enum ieee80211_back_parties initiator)
  559. {
  560. struct ieee80211_local *local = hw_to_local(hw);
  561. struct sta_info *sta;
  562. u8 *state;
  563. int ret = 0;
  564. DECLARE_MAC_BUF(mac);
  565. if (tid >= STA_TID_NUM)
  566. return -EINVAL;
  567. #ifdef CONFIG_MAC80211_HT_DEBUG
  568. printk(KERN_DEBUG "Stop a BA session requested for %s tid %u\n",
  569. print_mac(mac, ra), tid);
  570. #endif /* CONFIG_MAC80211_HT_DEBUG */
  571. rcu_read_lock();
  572. sta = sta_info_get(local, ra);
  573. if (!sta) {
  574. rcu_read_unlock();
  575. return -ENOENT;
  576. }
  577. /* check if the TID is in aggregation */
  578. state = &sta->ampdu_mlme.tid_tx[tid].state;
  579. spin_lock_bh(&sta->ampdu_mlme.ampdu_tx);
  580. if (*state != HT_AGG_STATE_OPERATIONAL) {
  581. #ifdef CONFIG_MAC80211_HT_DEBUG
  582. printk(KERN_DEBUG "Try to stop Tx aggregation on"
  583. " non active TID\n");
  584. #endif /* CONFIG_MAC80211_HT_DEBUG */
  585. ret = -ENOENT;
  586. goto stop_BA_exit;
  587. }
  588. ieee80211_stop_queue(hw, sta->tid_to_tx_q[tid]);
  589. *state = HT_AGG_STATE_REQ_STOP_BA_MSK |
  590. (initiator << HT_AGG_STATE_INITIATOR_SHIFT);
  591. if (local->ops->ampdu_action)
  592. ret = local->ops->ampdu_action(hw, IEEE80211_AMPDU_TX_STOP,
  593. ra, tid, NULL);
  594. /* case HW denied going back to legacy */
  595. if (ret) {
  596. WARN_ON(ret != -EBUSY);
  597. *state = HT_AGG_STATE_OPERATIONAL;
  598. ieee80211_wake_queue(hw, sta->tid_to_tx_q[tid]);
  599. goto stop_BA_exit;
  600. }
  601. stop_BA_exit:
  602. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  603. rcu_read_unlock();
  604. return ret;
  605. }
  606. EXPORT_SYMBOL(ieee80211_stop_tx_ba_session);
  607. void ieee80211_start_tx_ba_cb(struct ieee80211_hw *hw, u8 *ra, u16 tid)
  608. {
  609. struct ieee80211_local *local = hw_to_local(hw);
  610. struct sta_info *sta;
  611. u8 *state;
  612. DECLARE_MAC_BUF(mac);
  613. if (tid >= STA_TID_NUM) {
  614. printk(KERN_DEBUG "Bad TID value: tid = %d (>= %d)\n",
  615. tid, STA_TID_NUM);
  616. return;
  617. }
  618. rcu_read_lock();
  619. sta = sta_info_get(local, ra);
  620. if (!sta) {
  621. rcu_read_unlock();
  622. printk(KERN_DEBUG "Could not find station: %s\n",
  623. print_mac(mac, ra));
  624. return;
  625. }
  626. state = &sta->ampdu_mlme.tid_tx[tid].state;
  627. spin_lock_bh(&sta->ampdu_mlme.ampdu_tx);
  628. if (!(*state & HT_ADDBA_REQUESTED_MSK)) {
  629. printk(KERN_DEBUG "addBA was not requested yet, state is %d\n",
  630. *state);
  631. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  632. rcu_read_unlock();
  633. return;
  634. }
  635. WARN_ON_ONCE(*state & HT_ADDBA_DRV_READY_MSK);
  636. *state |= HT_ADDBA_DRV_READY_MSK;
  637. if (*state == HT_AGG_STATE_OPERATIONAL) {
  638. printk(KERN_DEBUG "Aggregation is on for tid %d \n", tid);
  639. ieee80211_wake_queue(hw, sta->tid_to_tx_q[tid]);
  640. }
  641. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  642. rcu_read_unlock();
  643. }
  644. EXPORT_SYMBOL(ieee80211_start_tx_ba_cb);
  645. void ieee80211_stop_tx_ba_cb(struct ieee80211_hw *hw, u8 *ra, u8 tid)
  646. {
  647. struct ieee80211_local *local = hw_to_local(hw);
  648. struct sta_info *sta;
  649. u8 *state;
  650. int agg_queue;
  651. DECLARE_MAC_BUF(mac);
  652. if (tid >= STA_TID_NUM) {
  653. printk(KERN_DEBUG "Bad TID value: tid = %d (>= %d)\n",
  654. tid, STA_TID_NUM);
  655. return;
  656. }
  657. printk(KERN_DEBUG "Stop a BA session requested on DA %s tid %d\n",
  658. print_mac(mac, ra), tid);
  659. rcu_read_lock();
  660. sta = sta_info_get(local, ra);
  661. if (!sta) {
  662. printk(KERN_DEBUG "Could not find station: %s\n",
  663. print_mac(mac, ra));
  664. rcu_read_unlock();
  665. return;
  666. }
  667. state = &sta->ampdu_mlme.tid_tx[tid].state;
  668. spin_lock_bh(&sta->ampdu_mlme.ampdu_tx);
  669. if ((*state & HT_AGG_STATE_REQ_STOP_BA_MSK) == 0) {
  670. printk(KERN_DEBUG "unexpected callback to A-MPDU stop\n");
  671. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  672. rcu_read_unlock();
  673. return;
  674. }
  675. if (*state & HT_AGG_STATE_INITIATOR_MSK)
  676. ieee80211_send_delba(sta->sdata->dev, ra, tid,
  677. WLAN_BACK_INITIATOR, WLAN_REASON_QSTA_NOT_USE);
  678. agg_queue = sta->tid_to_tx_q[tid];
  679. /* avoid ordering issues: we are the only one that can modify
  680. * the content of the qdiscs */
  681. spin_lock_bh(&local->mdev->queue_lock);
  682. /* remove the queue for this aggregation */
  683. ieee80211_ht_agg_queue_remove(local, sta, tid, 1);
  684. spin_unlock_bh(&local->mdev->queue_lock);
  685. /* we just requeued the all the frames that were in the removed
  686. * queue, and since we might miss a softirq we do netif_schedule.
  687. * ieee80211_wake_queue is not used here as this queue is not
  688. * necessarily stopped */
  689. netif_schedule(local->mdev);
  690. *state = HT_AGG_STATE_IDLE;
  691. sta->ampdu_mlme.tid_tx[tid].addba_req_num = 0;
  692. spin_unlock_bh(&sta->ampdu_mlme.ampdu_tx);
  693. rcu_read_unlock();
  694. }
  695. EXPORT_SYMBOL(ieee80211_stop_tx_ba_cb);
  696. void ieee80211_start_tx_ba_cb_irqsafe(struct ieee80211_hw *hw,
  697. const u8 *ra, u16 tid)
  698. {
  699. struct ieee80211_local *local = hw_to_local(hw);
  700. struct ieee80211_ra_tid *ra_tid;
  701. struct sk_buff *skb = dev_alloc_skb(0);
  702. if (unlikely(!skb)) {
  703. if (net_ratelimit())
  704. printk(KERN_WARNING "%s: Not enough memory, "
  705. "dropping start BA session", skb->dev->name);
  706. return;
  707. }
  708. ra_tid = (struct ieee80211_ra_tid *) &skb->cb;
  709. memcpy(&ra_tid->ra, ra, ETH_ALEN);
  710. ra_tid->tid = tid;
  711. skb->pkt_type = IEEE80211_ADDBA_MSG;
  712. skb_queue_tail(&local->skb_queue, skb);
  713. tasklet_schedule(&local->tasklet);
  714. }
  715. EXPORT_SYMBOL(ieee80211_start_tx_ba_cb_irqsafe);
  716. void ieee80211_stop_tx_ba_cb_irqsafe(struct ieee80211_hw *hw,
  717. const u8 *ra, u16 tid)
  718. {
  719. struct ieee80211_local *local = hw_to_local(hw);
  720. struct ieee80211_ra_tid *ra_tid;
  721. struct sk_buff *skb = dev_alloc_skb(0);
  722. if (unlikely(!skb)) {
  723. if (net_ratelimit())
  724. printk(KERN_WARNING "%s: Not enough memory, "
  725. "dropping stop BA session", skb->dev->name);
  726. return;
  727. }
  728. ra_tid = (struct ieee80211_ra_tid *) &skb->cb;
  729. memcpy(&ra_tid->ra, ra, ETH_ALEN);
  730. ra_tid->tid = tid;
  731. skb->pkt_type = IEEE80211_DELBA_MSG;
  732. skb_queue_tail(&local->skb_queue, skb);
  733. tasklet_schedule(&local->tasklet);
  734. }
  735. EXPORT_SYMBOL(ieee80211_stop_tx_ba_cb_irqsafe);
  736. static void ieee80211_set_multicast_list(struct net_device *dev)
  737. {
  738. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  739. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  740. int allmulti, promisc, sdata_allmulti, sdata_promisc;
  741. allmulti = !!(dev->flags & IFF_ALLMULTI);
  742. promisc = !!(dev->flags & IFF_PROMISC);
  743. sdata_allmulti = !!(sdata->flags & IEEE80211_SDATA_ALLMULTI);
  744. sdata_promisc = !!(sdata->flags & IEEE80211_SDATA_PROMISC);
  745. if (allmulti != sdata_allmulti) {
  746. if (dev->flags & IFF_ALLMULTI)
  747. atomic_inc(&local->iff_allmultis);
  748. else
  749. atomic_dec(&local->iff_allmultis);
  750. sdata->flags ^= IEEE80211_SDATA_ALLMULTI;
  751. }
  752. if (promisc != sdata_promisc) {
  753. if (dev->flags & IFF_PROMISC)
  754. atomic_inc(&local->iff_promiscs);
  755. else
  756. atomic_dec(&local->iff_promiscs);
  757. sdata->flags ^= IEEE80211_SDATA_PROMISC;
  758. }
  759. dev_mc_sync(local->mdev, dev);
  760. }
  761. static const struct header_ops ieee80211_header_ops = {
  762. .create = eth_header,
  763. .parse = header_parse_80211,
  764. .rebuild = eth_rebuild_header,
  765. .cache = eth_header_cache,
  766. .cache_update = eth_header_cache_update,
  767. };
  768. /* Must not be called for mdev */
  769. void ieee80211_if_setup(struct net_device *dev)
  770. {
  771. ether_setup(dev);
  772. dev->hard_start_xmit = ieee80211_subif_start_xmit;
  773. dev->wireless_handlers = &ieee80211_iw_handler_def;
  774. dev->set_multicast_list = ieee80211_set_multicast_list;
  775. dev->change_mtu = ieee80211_change_mtu;
  776. dev->open = ieee80211_open;
  777. dev->stop = ieee80211_stop;
  778. dev->destructor = ieee80211_if_free;
  779. }
  780. /* everything else */
  781. static int __ieee80211_if_config(struct net_device *dev,
  782. struct sk_buff *beacon,
  783. struct ieee80211_tx_control *control)
  784. {
  785. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  786. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  787. struct ieee80211_if_conf conf;
  788. if (!local->ops->config_interface || !netif_running(dev))
  789. return 0;
  790. memset(&conf, 0, sizeof(conf));
  791. conf.type = sdata->vif.type;
  792. if (sdata->vif.type == IEEE80211_IF_TYPE_STA ||
  793. sdata->vif.type == IEEE80211_IF_TYPE_IBSS) {
  794. conf.bssid = sdata->u.sta.bssid;
  795. conf.ssid = sdata->u.sta.ssid;
  796. conf.ssid_len = sdata->u.sta.ssid_len;
  797. } else if (ieee80211_vif_is_mesh(&sdata->vif)) {
  798. conf.beacon = beacon;
  799. ieee80211_start_mesh(dev);
  800. } else if (sdata->vif.type == IEEE80211_IF_TYPE_AP) {
  801. conf.ssid = sdata->u.ap.ssid;
  802. conf.ssid_len = sdata->u.ap.ssid_len;
  803. conf.beacon = beacon;
  804. conf.beacon_control = control;
  805. }
  806. return local->ops->config_interface(local_to_hw(local),
  807. &sdata->vif, &conf);
  808. }
  809. int ieee80211_if_config(struct net_device *dev)
  810. {
  811. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  812. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  813. if (sdata->vif.type == IEEE80211_IF_TYPE_MESH_POINT &&
  814. (local->hw.flags & IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE))
  815. return ieee80211_if_config_beacon(dev);
  816. return __ieee80211_if_config(dev, NULL, NULL);
  817. }
  818. int ieee80211_if_config_beacon(struct net_device *dev)
  819. {
  820. struct ieee80211_local *local = wdev_priv(dev->ieee80211_ptr);
  821. struct ieee80211_tx_control control;
  822. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  823. struct sk_buff *skb;
  824. if (!(local->hw.flags & IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE))
  825. return 0;
  826. skb = ieee80211_beacon_get(local_to_hw(local), &sdata->vif,
  827. &control);
  828. if (!skb)
  829. return -ENOMEM;
  830. return __ieee80211_if_config(dev, skb, &control);
  831. }
  832. int ieee80211_hw_config(struct ieee80211_local *local)
  833. {
  834. struct ieee80211_channel *chan;
  835. int ret = 0;
  836. if (local->sta_sw_scanning)
  837. chan = local->scan_channel;
  838. else
  839. chan = local->oper_channel;
  840. local->hw.conf.channel = chan;
  841. if (!local->hw.conf.power_level)
  842. local->hw.conf.power_level = chan->max_power;
  843. else
  844. local->hw.conf.power_level = min(chan->max_power,
  845. local->hw.conf.power_level);
  846. local->hw.conf.max_antenna_gain = chan->max_antenna_gain;
  847. #ifdef CONFIG_MAC80211_VERBOSE_DEBUG
  848. printk(KERN_DEBUG "%s: HW CONFIG: freq=%d\n",
  849. wiphy_name(local->hw.wiphy), chan->center_freq);
  850. #endif
  851. if (local->open_count)
  852. ret = local->ops->config(local_to_hw(local), &local->hw.conf);
  853. return ret;
  854. }
  855. /**
  856. * ieee80211_hw_config_ht should be used only after legacy configuration
  857. * has been determined, as ht configuration depends upon the hardware's
  858. * HT abilities for a _specific_ band.
  859. */
  860. int ieee80211_hw_config_ht(struct ieee80211_local *local, int enable_ht,
  861. struct ieee80211_ht_info *req_ht_cap,
  862. struct ieee80211_ht_bss_info *req_bss_cap)
  863. {
  864. struct ieee80211_conf *conf = &local->hw.conf;
  865. struct ieee80211_supported_band *sband;
  866. int i;
  867. sband = local->hw.wiphy->bands[conf->channel->band];
  868. /* HT is not supported */
  869. if (!sband->ht_info.ht_supported) {
  870. conf->flags &= ~IEEE80211_CONF_SUPPORT_HT_MODE;
  871. return -EOPNOTSUPP;
  872. }
  873. /* disable HT */
  874. if (!enable_ht) {
  875. conf->flags &= ~IEEE80211_CONF_SUPPORT_HT_MODE;
  876. } else {
  877. conf->flags |= IEEE80211_CONF_SUPPORT_HT_MODE;
  878. conf->ht_conf.cap = req_ht_cap->cap & sband->ht_info.cap;
  879. conf->ht_conf.cap &= ~(IEEE80211_HT_CAP_MIMO_PS);
  880. conf->ht_conf.cap |=
  881. sband->ht_info.cap & IEEE80211_HT_CAP_MIMO_PS;
  882. conf->ht_bss_conf.primary_channel =
  883. req_bss_cap->primary_channel;
  884. conf->ht_bss_conf.bss_cap = req_bss_cap->bss_cap;
  885. conf->ht_bss_conf.bss_op_mode = req_bss_cap->bss_op_mode;
  886. for (i = 0; i < SUPP_MCS_SET_LEN; i++)
  887. conf->ht_conf.supp_mcs_set[i] =
  888. sband->ht_info.supp_mcs_set[i] &
  889. req_ht_cap->supp_mcs_set[i];
  890. /* In STA mode, this gives us indication
  891. * to the AP's mode of operation */
  892. conf->ht_conf.ht_supported = 1;
  893. conf->ht_conf.ampdu_factor = req_ht_cap->ampdu_factor;
  894. conf->ht_conf.ampdu_density = req_ht_cap->ampdu_density;
  895. }
  896. local->ops->conf_ht(local_to_hw(local), &local->hw.conf);
  897. return 0;
  898. }
  899. void ieee80211_bss_info_change_notify(struct ieee80211_sub_if_data *sdata,
  900. u32 changed)
  901. {
  902. struct ieee80211_local *local = sdata->local;
  903. if (!changed)
  904. return;
  905. if (local->ops->bss_info_changed)
  906. local->ops->bss_info_changed(local_to_hw(local),
  907. &sdata->vif,
  908. &sdata->bss_conf,
  909. changed);
  910. }
  911. void ieee80211_reset_erp_info(struct net_device *dev)
  912. {
  913. struct ieee80211_sub_if_data *sdata = IEEE80211_DEV_TO_SUB_IF(dev);
  914. sdata->bss_conf.use_cts_prot = 0;
  915. sdata->bss_conf.use_short_preamble = 0;
  916. ieee80211_bss_info_change_notify(sdata,
  917. BSS_CHANGED_ERP_CTS_PROT |
  918. BSS_CHANGED_ERP_PREAMBLE);
  919. }
  920. void ieee80211_tx_status_irqsafe(struct ieee80211_hw *hw,
  921. struct sk_buff *skb,
  922. struct ieee80211_tx_status *status)
  923. {
  924. struct ieee80211_local *local = hw_to_local(hw);
  925. struct ieee80211_tx_status *saved;
  926. int tmp;
  927. skb->dev = local->mdev;
  928. saved = kmalloc(sizeof(struct ieee80211_tx_status), GFP_ATOMIC);
  929. if (unlikely(!saved)) {
  930. if (net_ratelimit())
  931. printk(KERN_WARNING "%s: Not enough memory, "
  932. "dropping tx status", skb->dev->name);
  933. /* should be dev_kfree_skb_irq, but due to this function being
  934. * named _irqsafe instead of just _irq we can't be sure that
  935. * people won't call it from non-irq contexts */
  936. dev_kfree_skb_any(skb);
  937. return;
  938. }
  939. memcpy(saved, status, sizeof(struct ieee80211_tx_status));
  940. /* copy pointer to saved status into skb->cb for use by tasklet */
  941. memcpy(skb->cb, &saved, sizeof(saved));
  942. skb->pkt_type = IEEE80211_TX_STATUS_MSG;
  943. skb_queue_tail(status->control.flags & IEEE80211_TXCTL_REQ_TX_STATUS ?
  944. &local->skb_queue : &local->skb_queue_unreliable, skb);
  945. tmp = skb_queue_len(&local->skb_queue) +
  946. skb_queue_len(&local->skb_queue_unreliable);
  947. while (tmp > IEEE80211_IRQSAFE_QUEUE_LIMIT &&
  948. (skb = skb_dequeue(&local->skb_queue_unreliable))) {
  949. memcpy(&saved, skb->cb, sizeof(saved));
  950. kfree(saved);
  951. dev_kfree_skb_irq(skb);
  952. tmp--;
  953. I802_DEBUG_INC(local->tx_status_drop);
  954. }
  955. tasklet_schedule(&local->tasklet);
  956. }
  957. EXPORT_SYMBOL(ieee80211_tx_status_irqsafe);
  958. static void ieee80211_tasklet_handler(unsigned long data)
  959. {
  960. struct ieee80211_local *local = (struct ieee80211_local *) data;
  961. struct sk_buff *skb;
  962. struct ieee80211_rx_status rx_status;
  963. struct ieee80211_tx_status *tx_status;
  964. struct ieee80211_ra_tid *ra_tid;
  965. while ((skb = skb_dequeue(&local->skb_queue)) ||
  966. (skb = skb_dequeue(&local->skb_queue_unreliable))) {
  967. switch (skb->pkt_type) {
  968. case IEEE80211_RX_MSG:
  969. /* status is in skb->cb */
  970. memcpy(&rx_status, skb->cb, sizeof(rx_status));
  971. /* Clear skb->pkt_type in order to not confuse kernel
  972. * netstack. */
  973. skb->pkt_type = 0;
  974. __ieee80211_rx(local_to_hw(local), skb, &rx_status);
  975. break;
  976. case IEEE80211_TX_STATUS_MSG:
  977. /* get pointer to saved status out of skb->cb */
  978. memcpy(&tx_status, skb->cb, sizeof(tx_status));
  979. skb->pkt_type = 0;
  980. ieee80211_tx_status(local_to_hw(local),
  981. skb, tx_status);
  982. kfree(tx_status);
  983. break;
  984. case IEEE80211_DELBA_MSG:
  985. ra_tid = (struct ieee80211_ra_tid *) &skb->cb;
  986. ieee80211_stop_tx_ba_cb(local_to_hw(local),
  987. ra_tid->ra, ra_tid->tid);
  988. dev_kfree_skb(skb);
  989. break;
  990. case IEEE80211_ADDBA_MSG:
  991. ra_tid = (struct ieee80211_ra_tid *) &skb->cb;
  992. ieee80211_start_tx_ba_cb(local_to_hw(local),
  993. ra_tid->ra, ra_tid->tid);
  994. dev_kfree_skb(skb);
  995. break ;
  996. default: /* should never get here! */
  997. printk(KERN_ERR "%s: Unknown message type (%d)\n",
  998. wiphy_name(local->hw.wiphy), skb->pkt_type);
  999. dev_kfree_skb(skb);
  1000. break;
  1001. }
  1002. }
  1003. }
  1004. /* Remove added headers (e.g., QoS control), encryption header/MIC, etc. to
  1005. * make a prepared TX frame (one that has been given to hw) to look like brand
  1006. * new IEEE 802.11 frame that is ready to go through TX processing again.
  1007. * Also, tx_packet_data in cb is restored from tx_control. */
  1008. static void ieee80211_remove_tx_extra(struct ieee80211_local *local,
  1009. struct ieee80211_key *key,
  1010. struct sk_buff *skb,
  1011. struct ieee80211_tx_control *control)
  1012. {
  1013. int hdrlen, iv_len, mic_len;
  1014. struct ieee80211_tx_packet_data *pkt_data;
  1015. pkt_data = (struct ieee80211_tx_packet_data *)skb->cb;
  1016. pkt_data->ifindex = vif_to_sdata(control->vif)->dev->ifindex;
  1017. pkt_data->flags = 0;
  1018. if (control->flags & IEEE80211_TXCTL_REQ_TX_STATUS)
  1019. pkt_data->flags |= IEEE80211_TXPD_REQ_TX_STATUS;
  1020. if (control->flags & IEEE80211_TXCTL_DO_NOT_ENCRYPT)
  1021. pkt_data->flags |= IEEE80211_TXPD_DO_NOT_ENCRYPT;
  1022. if (control->flags & IEEE80211_TXCTL_REQUEUE)
  1023. pkt_data->flags |= IEEE80211_TXPD_REQUEUE;
  1024. if (control->flags & IEEE80211_TXCTL_EAPOL_FRAME)
  1025. pkt_data->flags |= IEEE80211_TXPD_EAPOL_FRAME;
  1026. pkt_data->queue = control->queue;
  1027. hdrlen = ieee80211_get_hdrlen_from_skb(skb);
  1028. if (!key)
  1029. goto no_key;
  1030. switch (key->conf.alg) {
  1031. case ALG_WEP:
  1032. iv_len = WEP_IV_LEN;
  1033. mic_len = WEP_ICV_LEN;
  1034. break;
  1035. case ALG_TKIP:
  1036. iv_len = TKIP_IV_LEN;
  1037. mic_len = TKIP_ICV_LEN;
  1038. break;
  1039. case ALG_CCMP:
  1040. iv_len = CCMP_HDR_LEN;
  1041. mic_len = CCMP_MIC_LEN;
  1042. break;
  1043. default:
  1044. goto no_key;
  1045. }
  1046. if (skb->len >= mic_len &&
  1047. !(key->flags & KEY_FLAG_UPLOADED_TO_HARDWARE))
  1048. skb_trim(skb, skb->len - mic_len);
  1049. if (skb->len >= iv_len && skb->len > hdrlen) {
  1050. memmove(skb->data + iv_len, skb->data, hdrlen);
  1051. skb_pull(skb, iv_len);
  1052. }
  1053. no_key:
  1054. {
  1055. struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
  1056. u16 fc = le16_to_cpu(hdr->frame_control);
  1057. if ((fc & 0x8C) == 0x88) /* QoS Control Field */ {
  1058. fc &= ~IEEE80211_STYPE_QOS_DATA;
  1059. hdr->frame_control = cpu_to_le16(fc);
  1060. memmove(skb->data + 2, skb->data, hdrlen - 2);
  1061. skb_pull(skb, 2);
  1062. }
  1063. }
  1064. }
  1065. static void ieee80211_handle_filtered_frame(struct ieee80211_local *local,
  1066. struct sta_info *sta,
  1067. struct sk_buff *skb,
  1068. struct ieee80211_tx_status *status)
  1069. {
  1070. sta->tx_filtered_count++;
  1071. /*
  1072. * Clear the TX filter mask for this STA when sending the next
  1073. * packet. If the STA went to power save mode, this will happen
  1074. * happen when it wakes up for the next time.
  1075. */
  1076. sta->flags |= WLAN_STA_CLEAR_PS_FILT;
  1077. /*
  1078. * This code races in the following way:
  1079. *
  1080. * (1) STA sends frame indicating it will go to sleep and does so
  1081. * (2) hardware/firmware adds STA to filter list, passes frame up
  1082. * (3) hardware/firmware processes TX fifo and suppresses a frame
  1083. * (4) we get TX status before having processed the frame and
  1084. * knowing that the STA has gone to sleep.
  1085. *
  1086. * This is actually quite unlikely even when both those events are
  1087. * processed from interrupts coming in quickly after one another or
  1088. * even at the same time because we queue both TX status events and
  1089. * RX frames to be processed by a tasklet and process them in the
  1090. * same order that they were received or TX status last. Hence, there
  1091. * is no race as long as the frame RX is processed before the next TX
  1092. * status, which drivers can ensure, see below.
  1093. *
  1094. * Note that this can only happen if the hardware or firmware can
  1095. * actually add STAs to the filter list, if this is done by the
  1096. * driver in response to set_tim() (which will only reduce the race
  1097. * this whole filtering tries to solve, not completely solve it)
  1098. * this situation cannot happen.
  1099. *
  1100. * To completely solve this race drivers need to make sure that they
  1101. * (a) don't mix the irq-safe/not irq-safe TX status/RX processing
  1102. * functions and
  1103. * (b) always process RX events before TX status events if ordering
  1104. * can be unknown, for example with different interrupt status
  1105. * bits.
  1106. */
  1107. if (sta->flags & WLAN_STA_PS &&
  1108. skb_queue_len(&sta->tx_filtered) < STA_MAX_TX_BUFFER) {
  1109. ieee80211_remove_tx_extra(local, sta->key, skb,
  1110. &status->control);
  1111. skb_queue_tail(&sta->tx_filtered, skb);
  1112. return;
  1113. }
  1114. if (!(sta->flags & WLAN_STA_PS) &&
  1115. !(status->control.flags & IEEE80211_TXCTL_REQUEUE)) {
  1116. /* Software retry the packet once */
  1117. status->control.flags |= IEEE80211_TXCTL_REQUEUE;
  1118. ieee80211_remove_tx_extra(local, sta->key, skb,
  1119. &status->control);
  1120. dev_queue_xmit(skb);
  1121. return;
  1122. }
  1123. if (net_ratelimit())
  1124. printk(KERN_DEBUG "%s: dropped TX filtered frame, "
  1125. "queue_len=%d PS=%d @%lu\n",
  1126. wiphy_name(local->hw.wiphy),
  1127. skb_queue_len(&sta->tx_filtered),
  1128. !!(sta->flags & WLAN_STA_PS), jiffies);
  1129. dev_kfree_skb(skb);
  1130. }
  1131. void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb,
  1132. struct ieee80211_tx_status *status)
  1133. {
  1134. struct sk_buff *skb2;
  1135. struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
  1136. struct ieee80211_local *local = hw_to_local(hw);
  1137. u16 frag, type;
  1138. struct ieee80211_tx_status_rtap_hdr *rthdr;
  1139. struct ieee80211_sub_if_data *sdata;
  1140. struct net_device *prev_dev = NULL;
  1141. if (!status) {
  1142. printk(KERN_ERR
  1143. "%s: ieee80211_tx_status called with NULL status\n",
  1144. wiphy_name(local->hw.wiphy));
  1145. dev_kfree_skb(skb);
  1146. return;
  1147. }
  1148. rcu_read_lock();
  1149. if (status->excessive_retries) {
  1150. struct sta_info *sta;
  1151. sta = sta_info_get(local, hdr->addr1);
  1152. if (sta) {
  1153. if (sta->flags & WLAN_STA_PS) {
  1154. /*
  1155. * The STA is in power save mode, so assume
  1156. * that this TX packet failed because of that.
  1157. */
  1158. status->excessive_retries = 0;
  1159. status->flags |= IEEE80211_TX_STATUS_TX_FILTERED;
  1160. ieee80211_handle_filtered_frame(local, sta,
  1161. skb, status);
  1162. rcu_read_unlock();
  1163. return;
  1164. }
  1165. }
  1166. }
  1167. if (status->flags & IEEE80211_TX_STATUS_TX_FILTERED) {
  1168. struct sta_info *sta;
  1169. sta = sta_info_get(local, hdr->addr1);
  1170. if (sta) {
  1171. ieee80211_handle_filtered_frame(local, sta, skb,
  1172. status);
  1173. rcu_read_unlock();
  1174. return;
  1175. }
  1176. } else
  1177. rate_control_tx_status(local->mdev, skb, status);
  1178. rcu_read_unlock();
  1179. ieee80211_led_tx(local, 0);
  1180. /* SNMP counters
  1181. * Fragments are passed to low-level drivers as separate skbs, so these
  1182. * are actually fragments, not frames. Update frame counters only for
  1183. * the first fragment of the frame. */
  1184. frag = le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG;
  1185. type = le16_to_cpu(hdr->frame_control) & IEEE80211_FCTL_FTYPE;
  1186. if (status->flags & IEEE80211_TX_STATUS_ACK) {
  1187. if (frag == 0) {
  1188. local->dot11TransmittedFrameCount++;
  1189. if (is_multicast_ether_addr(hdr->addr1))
  1190. local->dot11MulticastTransmittedFrameCount++;
  1191. if (status->retry_count > 0)
  1192. local->dot11RetryCount++;
  1193. if (status->retry_count > 1)
  1194. local->dot11MultipleRetryCount++;
  1195. }
  1196. /* This counter shall be incremented for an acknowledged MPDU
  1197. * with an individual address in the address 1 field or an MPDU
  1198. * with a multicast address in the address 1 field of type Data
  1199. * or Management. */
  1200. if (!is_multicast_ether_addr(hdr->addr1) ||
  1201. type == IEEE80211_FTYPE_DATA ||
  1202. type == IEEE80211_FTYPE_MGMT)
  1203. local->dot11TransmittedFragmentCount++;
  1204. } else {
  1205. if (frag == 0)
  1206. local->dot11FailedCount++;
  1207. }
  1208. /* this was a transmitted frame, but now we want to reuse it */
  1209. skb_orphan(skb);
  1210. /*
  1211. * This is a bit racy but we can avoid a lot of work
  1212. * with this test...
  1213. */
  1214. if (!local->monitors && !local->cooked_mntrs) {
  1215. dev_kfree_skb(skb);
  1216. return;
  1217. }
  1218. /* send frame to monitor interfaces now */
  1219. if (skb_headroom(skb) < sizeof(*rthdr)) {
  1220. printk(KERN_ERR "ieee80211_tx_status: headroom too small\n");
  1221. dev_kfree_skb(skb);
  1222. return;
  1223. }
  1224. rthdr = (struct ieee80211_tx_status_rtap_hdr*)
  1225. skb_push(skb, sizeof(*rthdr));
  1226. memset(rthdr, 0, sizeof(*rthdr));
  1227. rthdr->hdr.it_len = cpu_to_le16(sizeof(*rthdr));
  1228. rthdr->hdr.it_present =
  1229. cpu_to_le32((1 << IEEE80211_RADIOTAP_TX_FLAGS) |
  1230. (1 << IEEE80211_RADIOTAP_DATA_RETRIES));
  1231. if (!(status->flags & IEEE80211_TX_STATUS_ACK) &&
  1232. !is_multicast_ether_addr(hdr->addr1))
  1233. rthdr->tx_flags |= cpu_to_le16(IEEE80211_RADIOTAP_F_TX_FAIL);
  1234. if ((status->control.flags & IEEE80211_TXCTL_USE_RTS_CTS) &&
  1235. (status->control.flags & IEEE80211_TXCTL_USE_CTS_PROTECT))
  1236. rthdr->tx_flags |= cpu_to_le16(IEEE80211_RADIOTAP_F_TX_CTS);
  1237. else if (status->control.flags & IEEE80211_TXCTL_USE_RTS_CTS)
  1238. rthdr->tx_flags |= cpu_to_le16(IEEE80211_RADIOTAP_F_TX_RTS);
  1239. rthdr->data_retries = status->retry_count;
  1240. /* XXX: is this sufficient for BPF? */
  1241. skb_set_mac_header(skb, 0);
  1242. skb->ip_summed = CHECKSUM_UNNECESSARY;
  1243. skb->pkt_type = PACKET_OTHERHOST;
  1244. skb->protocol = htons(ETH_P_802_2);
  1245. memset(skb->cb, 0, sizeof(skb->cb));
  1246. rcu_read_lock();
  1247. list_for_each_entry_rcu(sdata, &local->interfaces, list) {
  1248. if (sdata->vif.type == IEEE80211_IF_TYPE_MNTR) {
  1249. if (!netif_running(sdata->dev))
  1250. continue;
  1251. if (prev_dev) {
  1252. skb2 = skb_clone(skb, GFP_ATOMIC);
  1253. if (skb2) {
  1254. skb2->dev = prev_dev;
  1255. netif_rx(skb2);
  1256. }
  1257. }
  1258. prev_dev = sdata->dev;
  1259. }
  1260. }
  1261. if (prev_dev) {
  1262. skb->dev = prev_dev;
  1263. netif_rx(skb);
  1264. skb = NULL;
  1265. }
  1266. rcu_read_unlock();
  1267. dev_kfree_skb(skb);
  1268. }
  1269. EXPORT_SYMBOL(ieee80211_tx_status);
  1270. struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len,
  1271. const struct ieee80211_ops *ops)
  1272. {
  1273. struct ieee80211_local *local;
  1274. int priv_size;
  1275. struct wiphy *wiphy;
  1276. /* Ensure 32-byte alignment of our private data and hw private data.
  1277. * We use the wiphy priv data for both our ieee80211_local and for
  1278. * the driver's private data
  1279. *
  1280. * In memory it'll be like this:
  1281. *
  1282. * +-------------------------+
  1283. * | struct wiphy |
  1284. * +-------------------------+
  1285. * | struct ieee80211_local |
  1286. * +-------------------------+
  1287. * | driver's private data |
  1288. * +-------------------------+
  1289. *
  1290. */
  1291. priv_size = ((sizeof(struct ieee80211_local) +
  1292. NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST) +
  1293. priv_data_len;
  1294. wiphy = wiphy_new(&mac80211_config_ops, priv_size);
  1295. if (!wiphy)
  1296. return NULL;
  1297. wiphy->privid = mac80211_wiphy_privid;
  1298. local = wiphy_priv(wiphy);
  1299. local->hw.wiphy = wiphy;
  1300. local->hw.priv = (char *)local +
  1301. ((sizeof(struct ieee80211_local) +
  1302. NETDEV_ALIGN_CONST) & ~NETDEV_ALIGN_CONST);
  1303. BUG_ON(!ops->tx);
  1304. BUG_ON(!ops->start);
  1305. BUG_ON(!ops->stop);
  1306. BUG_ON(!ops->config);
  1307. BUG_ON(!ops->add_interface);
  1308. BUG_ON(!ops->remove_interface);
  1309. BUG_ON(!ops->configure_filter);
  1310. local->ops = ops;
  1311. local->hw.queues = 1; /* default */
  1312. local->bridge_packets = 1;
  1313. local->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD;
  1314. local->fragmentation_threshold = IEEE80211_MAX_FRAG_THRESHOLD;
  1315. local->short_retry_limit = 7;
  1316. local->long_retry_limit = 4;
  1317. local->hw.conf.radio_enabled = 1;
  1318. INIT_LIST_HEAD(&local->interfaces);
  1319. INIT_DELAYED_WORK(&local->scan_work, ieee80211_sta_scan_work);
  1320. sta_info_init(local);
  1321. tasklet_init(&local->tx_pending_tasklet, ieee80211_tx_pending,
  1322. (unsigned long)local);
  1323. tasklet_disable(&local->tx_pending_tasklet);
  1324. tasklet_init(&local->tasklet,
  1325. ieee80211_tasklet_handler,
  1326. (unsigned long) local);
  1327. tasklet_disable(&local->tasklet);
  1328. skb_queue_head_init(&local->skb_queue);
  1329. skb_queue_head_init(&local->skb_queue_unreliable);
  1330. return local_to_hw(local);
  1331. }
  1332. EXPORT_SYMBOL(ieee80211_alloc_hw);
  1333. int ieee80211_register_hw(struct ieee80211_hw *hw)
  1334. {
  1335. struct ieee80211_local *local = hw_to_local(hw);
  1336. const char *name;
  1337. int result;
  1338. enum ieee80211_band band;
  1339. struct net_device *mdev;
  1340. struct ieee80211_sub_if_data *sdata;
  1341. /*
  1342. * generic code guarantees at least one band,
  1343. * set this very early because much code assumes
  1344. * that hw.conf.channel is assigned
  1345. */
  1346. for (band = 0; band < IEEE80211_NUM_BANDS; band++) {
  1347. struct ieee80211_supported_band *sband;
  1348. sband = local->hw.wiphy->bands[band];
  1349. if (sband) {
  1350. /* init channel we're on */
  1351. local->hw.conf.channel =
  1352. local->oper_channel =
  1353. local->scan_channel = &sband->channels[0];
  1354. break;
  1355. }
  1356. }
  1357. result = wiphy_register(local->hw.wiphy);
  1358. if (result < 0)
  1359. return result;
  1360. /* for now, mdev needs sub_if_data :/ */
  1361. mdev = alloc_netdev(sizeof(struct ieee80211_sub_if_data),
  1362. "wmaster%d", ether_setup);
  1363. if (!mdev)
  1364. goto fail_mdev_alloc;
  1365. sdata = IEEE80211_DEV_TO_SUB_IF(mdev);
  1366. mdev->ieee80211_ptr = &sdata->wdev;
  1367. sdata->wdev.wiphy = local->hw.wiphy;
  1368. local->mdev = mdev;
  1369. ieee80211_rx_bss_list_init(mdev);
  1370. mdev->hard_start_xmit = ieee80211_master_start_xmit;
  1371. mdev->open = ieee80211_master_open;
  1372. mdev->stop = ieee80211_master_stop;
  1373. mdev->type = ARPHRD_IEEE80211;
  1374. mdev->header_ops = &ieee80211_header_ops;
  1375. mdev->set_multicast_list = ieee80211_master_set_multicast_list;
  1376. sdata->vif.type = IEEE80211_IF_TYPE_AP;
  1377. sdata->dev = mdev;
  1378. sdata->local = local;
  1379. sdata->u.ap.force_unicast_rateidx = -1;
  1380. sdata->u.ap.max_ratectrl_rateidx = -1;
  1381. ieee80211_if_sdata_init(sdata);
  1382. /* no RCU needed since we're still during init phase */
  1383. list_add_tail(&sdata->list, &local->interfaces);
  1384. name = wiphy_dev(local->hw.wiphy)->driver->name;
  1385. local->hw.workqueue = create_singlethread_workqueue(name);
  1386. if (!local->hw.workqueue) {
  1387. result = -ENOMEM;
  1388. goto fail_workqueue;
  1389. }
  1390. /*
  1391. * The hardware needs headroom for sending the frame,
  1392. * and we need some headroom for passing the frame to monitor
  1393. * interfaces, but never both at the same time.
  1394. */
  1395. local->tx_headroom = max_t(unsigned int , local->hw.extra_tx_headroom,
  1396. sizeof(struct ieee80211_tx_status_rtap_hdr));
  1397. debugfs_hw_add(local);
  1398. local->hw.conf.beacon_int = 1000;
  1399. local->wstats_flags |= local->hw.max_rssi ?
  1400. IW_QUAL_LEVEL_UPDATED : IW_QUAL_LEVEL_INVALID;
  1401. local->wstats_flags |= local->hw.max_signal ?
  1402. IW_QUAL_QUAL_UPDATED : IW_QUAL_QUAL_INVALID;
  1403. local->wstats_flags |= local->hw.max_noise ?
  1404. IW_QUAL_NOISE_UPDATED : IW_QUAL_NOISE_INVALID;
  1405. if (local->hw.max_rssi < 0 || local->hw.max_noise < 0)
  1406. local->wstats_flags |= IW_QUAL_DBM;
  1407. result = sta_info_start(local);
  1408. if (result < 0)
  1409. goto fail_sta_info;
  1410. rtnl_lock();
  1411. result = dev_alloc_name(local->mdev, local->mdev->name);
  1412. if (result < 0)
  1413. goto fail_dev;
  1414. memcpy(local->mdev->dev_addr, local->hw.wiphy->perm_addr, ETH_ALEN);
  1415. SET_NETDEV_DEV(local->mdev, wiphy_dev(local->hw.wiphy));
  1416. result = register_netdevice(local->mdev);
  1417. if (result < 0)
  1418. goto fail_dev;
  1419. ieee80211_debugfs_add_netdev(IEEE80211_DEV_TO_SUB_IF(local->mdev));
  1420. ieee80211_if_set_type(local->mdev, IEEE80211_IF_TYPE_AP);
  1421. result = ieee80211_init_rate_ctrl_alg(local,
  1422. hw->rate_control_algorithm);
  1423. if (result < 0) {
  1424. printk(KERN_DEBUG "%s: Failed to initialize rate control "
  1425. "algorithm\n", wiphy_name(local->hw.wiphy));
  1426. goto fail_rate;
  1427. }
  1428. result = ieee80211_wep_init(local);
  1429. if (result < 0) {
  1430. printk(KERN_DEBUG "%s: Failed to initialize wep\n",
  1431. wiphy_name(local->hw.wiphy));
  1432. goto fail_wep;
  1433. }
  1434. ieee80211_install_qdisc(local->mdev);
  1435. /* add one default STA interface */
  1436. result = ieee80211_if_add(local->mdev, "wlan%d", NULL,
  1437. IEEE80211_IF_TYPE_STA, NULL);
  1438. if (result)
  1439. printk(KERN_WARNING "%s: Failed to add default virtual iface\n",
  1440. wiphy_name(local->hw.wiphy));
  1441. local->reg_state = IEEE80211_DEV_REGISTERED;
  1442. rtnl_unlock();
  1443. ieee80211_led_init(local);
  1444. return 0;
  1445. fail_wep:
  1446. rate_control_deinitialize(local);
  1447. fail_rate:
  1448. ieee80211_debugfs_remove_netdev(IEEE80211_DEV_TO_SUB_IF(local->mdev));
  1449. unregister_netdevice(local->mdev);
  1450. fail_dev:
  1451. rtnl_unlock();
  1452. sta_info_stop(local);
  1453. fail_sta_info:
  1454. debugfs_hw_del(local);
  1455. destroy_workqueue(local->hw.workqueue);
  1456. fail_workqueue:
  1457. ieee80211_if_free(local->mdev);
  1458. local->mdev = NULL;
  1459. fail_mdev_alloc:
  1460. wiphy_unregister(local->hw.wiphy);
  1461. return result;
  1462. }
  1463. EXPORT_SYMBOL(ieee80211_register_hw);
  1464. void ieee80211_unregister_hw(struct ieee80211_hw *hw)
  1465. {
  1466. struct ieee80211_local *local = hw_to_local(hw);
  1467. struct ieee80211_sub_if_data *sdata, *tmp;
  1468. tasklet_kill(&local->tx_pending_tasklet);
  1469. tasklet_kill(&local->tasklet);
  1470. rtnl_lock();
  1471. BUG_ON(local->reg_state != IEEE80211_DEV_REGISTERED);
  1472. local->reg_state = IEEE80211_DEV_UNREGISTERED;
  1473. /*
  1474. * At this point, interface list manipulations are fine
  1475. * because the driver cannot be handing us frames any
  1476. * more and the tasklet is killed.
  1477. */
  1478. /*
  1479. * First, we remove all non-master interfaces. Do this because they
  1480. * may have bss pointer dependency on the master, and when we free
  1481. * the master these would be freed as well, breaking our list
  1482. * iteration completely.
  1483. */
  1484. list_for_each_entry_safe(sdata, tmp, &local->interfaces, list) {
  1485. if (sdata->dev == local->mdev)
  1486. continue;
  1487. list_del(&sdata->list);
  1488. __ieee80211_if_del(local, sdata);
  1489. }
  1490. /* then, finally, remove the master interface */
  1491. __ieee80211_if_del(local, IEEE80211_DEV_TO_SUB_IF(local->mdev));
  1492. rtnl_unlock();
  1493. ieee80211_rx_bss_list_deinit(local->mdev);
  1494. ieee80211_clear_tx_pending(local);
  1495. sta_info_stop(local);
  1496. rate_control_deinitialize(local);
  1497. debugfs_hw_del(local);
  1498. if (skb_queue_len(&local->skb_queue)
  1499. || skb_queue_len(&local->skb_queue_unreliable))
  1500. printk(KERN_WARNING "%s: skb_queue not empty\n",
  1501. wiphy_name(local->hw.wiphy));
  1502. skb_queue_purge(&local->skb_queue);
  1503. skb_queue_purge(&local->skb_queue_unreliable);
  1504. destroy_workqueue(local->hw.workqueue);
  1505. wiphy_unregister(local->hw.wiphy);
  1506. ieee80211_wep_free(local);
  1507. ieee80211_led_exit(local);
  1508. ieee80211_if_free(local->mdev);
  1509. local->mdev = NULL;
  1510. }
  1511. EXPORT_SYMBOL(ieee80211_unregister_hw);
  1512. void ieee80211_free_hw(struct ieee80211_hw *hw)
  1513. {
  1514. struct ieee80211_local *local = hw_to_local(hw);
  1515. wiphy_free(local->hw.wiphy);
  1516. }
  1517. EXPORT_SYMBOL(ieee80211_free_hw);
  1518. static int __init ieee80211_init(void)
  1519. {
  1520. struct sk_buff *skb;
  1521. int ret;
  1522. BUILD_BUG_ON(sizeof(struct ieee80211_tx_packet_data) > sizeof(skb->cb));
  1523. ret = rc80211_pid_init();
  1524. if (ret)
  1525. goto out;
  1526. ret = ieee80211_wme_register();
  1527. if (ret) {
  1528. printk(KERN_DEBUG "ieee80211_init: failed to "
  1529. "initialize WME (err=%d)\n", ret);
  1530. goto out_cleanup_pid;
  1531. }
  1532. ieee80211_debugfs_netdev_init();
  1533. return 0;
  1534. out_cleanup_pid:
  1535. rc80211_pid_exit();
  1536. out:
  1537. return ret;
  1538. }
  1539. static void __exit ieee80211_exit(void)
  1540. {
  1541. rc80211_pid_exit();
  1542. if (mesh_allocated)
  1543. ieee80211s_stop();
  1544. ieee80211_wme_unregister();
  1545. ieee80211_debugfs_netdev_exit();
  1546. }
  1547. subsys_initcall(ieee80211_init);
  1548. module_exit(ieee80211_exit);
  1549. MODULE_DESCRIPTION("IEEE 802.11 subsystem");
  1550. MODULE_LICENSE("GPL");