main.c 42 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705
  1. /*
  2. * Copyright (c) 2008 Atheros Communications Inc.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for any
  5. * purpose with or without fee is hereby granted, provided that the above
  6. * copyright notice and this permission notice appear in all copies.
  7. *
  8. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  9. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  10. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  11. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  12. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  13. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  14. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  15. */
  16. /* mac80211 and PCI callbacks */
  17. #include <linux/nl80211.h>
  18. #include "core.h"
  19. #include "reg.h"
  20. #define ATH_PCI_VERSION "0.1"
  21. static char *dev_info = "ath9k";
  22. MODULE_AUTHOR("Atheros Communications");
  23. MODULE_DESCRIPTION("Support for Atheros 802.11n wireless LAN cards.");
  24. MODULE_SUPPORTED_DEVICE("Atheros 802.11n WLAN cards");
  25. MODULE_LICENSE("Dual BSD/GPL");
  26. static struct pci_device_id ath_pci_id_table[] __devinitdata = {
  27. { PCI_VDEVICE(ATHEROS, 0x0023) }, /* PCI */
  28. { PCI_VDEVICE(ATHEROS, 0x0024) }, /* PCI-E */
  29. { PCI_VDEVICE(ATHEROS, 0x0027) }, /* PCI */
  30. { PCI_VDEVICE(ATHEROS, 0x0029) }, /* PCI */
  31. { PCI_VDEVICE(ATHEROS, 0x002A) }, /* PCI-E */
  32. { 0 }
  33. };
  34. static void ath_detach(struct ath_softc *sc);
  35. static int ath_get_channel(struct ath_softc *sc,
  36. struct ieee80211_channel *chan)
  37. {
  38. int i;
  39. for (i = 0; i < sc->sc_ah->ah_nchan; i++) {
  40. if (sc->sc_ah->ah_channels[i].channel == chan->center_freq)
  41. return i;
  42. }
  43. return -1;
  44. }
  45. static u32 ath_get_extchanmode(struct ath_softc *sc,
  46. struct ieee80211_channel *chan)
  47. {
  48. u32 chanmode = 0;
  49. u8 ext_chan_offset = sc->sc_ht_info.ext_chan_offset;
  50. enum ath9k_ht_macmode tx_chan_width = sc->sc_ht_info.tx_chan_width;
  51. switch (chan->band) {
  52. case IEEE80211_BAND_2GHZ:
  53. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_NONE) &&
  54. (tx_chan_width == ATH9K_HT_MACMODE_20))
  55. chanmode = CHANNEL_G_HT20;
  56. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_ABOVE) &&
  57. (tx_chan_width == ATH9K_HT_MACMODE_2040))
  58. chanmode = CHANNEL_G_HT40PLUS;
  59. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_BELOW) &&
  60. (tx_chan_width == ATH9K_HT_MACMODE_2040))
  61. chanmode = CHANNEL_G_HT40MINUS;
  62. break;
  63. case IEEE80211_BAND_5GHZ:
  64. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_NONE) &&
  65. (tx_chan_width == ATH9K_HT_MACMODE_20))
  66. chanmode = CHANNEL_A_HT20;
  67. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_ABOVE) &&
  68. (tx_chan_width == ATH9K_HT_MACMODE_2040))
  69. chanmode = CHANNEL_A_HT40PLUS;
  70. if ((ext_chan_offset == IEEE80211_HT_PARAM_CHA_SEC_BELOW) &&
  71. (tx_chan_width == ATH9K_HT_MACMODE_2040))
  72. chanmode = CHANNEL_A_HT40MINUS;
  73. break;
  74. default:
  75. break;
  76. }
  77. return chanmode;
  78. }
  79. static int ath_setkey_tkip(struct ath_softc *sc,
  80. struct ieee80211_key_conf *key,
  81. struct ath9k_keyval *hk,
  82. const u8 *addr)
  83. {
  84. u8 *key_rxmic = NULL;
  85. u8 *key_txmic = NULL;
  86. key_txmic = key->key + NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY;
  87. key_rxmic = key->key + NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY;
  88. if (addr == NULL) {
  89. /* Group key installation */
  90. memcpy(hk->kv_mic, key_rxmic, sizeof(hk->kv_mic));
  91. return ath_keyset(sc, key->keyidx, hk, addr);
  92. }
  93. if (!sc->sc_splitmic) {
  94. /*
  95. * data key goes at first index,
  96. * the hal handles the MIC keys at index+64.
  97. */
  98. memcpy(hk->kv_mic, key_rxmic, sizeof(hk->kv_mic));
  99. memcpy(hk->kv_txmic, key_txmic, sizeof(hk->kv_txmic));
  100. return ath_keyset(sc, key->keyidx, hk, addr);
  101. }
  102. /*
  103. * TX key goes at first index, RX key at +32.
  104. * The hal handles the MIC keys at index+64.
  105. */
  106. memcpy(hk->kv_mic, key_txmic, sizeof(hk->kv_mic));
  107. if (!ath_keyset(sc, key->keyidx, hk, NULL)) {
  108. /* Txmic entry failed. No need to proceed further */
  109. DPRINTF(sc, ATH_DBG_KEYCACHE,
  110. "%s Setting TX MIC Key Failed\n", __func__);
  111. return 0;
  112. }
  113. memcpy(hk->kv_mic, key_rxmic, sizeof(hk->kv_mic));
  114. /* XXX delete tx key on failure? */
  115. return ath_keyset(sc, key->keyidx+32, hk, addr);
  116. }
  117. static int ath_key_config(struct ath_softc *sc,
  118. const u8 *addr,
  119. struct ieee80211_key_conf *key)
  120. {
  121. struct ieee80211_vif *vif;
  122. struct ath9k_keyval hk;
  123. const u8 *mac = NULL;
  124. int ret = 0;
  125. enum nl80211_iftype opmode;
  126. memset(&hk, 0, sizeof(hk));
  127. switch (key->alg) {
  128. case ALG_WEP:
  129. hk.kv_type = ATH9K_CIPHER_WEP;
  130. break;
  131. case ALG_TKIP:
  132. hk.kv_type = ATH9K_CIPHER_TKIP;
  133. break;
  134. case ALG_CCMP:
  135. hk.kv_type = ATH9K_CIPHER_AES_CCM;
  136. break;
  137. default:
  138. return -EINVAL;
  139. }
  140. hk.kv_len = key->keylen;
  141. memcpy(hk.kv_val, key->key, key->keylen);
  142. if (!sc->sc_vaps[0])
  143. return -EIO;
  144. vif = sc->sc_vaps[0];
  145. opmode = vif->type;
  146. /*
  147. * Strategy:
  148. * For _M_STA mc tx, we will not setup a key at all since we never
  149. * tx mc.
  150. * _M_STA mc rx, we will use the keyID.
  151. * for _M_IBSS mc tx, we will use the keyID, and no macaddr.
  152. * for _M_IBSS mc rx, we will alloc a slot and plumb the mac of the
  153. * peer node. BUT we will plumb a cleartext key so that we can do
  154. * perSta default key table lookup in software.
  155. */
  156. if (is_broadcast_ether_addr(addr)) {
  157. switch (opmode) {
  158. case NL80211_IFTYPE_STATION:
  159. /* default key: could be group WPA key
  160. * or could be static WEP key */
  161. mac = NULL;
  162. break;
  163. case NL80211_IFTYPE_ADHOC:
  164. break;
  165. case NL80211_IFTYPE_AP:
  166. break;
  167. default:
  168. ASSERT(0);
  169. break;
  170. }
  171. } else {
  172. mac = addr;
  173. }
  174. if (key->alg == ALG_TKIP)
  175. ret = ath_setkey_tkip(sc, key, &hk, mac);
  176. else
  177. ret = ath_keyset(sc, key->keyidx, &hk, mac);
  178. if (!ret)
  179. return -EIO;
  180. return 0;
  181. }
  182. static void ath_key_delete(struct ath_softc *sc, struct ieee80211_key_conf *key)
  183. {
  184. int freeslot;
  185. freeslot = (key->keyidx >= 4) ? 1 : 0;
  186. ath_key_reset(sc, key->keyidx, freeslot);
  187. }
  188. static void setup_ht_cap(struct ieee80211_sta_ht_cap *ht_info)
  189. {
  190. #define ATH9K_HT_CAP_MAXRXAMPDU_65536 0x3 /* 2 ^ 16 */
  191. #define ATH9K_HT_CAP_MPDUDENSITY_8 0x6 /* 8 usec */
  192. ht_info->ht_supported = true;
  193. ht_info->cap = IEEE80211_HT_CAP_SUP_WIDTH_20_40 |
  194. IEEE80211_HT_CAP_SM_PS |
  195. IEEE80211_HT_CAP_SGI_40 |
  196. IEEE80211_HT_CAP_DSSSCCK40;
  197. ht_info->ampdu_factor = ATH9K_HT_CAP_MAXRXAMPDU_65536;
  198. ht_info->ampdu_density = ATH9K_HT_CAP_MPDUDENSITY_8;
  199. /* set up supported mcs set */
  200. memset(&ht_info->mcs, 0, sizeof(ht_info->mcs));
  201. ht_info->mcs.rx_mask[0] = 0xff;
  202. ht_info->mcs.rx_mask[1] = 0xff;
  203. ht_info->mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED;
  204. }
  205. static void ath9k_ht_conf(struct ath_softc *sc,
  206. struct ieee80211_bss_conf *bss_conf)
  207. {
  208. struct ath_ht_info *ht_info = &sc->sc_ht_info;
  209. if (sc->hw->conf.ht.enabled) {
  210. ht_info->ext_chan_offset = bss_conf->ht.secondary_channel_offset;
  211. if (bss_conf->ht.width_40_ok)
  212. ht_info->tx_chan_width = ATH9K_HT_MACMODE_2040;
  213. else
  214. ht_info->tx_chan_width = ATH9K_HT_MACMODE_20;
  215. ath9k_hw_set11nmac2040(sc->sc_ah, ht_info->tx_chan_width);
  216. }
  217. }
  218. static void ath9k_bss_assoc_info(struct ath_softc *sc,
  219. struct ieee80211_vif *vif,
  220. struct ieee80211_bss_conf *bss_conf)
  221. {
  222. struct ieee80211_hw *hw = sc->hw;
  223. struct ieee80211_channel *curchan = hw->conf.channel;
  224. struct ath_vap *avp = (void *)vif->drv_priv;
  225. int pos;
  226. if (bss_conf->assoc) {
  227. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Bss Info ASSOC %d\n",
  228. __func__,
  229. bss_conf->aid);
  230. /* New association, store aid */
  231. if (avp->av_opmode == ATH9K_M_STA) {
  232. sc->sc_curaid = bss_conf->aid;
  233. ath9k_hw_write_associd(sc->sc_ah, sc->sc_curbssid,
  234. sc->sc_curaid);
  235. }
  236. /* Configure the beacon */
  237. ath_beacon_config(sc, 0);
  238. sc->sc_flags |= SC_OP_BEACONS;
  239. /* Reset rssi stats */
  240. sc->sc_halstats.ns_avgbrssi = ATH_RSSI_DUMMY_MARKER;
  241. sc->sc_halstats.ns_avgrssi = ATH_RSSI_DUMMY_MARKER;
  242. sc->sc_halstats.ns_avgtxrssi = ATH_RSSI_DUMMY_MARKER;
  243. sc->sc_halstats.ns_avgtxrate = ATH_RATE_DUMMY_MARKER;
  244. /* Update chainmask */
  245. ath_update_chainmask(sc, hw->conf.ht.enabled);
  246. DPRINTF(sc, ATH_DBG_CONFIG,
  247. "%s: bssid %pM aid 0x%x\n",
  248. __func__,
  249. sc->sc_curbssid, sc->sc_curaid);
  250. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Set channel: %d MHz\n",
  251. __func__,
  252. curchan->center_freq);
  253. pos = ath_get_channel(sc, curchan);
  254. if (pos == -1) {
  255. DPRINTF(sc, ATH_DBG_FATAL,
  256. "%s: Invalid channel\n", __func__);
  257. return;
  258. }
  259. if (hw->conf.ht.enabled)
  260. sc->sc_ah->ah_channels[pos].chanmode =
  261. ath_get_extchanmode(sc, curchan);
  262. else
  263. sc->sc_ah->ah_channels[pos].chanmode =
  264. (curchan->band == IEEE80211_BAND_2GHZ) ?
  265. CHANNEL_G : CHANNEL_A;
  266. /* set h/w channel */
  267. if (ath_set_channel(sc, &sc->sc_ah->ah_channels[pos]) < 0)
  268. DPRINTF(sc, ATH_DBG_FATAL,
  269. "%s: Unable to set channel\n",
  270. __func__);
  271. /* Start ANI */
  272. mod_timer(&sc->sc_ani.timer,
  273. jiffies + msecs_to_jiffies(ATH_ANI_POLLINTERVAL));
  274. } else {
  275. DPRINTF(sc, ATH_DBG_CONFIG,
  276. "%s: Bss Info DISSOC\n", __func__);
  277. sc->sc_curaid = 0;
  278. }
  279. }
  280. void ath_get_beaconconfig(struct ath_softc *sc,
  281. int if_id,
  282. struct ath_beacon_config *conf)
  283. {
  284. struct ieee80211_hw *hw = sc->hw;
  285. /* fill in beacon config data */
  286. conf->beacon_interval = hw->conf.beacon_int;
  287. conf->listen_interval = 100;
  288. conf->dtim_count = 1;
  289. conf->bmiss_timeout = ATH_DEFAULT_BMISS_LIMIT * conf->listen_interval;
  290. }
  291. void ath_tx_complete(struct ath_softc *sc, struct sk_buff *skb,
  292. struct ath_xmit_status *tx_status)
  293. {
  294. struct ieee80211_hw *hw = sc->hw;
  295. struct ieee80211_tx_info *tx_info = IEEE80211_SKB_CB(skb);
  296. DPRINTF(sc, ATH_DBG_XMIT,
  297. "%s: TX complete: skb: %p\n", __func__, skb);
  298. ieee80211_tx_info_clear_status(tx_info);
  299. if (tx_info->flags & IEEE80211_TX_CTL_NO_ACK ||
  300. tx_info->flags & IEEE80211_TX_STAT_TX_FILTERED) {
  301. /* free driver's private data area of tx_info, XXX: HACK! */
  302. if (tx_info->control.vif != NULL)
  303. kfree(tx_info->control.vif);
  304. tx_info->control.vif = NULL;
  305. }
  306. if (tx_status->flags & ATH_TX_BAR) {
  307. tx_info->flags |= IEEE80211_TX_STAT_AMPDU_NO_BACK;
  308. tx_status->flags &= ~ATH_TX_BAR;
  309. }
  310. if (!(tx_status->flags & (ATH_TX_ERROR | ATH_TX_XRETRY))) {
  311. /* Frame was ACKed */
  312. tx_info->flags |= IEEE80211_TX_STAT_ACK;
  313. }
  314. tx_info->status.rates[0].count = tx_status->retries + 1;
  315. ieee80211_tx_status(hw, skb);
  316. }
  317. /********************************/
  318. /* LED functions */
  319. /********************************/
  320. static void ath_led_brightness(struct led_classdev *led_cdev,
  321. enum led_brightness brightness)
  322. {
  323. struct ath_led *led = container_of(led_cdev, struct ath_led, led_cdev);
  324. struct ath_softc *sc = led->sc;
  325. switch (brightness) {
  326. case LED_OFF:
  327. if (led->led_type == ATH_LED_ASSOC ||
  328. led->led_type == ATH_LED_RADIO)
  329. sc->sc_flags &= ~SC_OP_LED_ASSOCIATED;
  330. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN,
  331. (led->led_type == ATH_LED_RADIO) ? 1 :
  332. !!(sc->sc_flags & SC_OP_LED_ASSOCIATED));
  333. break;
  334. case LED_FULL:
  335. if (led->led_type == ATH_LED_ASSOC)
  336. sc->sc_flags |= SC_OP_LED_ASSOCIATED;
  337. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN, 0);
  338. break;
  339. default:
  340. break;
  341. }
  342. }
  343. static int ath_register_led(struct ath_softc *sc, struct ath_led *led,
  344. char *trigger)
  345. {
  346. int ret;
  347. led->sc = sc;
  348. led->led_cdev.name = led->name;
  349. led->led_cdev.default_trigger = trigger;
  350. led->led_cdev.brightness_set = ath_led_brightness;
  351. ret = led_classdev_register(wiphy_dev(sc->hw->wiphy), &led->led_cdev);
  352. if (ret)
  353. DPRINTF(sc, ATH_DBG_FATAL,
  354. "Failed to register led:%s", led->name);
  355. else
  356. led->registered = 1;
  357. return ret;
  358. }
  359. static void ath_unregister_led(struct ath_led *led)
  360. {
  361. if (led->registered) {
  362. led_classdev_unregister(&led->led_cdev);
  363. led->registered = 0;
  364. }
  365. }
  366. static void ath_deinit_leds(struct ath_softc *sc)
  367. {
  368. ath_unregister_led(&sc->assoc_led);
  369. sc->sc_flags &= ~SC_OP_LED_ASSOCIATED;
  370. ath_unregister_led(&sc->tx_led);
  371. ath_unregister_led(&sc->rx_led);
  372. ath_unregister_led(&sc->radio_led);
  373. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN, 1);
  374. }
  375. static void ath_init_leds(struct ath_softc *sc)
  376. {
  377. char *trigger;
  378. int ret;
  379. /* Configure gpio 1 for output */
  380. ath9k_hw_cfg_output(sc->sc_ah, ATH_LED_PIN,
  381. AR_GPIO_OUTPUT_MUX_AS_OUTPUT);
  382. /* LED off, active low */
  383. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN, 1);
  384. trigger = ieee80211_get_radio_led_name(sc->hw);
  385. snprintf(sc->radio_led.name, sizeof(sc->radio_led.name),
  386. "ath9k-%s:radio", wiphy_name(sc->hw->wiphy));
  387. ret = ath_register_led(sc, &sc->radio_led, trigger);
  388. sc->radio_led.led_type = ATH_LED_RADIO;
  389. if (ret)
  390. goto fail;
  391. trigger = ieee80211_get_assoc_led_name(sc->hw);
  392. snprintf(sc->assoc_led.name, sizeof(sc->assoc_led.name),
  393. "ath9k-%s:assoc", wiphy_name(sc->hw->wiphy));
  394. ret = ath_register_led(sc, &sc->assoc_led, trigger);
  395. sc->assoc_led.led_type = ATH_LED_ASSOC;
  396. if (ret)
  397. goto fail;
  398. trigger = ieee80211_get_tx_led_name(sc->hw);
  399. snprintf(sc->tx_led.name, sizeof(sc->tx_led.name),
  400. "ath9k-%s:tx", wiphy_name(sc->hw->wiphy));
  401. ret = ath_register_led(sc, &sc->tx_led, trigger);
  402. sc->tx_led.led_type = ATH_LED_TX;
  403. if (ret)
  404. goto fail;
  405. trigger = ieee80211_get_rx_led_name(sc->hw);
  406. snprintf(sc->rx_led.name, sizeof(sc->rx_led.name),
  407. "ath9k-%s:rx", wiphy_name(sc->hw->wiphy));
  408. ret = ath_register_led(sc, &sc->rx_led, trigger);
  409. sc->rx_led.led_type = ATH_LED_RX;
  410. if (ret)
  411. goto fail;
  412. return;
  413. fail:
  414. ath_deinit_leds(sc);
  415. }
  416. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  417. /*******************/
  418. /* Rfkill */
  419. /*******************/
  420. static void ath_radio_enable(struct ath_softc *sc)
  421. {
  422. struct ath_hal *ah = sc->sc_ah;
  423. int status;
  424. spin_lock_bh(&sc->sc_resetlock);
  425. if (!ath9k_hw_reset(ah, ah->ah_curchan,
  426. sc->sc_ht_info.tx_chan_width,
  427. sc->sc_tx_chainmask,
  428. sc->sc_rx_chainmask,
  429. sc->sc_ht_extprotspacing,
  430. false, &status)) {
  431. DPRINTF(sc, ATH_DBG_FATAL,
  432. "%s: unable to reset channel %u (%uMhz) "
  433. "flags 0x%x hal status %u\n", __func__,
  434. ath9k_hw_mhz2ieee(ah,
  435. ah->ah_curchan->channel,
  436. ah->ah_curchan->channelFlags),
  437. ah->ah_curchan->channel,
  438. ah->ah_curchan->channelFlags, status);
  439. }
  440. spin_unlock_bh(&sc->sc_resetlock);
  441. ath_update_txpow(sc);
  442. if (ath_startrecv(sc) != 0) {
  443. DPRINTF(sc, ATH_DBG_FATAL,
  444. "%s: unable to restart recv logic\n", __func__);
  445. return;
  446. }
  447. if (sc->sc_flags & SC_OP_BEACONS)
  448. ath_beacon_config(sc, ATH_IF_ID_ANY); /* restart beacons */
  449. /* Re-Enable interrupts */
  450. ath9k_hw_set_interrupts(ah, sc->sc_imask);
  451. /* Enable LED */
  452. ath9k_hw_cfg_output(ah, ATH_LED_PIN,
  453. AR_GPIO_OUTPUT_MUX_AS_OUTPUT);
  454. ath9k_hw_set_gpio(ah, ATH_LED_PIN, 0);
  455. ieee80211_wake_queues(sc->hw);
  456. }
  457. static void ath_radio_disable(struct ath_softc *sc)
  458. {
  459. struct ath_hal *ah = sc->sc_ah;
  460. int status;
  461. ieee80211_stop_queues(sc->hw);
  462. /* Disable LED */
  463. ath9k_hw_set_gpio(ah, ATH_LED_PIN, 1);
  464. ath9k_hw_cfg_gpio_input(ah, ATH_LED_PIN);
  465. /* Disable interrupts */
  466. ath9k_hw_set_interrupts(ah, 0);
  467. ath_draintxq(sc, false); /* clear pending tx frames */
  468. ath_stoprecv(sc); /* turn off frame recv */
  469. ath_flushrecv(sc); /* flush recv queue */
  470. spin_lock_bh(&sc->sc_resetlock);
  471. if (!ath9k_hw_reset(ah, ah->ah_curchan,
  472. sc->sc_ht_info.tx_chan_width,
  473. sc->sc_tx_chainmask,
  474. sc->sc_rx_chainmask,
  475. sc->sc_ht_extprotspacing,
  476. false, &status)) {
  477. DPRINTF(sc, ATH_DBG_FATAL,
  478. "%s: unable to reset channel %u (%uMhz) "
  479. "flags 0x%x hal status %u\n", __func__,
  480. ath9k_hw_mhz2ieee(ah,
  481. ah->ah_curchan->channel,
  482. ah->ah_curchan->channelFlags),
  483. ah->ah_curchan->channel,
  484. ah->ah_curchan->channelFlags, status);
  485. }
  486. spin_unlock_bh(&sc->sc_resetlock);
  487. ath9k_hw_phy_disable(ah);
  488. ath9k_hw_setpower(ah, ATH9K_PM_FULL_SLEEP);
  489. }
  490. static bool ath_is_rfkill_set(struct ath_softc *sc)
  491. {
  492. struct ath_hal *ah = sc->sc_ah;
  493. return ath9k_hw_gpio_get(ah, ah->ah_rfkill_gpio) ==
  494. ah->ah_rfkill_polarity;
  495. }
  496. /* h/w rfkill poll function */
  497. static void ath_rfkill_poll(struct work_struct *work)
  498. {
  499. struct ath_softc *sc = container_of(work, struct ath_softc,
  500. rf_kill.rfkill_poll.work);
  501. bool radio_on;
  502. if (sc->sc_flags & SC_OP_INVALID)
  503. return;
  504. radio_on = !ath_is_rfkill_set(sc);
  505. /*
  506. * enable/disable radio only when there is a
  507. * state change in RF switch
  508. */
  509. if (radio_on == !!(sc->sc_flags & SC_OP_RFKILL_HW_BLOCKED)) {
  510. enum rfkill_state state;
  511. if (sc->sc_flags & SC_OP_RFKILL_SW_BLOCKED) {
  512. state = radio_on ? RFKILL_STATE_SOFT_BLOCKED
  513. : RFKILL_STATE_HARD_BLOCKED;
  514. } else if (radio_on) {
  515. ath_radio_enable(sc);
  516. state = RFKILL_STATE_UNBLOCKED;
  517. } else {
  518. ath_radio_disable(sc);
  519. state = RFKILL_STATE_HARD_BLOCKED;
  520. }
  521. if (state == RFKILL_STATE_HARD_BLOCKED)
  522. sc->sc_flags |= SC_OP_RFKILL_HW_BLOCKED;
  523. else
  524. sc->sc_flags &= ~SC_OP_RFKILL_HW_BLOCKED;
  525. rfkill_force_state(sc->rf_kill.rfkill, state);
  526. }
  527. queue_delayed_work(sc->hw->workqueue, &sc->rf_kill.rfkill_poll,
  528. msecs_to_jiffies(ATH_RFKILL_POLL_INTERVAL));
  529. }
  530. /* s/w rfkill handler */
  531. static int ath_sw_toggle_radio(void *data, enum rfkill_state state)
  532. {
  533. struct ath_softc *sc = data;
  534. switch (state) {
  535. case RFKILL_STATE_SOFT_BLOCKED:
  536. if (!(sc->sc_flags & (SC_OP_RFKILL_HW_BLOCKED |
  537. SC_OP_RFKILL_SW_BLOCKED)))
  538. ath_radio_disable(sc);
  539. sc->sc_flags |= SC_OP_RFKILL_SW_BLOCKED;
  540. return 0;
  541. case RFKILL_STATE_UNBLOCKED:
  542. if ((sc->sc_flags & SC_OP_RFKILL_SW_BLOCKED)) {
  543. sc->sc_flags &= ~SC_OP_RFKILL_SW_BLOCKED;
  544. if (sc->sc_flags & SC_OP_RFKILL_HW_BLOCKED) {
  545. DPRINTF(sc, ATH_DBG_FATAL, "Can't turn on the"
  546. "radio as it is disabled by h/w \n");
  547. return -EPERM;
  548. }
  549. ath_radio_enable(sc);
  550. }
  551. return 0;
  552. default:
  553. return -EINVAL;
  554. }
  555. }
  556. /* Init s/w rfkill */
  557. static int ath_init_sw_rfkill(struct ath_softc *sc)
  558. {
  559. sc->rf_kill.rfkill = rfkill_allocate(wiphy_dev(sc->hw->wiphy),
  560. RFKILL_TYPE_WLAN);
  561. if (!sc->rf_kill.rfkill) {
  562. DPRINTF(sc, ATH_DBG_FATAL, "Failed to allocate rfkill\n");
  563. return -ENOMEM;
  564. }
  565. snprintf(sc->rf_kill.rfkill_name, sizeof(sc->rf_kill.rfkill_name),
  566. "ath9k-%s:rfkill", wiphy_name(sc->hw->wiphy));
  567. sc->rf_kill.rfkill->name = sc->rf_kill.rfkill_name;
  568. sc->rf_kill.rfkill->data = sc;
  569. sc->rf_kill.rfkill->toggle_radio = ath_sw_toggle_radio;
  570. sc->rf_kill.rfkill->state = RFKILL_STATE_UNBLOCKED;
  571. sc->rf_kill.rfkill->user_claim_unsupported = 1;
  572. return 0;
  573. }
  574. /* Deinitialize rfkill */
  575. static void ath_deinit_rfkill(struct ath_softc *sc)
  576. {
  577. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_RFSILENT)
  578. cancel_delayed_work_sync(&sc->rf_kill.rfkill_poll);
  579. if (sc->sc_flags & SC_OP_RFKILL_REGISTERED) {
  580. rfkill_unregister(sc->rf_kill.rfkill);
  581. sc->sc_flags &= ~SC_OP_RFKILL_REGISTERED;
  582. sc->rf_kill.rfkill = NULL;
  583. }
  584. }
  585. static int ath_start_rfkill_poll(struct ath_softc *sc)
  586. {
  587. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_RFSILENT)
  588. queue_delayed_work(sc->hw->workqueue,
  589. &sc->rf_kill.rfkill_poll, 0);
  590. if (!(sc->sc_flags & SC_OP_RFKILL_REGISTERED)) {
  591. if (rfkill_register(sc->rf_kill.rfkill)) {
  592. DPRINTF(sc, ATH_DBG_FATAL,
  593. "Unable to register rfkill\n");
  594. rfkill_free(sc->rf_kill.rfkill);
  595. /* Deinitialize the device */
  596. ath_detach(sc);
  597. if (sc->pdev->irq)
  598. free_irq(sc->pdev->irq, sc);
  599. pci_iounmap(sc->pdev, sc->mem);
  600. pci_release_region(sc->pdev, 0);
  601. pci_disable_device(sc->pdev);
  602. ieee80211_free_hw(sc->hw);
  603. return -EIO;
  604. } else {
  605. sc->sc_flags |= SC_OP_RFKILL_REGISTERED;
  606. }
  607. }
  608. return 0;
  609. }
  610. #endif /* CONFIG_RFKILL */
  611. static void ath_detach(struct ath_softc *sc)
  612. {
  613. struct ieee80211_hw *hw = sc->hw;
  614. int i = 0;
  615. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Detach ATH hw\n", __func__);
  616. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  617. ath_deinit_rfkill(sc);
  618. #endif
  619. ath_deinit_leds(sc);
  620. ieee80211_unregister_hw(hw);
  621. ath_rate_control_unregister();
  622. ath_rate_detach(sc->sc_rc);
  623. ath_rx_cleanup(sc);
  624. ath_tx_cleanup(sc);
  625. tasklet_kill(&sc->intr_tq);
  626. tasklet_kill(&sc->bcon_tasklet);
  627. if (!(sc->sc_flags & SC_OP_INVALID))
  628. ath9k_hw_setpower(sc->sc_ah, ATH9K_PM_AWAKE);
  629. /* cleanup tx queues */
  630. for (i = 0; i < ATH9K_NUM_TX_QUEUES; i++)
  631. if (ATH_TXQ_SETUP(sc, i))
  632. ath_tx_cleanupq(sc, &sc->sc_txq[i]);
  633. ath9k_hw_detach(sc->sc_ah);
  634. }
  635. static int ath_attach(u16 devid, struct ath_softc *sc)
  636. {
  637. struct ieee80211_hw *hw = sc->hw;
  638. int error = 0;
  639. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Attach ATH hw\n", __func__);
  640. error = ath_init(devid, sc);
  641. if (error != 0)
  642. return error;
  643. /* get mac address from hardware and set in mac80211 */
  644. SET_IEEE80211_PERM_ADDR(hw, sc->sc_myaddr);
  645. hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
  646. IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
  647. IEEE80211_HW_SIGNAL_DBM |
  648. IEEE80211_HW_AMPDU_AGGREGATION;
  649. hw->wiphy->interface_modes =
  650. BIT(NL80211_IFTYPE_AP) |
  651. BIT(NL80211_IFTYPE_STATION) |
  652. BIT(NL80211_IFTYPE_ADHOC);
  653. hw->queues = 4;
  654. hw->sta_data_size = sizeof(struct ath_node);
  655. hw->vif_data_size = sizeof(struct ath_vap);
  656. /* Register rate control */
  657. hw->rate_control_algorithm = "ath9k_rate_control";
  658. error = ath_rate_control_register();
  659. if (error != 0) {
  660. DPRINTF(sc, ATH_DBG_FATAL,
  661. "%s: Unable to register rate control "
  662. "algorithm:%d\n", __func__, error);
  663. ath_rate_control_unregister();
  664. goto bad;
  665. }
  666. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_HT) {
  667. setup_ht_cap(&sc->sbands[IEEE80211_BAND_2GHZ].ht_cap);
  668. if (test_bit(ATH9K_MODE_11A, sc->sc_ah->ah_caps.wireless_modes))
  669. setup_ht_cap(&sc->sbands[IEEE80211_BAND_5GHZ].ht_cap);
  670. }
  671. hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &sc->sbands[IEEE80211_BAND_2GHZ];
  672. if (test_bit(ATH9K_MODE_11A, sc->sc_ah->ah_caps.wireless_modes))
  673. hw->wiphy->bands[IEEE80211_BAND_5GHZ] =
  674. &sc->sbands[IEEE80211_BAND_5GHZ];
  675. /* initialize tx/rx engine */
  676. error = ath_tx_init(sc, ATH_TXBUF);
  677. if (error != 0)
  678. goto detach;
  679. error = ath_rx_init(sc, ATH_RXBUF);
  680. if (error != 0)
  681. goto detach;
  682. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  683. /* Initialze h/w Rfkill */
  684. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_RFSILENT)
  685. INIT_DELAYED_WORK(&sc->rf_kill.rfkill_poll, ath_rfkill_poll);
  686. /* Initialize s/w rfkill */
  687. if (ath_init_sw_rfkill(sc))
  688. goto detach;
  689. #endif
  690. error = ieee80211_register_hw(hw);
  691. if (error != 0) {
  692. ath_rate_control_unregister();
  693. goto bad;
  694. }
  695. /* Initialize LED control */
  696. ath_init_leds(sc);
  697. return 0;
  698. detach:
  699. ath_detach(sc);
  700. bad:
  701. return error;
  702. }
  703. static int ath9k_start(struct ieee80211_hw *hw)
  704. {
  705. struct ath_softc *sc = hw->priv;
  706. struct ieee80211_channel *curchan = hw->conf.channel;
  707. int error = 0, pos;
  708. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Starting driver with "
  709. "initial channel: %d MHz\n", __func__, curchan->center_freq);
  710. memset(&sc->sc_ht_info, 0, sizeof(struct ath_ht_info));
  711. /* setup initial channel */
  712. pos = ath_get_channel(sc, curchan);
  713. if (pos == -1) {
  714. DPRINTF(sc, ATH_DBG_FATAL, "%s: Invalid channel\n", __func__);
  715. error = -EINVAL;
  716. goto exit;
  717. }
  718. sc->sc_ah->ah_channels[pos].chanmode =
  719. (curchan->band == IEEE80211_BAND_2GHZ) ? CHANNEL_G : CHANNEL_A;
  720. error = ath_open(sc, &sc->sc_ah->ah_channels[pos]);
  721. if (error) {
  722. DPRINTF(sc, ATH_DBG_FATAL,
  723. "%s: Unable to complete ath_open\n", __func__);
  724. goto exit;
  725. }
  726. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  727. error = ath_start_rfkill_poll(sc);
  728. #endif
  729. exit:
  730. return error;
  731. }
  732. static int ath9k_tx(struct ieee80211_hw *hw,
  733. struct sk_buff *skb)
  734. {
  735. struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb);
  736. struct ath_softc *sc = hw->priv;
  737. struct ath_tx_control txctl;
  738. int hdrlen, padsize;
  739. memset(&txctl, 0, sizeof(struct ath_tx_control));
  740. /*
  741. * As a temporary workaround, assign seq# here; this will likely need
  742. * to be cleaned up to work better with Beacon transmission and virtual
  743. * BSSes.
  744. */
  745. if (info->flags & IEEE80211_TX_CTL_ASSIGN_SEQ) {
  746. struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;
  747. if (info->flags & IEEE80211_TX_CTL_FIRST_FRAGMENT)
  748. sc->seq_no += 0x10;
  749. hdr->seq_ctrl &= cpu_to_le16(IEEE80211_SCTL_FRAG);
  750. hdr->seq_ctrl |= cpu_to_le16(sc->seq_no);
  751. }
  752. /* Add the padding after the header if this is not already done */
  753. hdrlen = ieee80211_get_hdrlen_from_skb(skb);
  754. if (hdrlen & 3) {
  755. padsize = hdrlen % 4;
  756. if (skb_headroom(skb) < padsize)
  757. return -1;
  758. skb_push(skb, padsize);
  759. memmove(skb->data, skb->data + padsize, hdrlen);
  760. }
  761. /* Check if a tx queue is available */
  762. txctl.txq = ath_test_get_txq(sc, skb);
  763. if (!txctl.txq)
  764. goto exit;
  765. DPRINTF(sc, ATH_DBG_XMIT, "%s: transmitting packet, skb: %p\n",
  766. __func__,
  767. skb);
  768. if (ath_tx_start(sc, skb, &txctl) != 0) {
  769. DPRINTF(sc, ATH_DBG_XMIT, "%s: TX failed\n", __func__);
  770. goto exit;
  771. }
  772. return 0;
  773. exit:
  774. dev_kfree_skb_any(skb);
  775. return 0;
  776. }
  777. static void ath9k_stop(struct ieee80211_hw *hw)
  778. {
  779. struct ath_softc *sc = hw->priv;
  780. if (sc->sc_flags & SC_OP_INVALID) {
  781. DPRINTF(sc, ATH_DBG_ANY, "%s: Device not present\n", __func__);
  782. return;
  783. }
  784. ath_stop(sc);
  785. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Driver halt\n", __func__);
  786. }
  787. static int ath9k_add_interface(struct ieee80211_hw *hw,
  788. struct ieee80211_if_init_conf *conf)
  789. {
  790. struct ath_softc *sc = hw->priv;
  791. struct ath_vap *avp = (void *)conf->vif->drv_priv;
  792. int ic_opmode = 0;
  793. /* Support only vap for now */
  794. if (sc->sc_nvaps)
  795. return -ENOBUFS;
  796. switch (conf->type) {
  797. case NL80211_IFTYPE_STATION:
  798. ic_opmode = ATH9K_M_STA;
  799. break;
  800. case NL80211_IFTYPE_ADHOC:
  801. ic_opmode = ATH9K_M_IBSS;
  802. break;
  803. case NL80211_IFTYPE_AP:
  804. ic_opmode = ATH9K_M_HOSTAP;
  805. break;
  806. default:
  807. DPRINTF(sc, ATH_DBG_FATAL,
  808. "%s: Interface type %d not yet supported\n",
  809. __func__, conf->type);
  810. return -EOPNOTSUPP;
  811. }
  812. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Attach a VAP of type: %d\n",
  813. __func__,
  814. ic_opmode);
  815. /* Set the VAP opmode */
  816. avp->av_opmode = ic_opmode;
  817. avp->av_bslot = -1;
  818. if (ic_opmode == ATH9K_M_HOSTAP)
  819. ath9k_hw_set_tsfadjust(sc->sc_ah, 1);
  820. sc->sc_vaps[0] = conf->vif;
  821. sc->sc_nvaps++;
  822. /* Set the device opmode */
  823. sc->sc_ah->ah_opmode = ic_opmode;
  824. if (conf->type == NL80211_IFTYPE_AP) {
  825. /* TODO: is this a suitable place to start ANI for AP mode? */
  826. /* Start ANI */
  827. mod_timer(&sc->sc_ani.timer,
  828. jiffies + msecs_to_jiffies(ATH_ANI_POLLINTERVAL));
  829. }
  830. return 0;
  831. }
  832. static void ath9k_remove_interface(struct ieee80211_hw *hw,
  833. struct ieee80211_if_init_conf *conf)
  834. {
  835. struct ath_softc *sc = hw->priv;
  836. struct ath_vap *avp = (void *)conf->vif->drv_priv;
  837. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Detach VAP\n", __func__);
  838. #ifdef CONFIG_SLOW_ANT_DIV
  839. ath_slow_ant_div_stop(&sc->sc_antdiv);
  840. #endif
  841. /* Stop ANI */
  842. del_timer_sync(&sc->sc_ani.timer);
  843. /* Reclaim beacon resources */
  844. if (sc->sc_ah->ah_opmode == ATH9K_M_HOSTAP ||
  845. sc->sc_ah->ah_opmode == ATH9K_M_IBSS) {
  846. ath9k_hw_stoptxdma(sc->sc_ah, sc->sc_bhalq);
  847. ath_beacon_return(sc, avp);
  848. }
  849. sc->sc_flags &= ~SC_OP_BEACONS;
  850. sc->sc_vaps[0] = NULL;
  851. sc->sc_nvaps--;
  852. }
  853. static int ath9k_config(struct ieee80211_hw *hw, u32 changed)
  854. {
  855. struct ath_softc *sc = hw->priv;
  856. struct ieee80211_channel *curchan = hw->conf.channel;
  857. struct ieee80211_conf *conf = &hw->conf;
  858. int pos;
  859. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Set channel: %d MHz\n",
  860. __func__,
  861. curchan->center_freq);
  862. /* Update chainmask */
  863. ath_update_chainmask(sc, conf->ht.enabled);
  864. pos = ath_get_channel(sc, curchan);
  865. if (pos == -1) {
  866. DPRINTF(sc, ATH_DBG_FATAL, "%s: Invalid channel\n", __func__);
  867. return -EINVAL;
  868. }
  869. sc->sc_ah->ah_channels[pos].chanmode =
  870. (curchan->band == IEEE80211_BAND_2GHZ) ?
  871. CHANNEL_G : CHANNEL_A;
  872. if (sc->sc_curaid && hw->conf.ht.enabled)
  873. sc->sc_ah->ah_channels[pos].chanmode =
  874. ath_get_extchanmode(sc, curchan);
  875. if (changed & IEEE80211_CONF_CHANGE_POWER)
  876. sc->sc_config.txpowlimit = 2 * conf->power_level;
  877. /* set h/w channel */
  878. if (ath_set_channel(sc, &sc->sc_ah->ah_channels[pos]) < 0)
  879. DPRINTF(sc, ATH_DBG_FATAL, "%s: Unable to set channel\n",
  880. __func__);
  881. return 0;
  882. }
  883. static int ath9k_config_interface(struct ieee80211_hw *hw,
  884. struct ieee80211_vif *vif,
  885. struct ieee80211_if_conf *conf)
  886. {
  887. struct ath_softc *sc = hw->priv;
  888. struct ath_hal *ah = sc->sc_ah;
  889. struct ath_vap *avp = (void *)vif->drv_priv;
  890. u32 rfilt = 0;
  891. int error, i;
  892. /* TODO: Need to decide which hw opmode to use for multi-interface
  893. * cases */
  894. if (vif->type == NL80211_IFTYPE_AP &&
  895. ah->ah_opmode != ATH9K_M_HOSTAP) {
  896. ah->ah_opmode = ATH9K_M_HOSTAP;
  897. ath9k_hw_setopmode(ah);
  898. ath9k_hw_write_associd(ah, sc->sc_myaddr, 0);
  899. /* Request full reset to get hw opmode changed properly */
  900. sc->sc_flags |= SC_OP_FULL_RESET;
  901. }
  902. if ((conf->changed & IEEE80211_IFCC_BSSID) &&
  903. !is_zero_ether_addr(conf->bssid)) {
  904. switch (vif->type) {
  905. case NL80211_IFTYPE_STATION:
  906. case NL80211_IFTYPE_ADHOC:
  907. /* Set BSSID */
  908. memcpy(sc->sc_curbssid, conf->bssid, ETH_ALEN);
  909. sc->sc_curaid = 0;
  910. ath9k_hw_write_associd(sc->sc_ah, sc->sc_curbssid,
  911. sc->sc_curaid);
  912. /* Set aggregation protection mode parameters */
  913. sc->sc_config.ath_aggr_prot = 0;
  914. DPRINTF(sc, ATH_DBG_CONFIG,
  915. "%s: RX filter 0x%x bssid %pM aid 0x%x\n",
  916. __func__, rfilt,
  917. sc->sc_curbssid, sc->sc_curaid);
  918. /* need to reconfigure the beacon */
  919. sc->sc_flags &= ~SC_OP_BEACONS ;
  920. break;
  921. default:
  922. break;
  923. }
  924. }
  925. if ((conf->changed & IEEE80211_IFCC_BEACON) &&
  926. ((vif->type == NL80211_IFTYPE_ADHOC) ||
  927. (vif->type == NL80211_IFTYPE_AP))) {
  928. /*
  929. * Allocate and setup the beacon frame.
  930. *
  931. * Stop any previous beacon DMA. This may be
  932. * necessary, for example, when an ibss merge
  933. * causes reconfiguration; we may be called
  934. * with beacon transmission active.
  935. */
  936. ath9k_hw_stoptxdma(sc->sc_ah, sc->sc_bhalq);
  937. error = ath_beacon_alloc(sc, 0);
  938. if (error != 0)
  939. return error;
  940. ath_beacon_sync(sc, 0);
  941. }
  942. /* Check for WLAN_CAPABILITY_PRIVACY ? */
  943. if ((avp->av_opmode != ATH9K_M_STA)) {
  944. for (i = 0; i < IEEE80211_WEP_NKID; i++)
  945. if (ath9k_hw_keyisvalid(sc->sc_ah, (u16)i))
  946. ath9k_hw_keysetmac(sc->sc_ah,
  947. (u16)i,
  948. sc->sc_curbssid);
  949. }
  950. /* Only legacy IBSS for now */
  951. if (vif->type == NL80211_IFTYPE_ADHOC)
  952. ath_update_chainmask(sc, 0);
  953. return 0;
  954. }
  955. #define SUPPORTED_FILTERS \
  956. (FIF_PROMISC_IN_BSS | \
  957. FIF_ALLMULTI | \
  958. FIF_CONTROL | \
  959. FIF_OTHER_BSS | \
  960. FIF_BCN_PRBRESP_PROMISC | \
  961. FIF_FCSFAIL)
  962. /* FIXME: sc->sc_full_reset ? */
  963. static void ath9k_configure_filter(struct ieee80211_hw *hw,
  964. unsigned int changed_flags,
  965. unsigned int *total_flags,
  966. int mc_count,
  967. struct dev_mc_list *mclist)
  968. {
  969. struct ath_softc *sc = hw->priv;
  970. u32 rfilt;
  971. changed_flags &= SUPPORTED_FILTERS;
  972. *total_flags &= SUPPORTED_FILTERS;
  973. sc->rx_filter = *total_flags;
  974. rfilt = ath_calcrxfilter(sc);
  975. ath9k_hw_setrxfilter(sc->sc_ah, rfilt);
  976. if (changed_flags & FIF_BCN_PRBRESP_PROMISC) {
  977. if (*total_flags & FIF_BCN_PRBRESP_PROMISC)
  978. ath9k_hw_write_associd(sc->sc_ah, ath_bcast_mac, 0);
  979. }
  980. DPRINTF(sc, ATH_DBG_CONFIG, "%s: Set HW RX filter: 0x%x\n",
  981. __func__, sc->rx_filter);
  982. }
  983. static void ath9k_sta_notify(struct ieee80211_hw *hw,
  984. struct ieee80211_vif *vif,
  985. enum sta_notify_cmd cmd,
  986. struct ieee80211_sta *sta)
  987. {
  988. struct ath_softc *sc = hw->priv;
  989. switch (cmd) {
  990. case STA_NOTIFY_ADD:
  991. ath_node_attach(sc, sta);
  992. break;
  993. case STA_NOTIFY_REMOVE:
  994. ath_node_detach(sc, sta);
  995. break;
  996. default:
  997. break;
  998. }
  999. }
  1000. static int ath9k_conf_tx(struct ieee80211_hw *hw,
  1001. u16 queue,
  1002. const struct ieee80211_tx_queue_params *params)
  1003. {
  1004. struct ath_softc *sc = hw->priv;
  1005. struct ath9k_tx_queue_info qi;
  1006. int ret = 0, qnum;
  1007. if (queue >= WME_NUM_AC)
  1008. return 0;
  1009. qi.tqi_aifs = params->aifs;
  1010. qi.tqi_cwmin = params->cw_min;
  1011. qi.tqi_cwmax = params->cw_max;
  1012. qi.tqi_burstTime = params->txop;
  1013. qnum = ath_get_hal_qnum(queue, sc);
  1014. DPRINTF(sc, ATH_DBG_CONFIG,
  1015. "%s: Configure tx [queue/halq] [%d/%d], "
  1016. "aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
  1017. __func__,
  1018. queue,
  1019. qnum,
  1020. params->aifs,
  1021. params->cw_min,
  1022. params->cw_max,
  1023. params->txop);
  1024. ret = ath_txq_update(sc, qnum, &qi);
  1025. if (ret)
  1026. DPRINTF(sc, ATH_DBG_FATAL,
  1027. "%s: TXQ Update failed\n", __func__);
  1028. return ret;
  1029. }
  1030. static int ath9k_set_key(struct ieee80211_hw *hw,
  1031. enum set_key_cmd cmd,
  1032. const u8 *local_addr,
  1033. const u8 *addr,
  1034. struct ieee80211_key_conf *key)
  1035. {
  1036. struct ath_softc *sc = hw->priv;
  1037. int ret = 0;
  1038. DPRINTF(sc, ATH_DBG_KEYCACHE, " %s: Set HW Key\n", __func__);
  1039. switch (cmd) {
  1040. case SET_KEY:
  1041. ret = ath_key_config(sc, addr, key);
  1042. if (!ret) {
  1043. set_bit(key->keyidx, sc->sc_keymap);
  1044. key->hw_key_idx = key->keyidx;
  1045. /* push IV and Michael MIC generation to stack */
  1046. key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
  1047. if (key->alg == ALG_TKIP)
  1048. key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
  1049. }
  1050. break;
  1051. case DISABLE_KEY:
  1052. ath_key_delete(sc, key);
  1053. clear_bit(key->keyidx, sc->sc_keymap);
  1054. break;
  1055. default:
  1056. ret = -EINVAL;
  1057. }
  1058. return ret;
  1059. }
  1060. static void ath9k_bss_info_changed(struct ieee80211_hw *hw,
  1061. struct ieee80211_vif *vif,
  1062. struct ieee80211_bss_conf *bss_conf,
  1063. u32 changed)
  1064. {
  1065. struct ath_softc *sc = hw->priv;
  1066. if (changed & BSS_CHANGED_ERP_PREAMBLE) {
  1067. DPRINTF(sc, ATH_DBG_CONFIG, "%s: BSS Changed PREAMBLE %d\n",
  1068. __func__,
  1069. bss_conf->use_short_preamble);
  1070. if (bss_conf->use_short_preamble)
  1071. sc->sc_flags |= SC_OP_PREAMBLE_SHORT;
  1072. else
  1073. sc->sc_flags &= ~SC_OP_PREAMBLE_SHORT;
  1074. }
  1075. if (changed & BSS_CHANGED_ERP_CTS_PROT) {
  1076. DPRINTF(sc, ATH_DBG_CONFIG, "%s: BSS Changed CTS PROT %d\n",
  1077. __func__,
  1078. bss_conf->use_cts_prot);
  1079. if (bss_conf->use_cts_prot &&
  1080. hw->conf.channel->band != IEEE80211_BAND_5GHZ)
  1081. sc->sc_flags |= SC_OP_PROTECT_ENABLE;
  1082. else
  1083. sc->sc_flags &= ~SC_OP_PROTECT_ENABLE;
  1084. }
  1085. if (changed & BSS_CHANGED_HT) {
  1086. DPRINTF(sc, ATH_DBG_CONFIG, "%s: BSS Changed HT\n",
  1087. __func__);
  1088. ath9k_ht_conf(sc, bss_conf);
  1089. }
  1090. if (changed & BSS_CHANGED_ASSOC) {
  1091. DPRINTF(sc, ATH_DBG_CONFIG, "%s: BSS Changed ASSOC %d\n",
  1092. __func__,
  1093. bss_conf->assoc);
  1094. ath9k_bss_assoc_info(sc, vif, bss_conf);
  1095. }
  1096. }
  1097. static u64 ath9k_get_tsf(struct ieee80211_hw *hw)
  1098. {
  1099. u64 tsf;
  1100. struct ath_softc *sc = hw->priv;
  1101. struct ath_hal *ah = sc->sc_ah;
  1102. tsf = ath9k_hw_gettsf64(ah);
  1103. return tsf;
  1104. }
  1105. static void ath9k_reset_tsf(struct ieee80211_hw *hw)
  1106. {
  1107. struct ath_softc *sc = hw->priv;
  1108. struct ath_hal *ah = sc->sc_ah;
  1109. ath9k_hw_reset_tsf(ah);
  1110. }
  1111. static int ath9k_ampdu_action(struct ieee80211_hw *hw,
  1112. enum ieee80211_ampdu_mlme_action action,
  1113. struct ieee80211_sta *sta,
  1114. u16 tid, u16 *ssn)
  1115. {
  1116. struct ath_softc *sc = hw->priv;
  1117. int ret = 0;
  1118. switch (action) {
  1119. case IEEE80211_AMPDU_RX_START:
  1120. if (!(sc->sc_flags & SC_OP_RXAGGR))
  1121. ret = -ENOTSUPP;
  1122. break;
  1123. case IEEE80211_AMPDU_RX_STOP:
  1124. break;
  1125. case IEEE80211_AMPDU_TX_START:
  1126. ret = ath_tx_aggr_start(sc, sta, tid, ssn);
  1127. if (ret < 0)
  1128. DPRINTF(sc, ATH_DBG_FATAL,
  1129. "%s: Unable to start TX aggregation\n",
  1130. __func__);
  1131. else
  1132. ieee80211_start_tx_ba_cb_irqsafe(hw, sta->addr, tid);
  1133. break;
  1134. case IEEE80211_AMPDU_TX_STOP:
  1135. ret = ath_tx_aggr_stop(sc, sta, tid);
  1136. if (ret < 0)
  1137. DPRINTF(sc, ATH_DBG_FATAL,
  1138. "%s: Unable to stop TX aggregation\n",
  1139. __func__);
  1140. ieee80211_stop_tx_ba_cb_irqsafe(hw, sta->addr, tid);
  1141. break;
  1142. case IEEE80211_AMPDU_TX_RESUME:
  1143. ath_tx_aggr_resume(sc, sta, tid);
  1144. break;
  1145. default:
  1146. DPRINTF(sc, ATH_DBG_FATAL,
  1147. "%s: Unknown AMPDU action\n", __func__);
  1148. }
  1149. return ret;
  1150. }
  1151. static int ath9k_no_fragmentation(struct ieee80211_hw *hw, u32 value)
  1152. {
  1153. return -EOPNOTSUPP;
  1154. }
  1155. static struct ieee80211_ops ath9k_ops = {
  1156. .tx = ath9k_tx,
  1157. .start = ath9k_start,
  1158. .stop = ath9k_stop,
  1159. .add_interface = ath9k_add_interface,
  1160. .remove_interface = ath9k_remove_interface,
  1161. .config = ath9k_config,
  1162. .config_interface = ath9k_config_interface,
  1163. .configure_filter = ath9k_configure_filter,
  1164. .sta_notify = ath9k_sta_notify,
  1165. .conf_tx = ath9k_conf_tx,
  1166. .bss_info_changed = ath9k_bss_info_changed,
  1167. .set_key = ath9k_set_key,
  1168. .get_tsf = ath9k_get_tsf,
  1169. .reset_tsf = ath9k_reset_tsf,
  1170. .ampdu_action = ath9k_ampdu_action,
  1171. .set_frag_threshold = ath9k_no_fragmentation,
  1172. };
  1173. static struct {
  1174. u32 version;
  1175. const char * name;
  1176. } ath_mac_bb_names[] = {
  1177. { AR_SREV_VERSION_5416_PCI, "5416" },
  1178. { AR_SREV_VERSION_5416_PCIE, "5418" },
  1179. { AR_SREV_VERSION_9100, "9100" },
  1180. { AR_SREV_VERSION_9160, "9160" },
  1181. { AR_SREV_VERSION_9280, "9280" },
  1182. { AR_SREV_VERSION_9285, "9285" }
  1183. };
  1184. static struct {
  1185. u16 version;
  1186. const char * name;
  1187. } ath_rf_names[] = {
  1188. { 0, "5133" },
  1189. { AR_RAD5133_SREV_MAJOR, "5133" },
  1190. { AR_RAD5122_SREV_MAJOR, "5122" },
  1191. { AR_RAD2133_SREV_MAJOR, "2133" },
  1192. { AR_RAD2122_SREV_MAJOR, "2122" }
  1193. };
  1194. /*
  1195. * Return the MAC/BB name. "????" is returned if the MAC/BB is unknown.
  1196. */
  1197. static const char *
  1198. ath_mac_bb_name(u32 mac_bb_version)
  1199. {
  1200. int i;
  1201. for (i=0; i<ARRAY_SIZE(ath_mac_bb_names); i++) {
  1202. if (ath_mac_bb_names[i].version == mac_bb_version) {
  1203. return ath_mac_bb_names[i].name;
  1204. }
  1205. }
  1206. return "????";
  1207. }
  1208. /*
  1209. * Return the RF name. "????" is returned if the RF is unknown.
  1210. */
  1211. static const char *
  1212. ath_rf_name(u16 rf_version)
  1213. {
  1214. int i;
  1215. for (i=0; i<ARRAY_SIZE(ath_rf_names); i++) {
  1216. if (ath_rf_names[i].version == rf_version) {
  1217. return ath_rf_names[i].name;
  1218. }
  1219. }
  1220. return "????";
  1221. }
  1222. static int ath_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id)
  1223. {
  1224. void __iomem *mem;
  1225. struct ath_softc *sc;
  1226. struct ieee80211_hw *hw;
  1227. u8 csz;
  1228. u32 val;
  1229. int ret = 0;
  1230. struct ath_hal *ah;
  1231. if (pci_enable_device(pdev))
  1232. return -EIO;
  1233. ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK);
  1234. if (ret) {
  1235. printk(KERN_ERR "ath9k: 32-bit DMA not available\n");
  1236. goto bad;
  1237. }
  1238. ret = pci_set_consistent_dma_mask(pdev, DMA_32BIT_MASK);
  1239. if (ret) {
  1240. printk(KERN_ERR "ath9k: 32-bit DMA consistent "
  1241. "DMA enable faled\n");
  1242. goto bad;
  1243. }
  1244. /*
  1245. * Cache line size is used to size and align various
  1246. * structures used to communicate with the hardware.
  1247. */
  1248. pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &csz);
  1249. if (csz == 0) {
  1250. /*
  1251. * Linux 2.4.18 (at least) writes the cache line size
  1252. * register as a 16-bit wide register which is wrong.
  1253. * We must have this setup properly for rx buffer
  1254. * DMA to work so force a reasonable value here if it
  1255. * comes up zero.
  1256. */
  1257. csz = L1_CACHE_BYTES / sizeof(u32);
  1258. pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, csz);
  1259. }
  1260. /*
  1261. * The default setting of latency timer yields poor results,
  1262. * set it to the value used by other systems. It may be worth
  1263. * tweaking this setting more.
  1264. */
  1265. pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8);
  1266. pci_set_master(pdev);
  1267. /*
  1268. * Disable the RETRY_TIMEOUT register (0x41) to keep
  1269. * PCI Tx retries from interfering with C3 CPU state.
  1270. */
  1271. pci_read_config_dword(pdev, 0x40, &val);
  1272. if ((val & 0x0000ff00) != 0)
  1273. pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
  1274. ret = pci_request_region(pdev, 0, "ath9k");
  1275. if (ret) {
  1276. dev_err(&pdev->dev, "PCI memory region reserve error\n");
  1277. ret = -ENODEV;
  1278. goto bad;
  1279. }
  1280. mem = pci_iomap(pdev, 0, 0);
  1281. if (!mem) {
  1282. printk(KERN_ERR "PCI memory map error\n") ;
  1283. ret = -EIO;
  1284. goto bad1;
  1285. }
  1286. hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops);
  1287. if (hw == NULL) {
  1288. printk(KERN_ERR "ath_pci: no memory for ieee80211_hw\n");
  1289. goto bad2;
  1290. }
  1291. SET_IEEE80211_DEV(hw, &pdev->dev);
  1292. pci_set_drvdata(pdev, hw);
  1293. sc = hw->priv;
  1294. sc->hw = hw;
  1295. sc->pdev = pdev;
  1296. sc->mem = mem;
  1297. if (ath_attach(id->device, sc) != 0) {
  1298. ret = -ENODEV;
  1299. goto bad3;
  1300. }
  1301. /* setup interrupt service routine */
  1302. if (request_irq(pdev->irq, ath_isr, IRQF_SHARED, "ath", sc)) {
  1303. printk(KERN_ERR "%s: request_irq failed\n",
  1304. wiphy_name(hw->wiphy));
  1305. ret = -EIO;
  1306. goto bad4;
  1307. }
  1308. ah = sc->sc_ah;
  1309. printk(KERN_INFO
  1310. "%s: Atheros AR%s MAC/BB Rev:%x "
  1311. "AR%s RF Rev:%x: mem=0x%lx, irq=%d\n",
  1312. wiphy_name(hw->wiphy),
  1313. ath_mac_bb_name(ah->ah_macVersion),
  1314. ah->ah_macRev,
  1315. ath_rf_name((ah->ah_analog5GhzRev & AR_RADIO_SREV_MAJOR)),
  1316. ah->ah_phyRev,
  1317. (unsigned long)mem, pdev->irq);
  1318. return 0;
  1319. bad4:
  1320. ath_detach(sc);
  1321. bad3:
  1322. ieee80211_free_hw(hw);
  1323. bad2:
  1324. pci_iounmap(pdev, mem);
  1325. bad1:
  1326. pci_release_region(pdev, 0);
  1327. bad:
  1328. pci_disable_device(pdev);
  1329. return ret;
  1330. }
  1331. static void ath_pci_remove(struct pci_dev *pdev)
  1332. {
  1333. struct ieee80211_hw *hw = pci_get_drvdata(pdev);
  1334. struct ath_softc *sc = hw->priv;
  1335. ath_detach(sc);
  1336. if (pdev->irq)
  1337. free_irq(pdev->irq, sc);
  1338. pci_iounmap(pdev, sc->mem);
  1339. pci_release_region(pdev, 0);
  1340. pci_disable_device(pdev);
  1341. ieee80211_free_hw(hw);
  1342. }
  1343. #ifdef CONFIG_PM
  1344. static int ath_pci_suspend(struct pci_dev *pdev, pm_message_t state)
  1345. {
  1346. struct ieee80211_hw *hw = pci_get_drvdata(pdev);
  1347. struct ath_softc *sc = hw->priv;
  1348. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN, 1);
  1349. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  1350. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_RFSILENT)
  1351. cancel_delayed_work_sync(&sc->rf_kill.rfkill_poll);
  1352. #endif
  1353. pci_save_state(pdev);
  1354. pci_disable_device(pdev);
  1355. pci_set_power_state(pdev, 3);
  1356. return 0;
  1357. }
  1358. static int ath_pci_resume(struct pci_dev *pdev)
  1359. {
  1360. struct ieee80211_hw *hw = pci_get_drvdata(pdev);
  1361. struct ath_softc *sc = hw->priv;
  1362. u32 val;
  1363. int err;
  1364. err = pci_enable_device(pdev);
  1365. if (err)
  1366. return err;
  1367. pci_restore_state(pdev);
  1368. /*
  1369. * Suspend/Resume resets the PCI configuration space, so we have to
  1370. * re-disable the RETRY_TIMEOUT register (0x41) to keep
  1371. * PCI Tx retries from interfering with C3 CPU state
  1372. */
  1373. pci_read_config_dword(pdev, 0x40, &val);
  1374. if ((val & 0x0000ff00) != 0)
  1375. pci_write_config_dword(pdev, 0x40, val & 0xffff00ff);
  1376. /* Enable LED */
  1377. ath9k_hw_cfg_output(sc->sc_ah, ATH_LED_PIN,
  1378. AR_GPIO_OUTPUT_MUX_AS_OUTPUT);
  1379. ath9k_hw_set_gpio(sc->sc_ah, ATH_LED_PIN, 1);
  1380. #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
  1381. /*
  1382. * check the h/w rfkill state on resume
  1383. * and start the rfkill poll timer
  1384. */
  1385. if (sc->sc_ah->ah_caps.hw_caps & ATH9K_HW_CAP_RFSILENT)
  1386. queue_delayed_work(sc->hw->workqueue,
  1387. &sc->rf_kill.rfkill_poll, 0);
  1388. #endif
  1389. return 0;
  1390. }
  1391. #endif /* CONFIG_PM */
  1392. MODULE_DEVICE_TABLE(pci, ath_pci_id_table);
  1393. static struct pci_driver ath_pci_driver = {
  1394. .name = "ath9k",
  1395. .id_table = ath_pci_id_table,
  1396. .probe = ath_pci_probe,
  1397. .remove = ath_pci_remove,
  1398. #ifdef CONFIG_PM
  1399. .suspend = ath_pci_suspend,
  1400. .resume = ath_pci_resume,
  1401. #endif /* CONFIG_PM */
  1402. };
  1403. static int __init init_ath_pci(void)
  1404. {
  1405. printk(KERN_INFO "%s: %s\n", dev_info, ATH_PCI_VERSION);
  1406. if (pci_register_driver(&ath_pci_driver) < 0) {
  1407. printk(KERN_ERR
  1408. "ath_pci: No devices found, driver not installed.\n");
  1409. pci_unregister_driver(&ath_pci_driver);
  1410. return -ENODEV;
  1411. }
  1412. return 0;
  1413. }
  1414. module_init(init_ath_pci);
  1415. static void __exit exit_ath_pci(void)
  1416. {
  1417. pci_unregister_driver(&ath_pci_driver);
  1418. printk(KERN_INFO "%s: driver unloaded\n", dev_info);
  1419. }
  1420. module_exit(exit_ath_pci);