1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762 |
- /*
- * Copyright (c) 2010-2011 Atheros Communications Inc.
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
- #include "htc.h"
- /*************/
- /* Utilities */
- /*************/
- /* HACK Alert: Use 11NG for 2.4, use 11NA for 5 */
- static enum htc_phymode ath9k_htc_get_curmode(struct ath9k_htc_priv *priv,
- struct ath9k_channel *ichan)
- {
- enum htc_phymode mode;
- mode = -EINVAL;
- switch (ichan->chanmode) {
- case CHANNEL_G:
- case CHANNEL_G_HT20:
- case CHANNEL_G_HT40PLUS:
- case CHANNEL_G_HT40MINUS:
- mode = HTC_MODE_11NG;
- break;
- case CHANNEL_A:
- case CHANNEL_A_HT20:
- case CHANNEL_A_HT40PLUS:
- case CHANNEL_A_HT40MINUS:
- mode = HTC_MODE_11NA;
- break;
- default:
- break;
- }
- WARN_ON(mode < 0);
- return mode;
- }
- bool ath9k_htc_setpower(struct ath9k_htc_priv *priv,
- enum ath9k_power_mode mode)
- {
- bool ret;
- mutex_lock(&priv->htc_pm_lock);
- ret = ath9k_hw_setpower(priv->ah, mode);
- mutex_unlock(&priv->htc_pm_lock);
- return ret;
- }
- void ath9k_htc_ps_wakeup(struct ath9k_htc_priv *priv)
- {
- mutex_lock(&priv->htc_pm_lock);
- if (++priv->ps_usecount != 1)
- goto unlock;
- ath9k_hw_setpower(priv->ah, ATH9K_PM_AWAKE);
- unlock:
- mutex_unlock(&priv->htc_pm_lock);
- }
- void ath9k_htc_ps_restore(struct ath9k_htc_priv *priv)
- {
- mutex_lock(&priv->htc_pm_lock);
- if (--priv->ps_usecount != 0)
- goto unlock;
- if (priv->ps_idle)
- ath9k_hw_setpower(priv->ah, ATH9K_PM_FULL_SLEEP);
- else if (priv->ps_enabled)
- ath9k_hw_setpower(priv->ah, ATH9K_PM_NETWORK_SLEEP);
- unlock:
- mutex_unlock(&priv->htc_pm_lock);
- }
- void ath9k_ps_work(struct work_struct *work)
- {
- struct ath9k_htc_priv *priv =
- container_of(work, struct ath9k_htc_priv,
- ps_work);
- ath9k_htc_setpower(priv, ATH9K_PM_AWAKE);
- /* The chip wakes up after receiving the first beacon
- while network sleep is enabled. For the driver to
- be in sync with the hw, set the chip to awake and
- only then set it to sleep.
- */
- ath9k_htc_setpower(priv, ATH9K_PM_NETWORK_SLEEP);
- }
- static void ath9k_htc_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
- {
- struct ath9k_htc_priv *priv = data;
- struct ieee80211_bss_conf *bss_conf = &vif->bss_conf;
- if ((vif->type == NL80211_IFTYPE_AP) && bss_conf->enable_beacon)
- priv->reconfig_beacon = true;
- if (bss_conf->assoc) {
- priv->rearm_ani = true;
- priv->reconfig_beacon = true;
- }
- }
- static void ath9k_htc_vif_reconfig(struct ath9k_htc_priv *priv)
- {
- priv->rearm_ani = false;
- priv->reconfig_beacon = false;
- ieee80211_iterate_active_interfaces_atomic(priv->hw,
- ath9k_htc_vif_iter, priv);
- if (priv->rearm_ani)
- ath9k_htc_start_ani(priv);
- if (priv->reconfig_beacon) {
- ath9k_htc_ps_wakeup(priv);
- ath9k_htc_beacon_reconfig(priv);
- ath9k_htc_ps_restore(priv);
- }
- }
- static void ath9k_htc_bssid_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
- {
- struct ath9k_vif_iter_data *iter_data = data;
- int i;
- for (i = 0; i < ETH_ALEN; i++)
- iter_data->mask[i] &= ~(iter_data->hw_macaddr[i] ^ mac[i]);
- }
- static void ath9k_htc_set_bssid_mask(struct ath9k_htc_priv *priv,
- struct ieee80211_vif *vif)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_vif_iter_data iter_data;
- /*
- * Use the hardware MAC address as reference, the hardware uses it
- * together with the BSSID mask when matching addresses.
- */
- iter_data.hw_macaddr = common->macaddr;
- memset(&iter_data.mask, 0xff, ETH_ALEN);
- if (vif)
- ath9k_htc_bssid_iter(&iter_data, vif->addr, vif);
- /* Get list of all active MAC addresses */
- ieee80211_iterate_active_interfaces_atomic(priv->hw, ath9k_htc_bssid_iter,
- &iter_data);
- memcpy(common->bssidmask, iter_data.mask, ETH_ALEN);
- ath_hw_setbssidmask(common);
- }
- static void ath9k_htc_set_opmode(struct ath9k_htc_priv *priv)
- {
- if (priv->num_ibss_vif)
- priv->ah->opmode = NL80211_IFTYPE_ADHOC;
- else if (priv->num_ap_vif)
- priv->ah->opmode = NL80211_IFTYPE_AP;
- else
- priv->ah->opmode = NL80211_IFTYPE_STATION;
- ath9k_hw_setopmode(priv->ah);
- }
- void ath9k_htc_reset(struct ath9k_htc_priv *priv)
- {
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- struct ieee80211_channel *channel = priv->hw->conf.channel;
- struct ath9k_hw_cal_data *caldata = NULL;
- enum htc_phymode mode;
- __be16 htc_mode;
- u8 cmd_rsp;
- int ret;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- ath9k_htc_stop_ani(priv);
- ieee80211_stop_queues(priv->hw);
- del_timer_sync(&priv->tx.cleanup_timer);
- ath9k_htc_tx_drain(priv);
- WMI_CMD(WMI_DISABLE_INTR_CMDID);
- WMI_CMD(WMI_DRAIN_TXQ_ALL_CMDID);
- WMI_CMD(WMI_STOP_RECV_CMDID);
- ath9k_wmi_event_drain(priv);
- caldata = &priv->caldata;
- ret = ath9k_hw_reset(ah, ah->curchan, caldata, false);
- if (ret) {
- ath_err(common,
- "Unable to reset device (%u Mhz) reset status %d\n",
- channel->center_freq, ret);
- }
- ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit,
- &priv->curtxpow);
- WMI_CMD(WMI_START_RECV_CMDID);
- ath9k_host_rx_init(priv);
- mode = ath9k_htc_get_curmode(priv, ah->curchan);
- htc_mode = cpu_to_be16(mode);
- WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode);
- WMI_CMD(WMI_ENABLE_INTR_CMDID);
- htc_start(priv->htc);
- ath9k_htc_vif_reconfig(priv);
- ieee80211_wake_queues(priv->hw);
- mod_timer(&priv->tx.cleanup_timer,
- jiffies + msecs_to_jiffies(ATH9K_HTC_TX_CLEANUP_INTERVAL));
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_set_channel(struct ath9k_htc_priv *priv,
- struct ieee80211_hw *hw,
- struct ath9k_channel *hchan)
- {
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- struct ieee80211_conf *conf = &common->hw->conf;
- bool fastcc;
- struct ieee80211_channel *channel = hw->conf.channel;
- struct ath9k_hw_cal_data *caldata = NULL;
- enum htc_phymode mode;
- __be16 htc_mode;
- u8 cmd_rsp;
- int ret;
- if (priv->op_flags & OP_INVALID)
- return -EIO;
- fastcc = !!(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL);
- ath9k_htc_ps_wakeup(priv);
- del_timer_sync(&priv->tx.cleanup_timer);
- ath9k_htc_tx_drain(priv);
- WMI_CMD(WMI_DISABLE_INTR_CMDID);
- WMI_CMD(WMI_DRAIN_TXQ_ALL_CMDID);
- WMI_CMD(WMI_STOP_RECV_CMDID);
- ath9k_wmi_event_drain(priv);
- ath_dbg(common, ATH_DBG_CONFIG,
- "(%u MHz) -> (%u MHz), HT: %d, HT40: %d fastcc: %d\n",
- priv->ah->curchan->channel,
- channel->center_freq, conf_is_ht(conf), conf_is_ht40(conf),
- fastcc);
- if (!fastcc)
- caldata = &priv->caldata;
- ret = ath9k_hw_reset(ah, hchan, caldata, fastcc);
- if (ret) {
- ath_err(common,
- "Unable to reset channel (%u Mhz) reset status %d\n",
- channel->center_freq, ret);
- goto err;
- }
- ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit,
- &priv->curtxpow);
- WMI_CMD(WMI_START_RECV_CMDID);
- if (ret)
- goto err;
- ath9k_host_rx_init(priv);
- mode = ath9k_htc_get_curmode(priv, hchan);
- htc_mode = cpu_to_be16(mode);
- WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode);
- if (ret)
- goto err;
- WMI_CMD(WMI_ENABLE_INTR_CMDID);
- if (ret)
- goto err;
- htc_start(priv->htc);
- if (!(priv->op_flags & OP_SCANNING) &&
- !(hw->conf.flags & IEEE80211_CONF_OFFCHANNEL))
- ath9k_htc_vif_reconfig(priv);
- mod_timer(&priv->tx.cleanup_timer,
- jiffies + msecs_to_jiffies(ATH9K_HTC_TX_CLEANUP_INTERVAL));
- err:
- ath9k_htc_ps_restore(priv);
- return ret;
- }
- /*
- * Monitor mode handling is a tad complicated because the firmware requires
- * an interface to be created exclusively, while mac80211 doesn't associate
- * an interface with the mode.
- *
- * So, for now, only one monitor interface can be configured.
- */
- static void __ath9k_htc_remove_monitor_interface(struct ath9k_htc_priv *priv)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_vif hvif;
- int ret = 0;
- u8 cmd_rsp;
- memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif));
- memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN);
- hvif.index = priv->mon_vif_idx;
- WMI_CMD_BUF(WMI_VAP_REMOVE_CMDID, &hvif);
- if (ret) {
- ath_err(common, "Unable to remove monitor interface at idx: %d\n",
- priv->mon_vif_idx);
- }
- priv->nvifs--;
- priv->vif_slot &= ~(1 << priv->mon_vif_idx);
- }
- static int ath9k_htc_add_monitor_interface(struct ath9k_htc_priv *priv)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_vif hvif;
- struct ath9k_htc_target_sta tsta;
- int ret = 0, sta_idx;
- u8 cmd_rsp;
- if ((priv->nvifs >= ATH9K_HTC_MAX_VIF) ||
- (priv->nstations >= ATH9K_HTC_MAX_STA)) {
- ret = -ENOBUFS;
- goto err_vif;
- }
- sta_idx = ffz(priv->sta_slot);
- if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA)) {
- ret = -ENOBUFS;
- goto err_vif;
- }
- /*
- * Add an interface.
- */
- memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif));
- memcpy(&hvif.myaddr, common->macaddr, ETH_ALEN);
- hvif.opmode = HTC_M_MONITOR;
- hvif.index = ffz(priv->vif_slot);
- WMI_CMD_BUF(WMI_VAP_CREATE_CMDID, &hvif);
- if (ret)
- goto err_vif;
- /*
- * Assign the monitor interface index as a special case here.
- * This is needed when the interface is brought down.
- */
- priv->mon_vif_idx = hvif.index;
- priv->vif_slot |= (1 << hvif.index);
- /*
- * Set the hardware mode to monitor only if there are no
- * other interfaces.
- */
- if (!priv->nvifs)
- priv->ah->opmode = NL80211_IFTYPE_MONITOR;
- priv->nvifs++;
- /*
- * Associate a station with the interface for packet injection.
- */
- memset(&tsta, 0, sizeof(struct ath9k_htc_target_sta));
- memcpy(&tsta.macaddr, common->macaddr, ETH_ALEN);
- tsta.is_vif_sta = 1;
- tsta.sta_index = sta_idx;
- tsta.vif_index = hvif.index;
- tsta.maxampdu = cpu_to_be16(0xffff);
- WMI_CMD_BUF(WMI_NODE_CREATE_CMDID, &tsta);
- if (ret) {
- ath_err(common, "Unable to add station entry for monitor mode\n");
- goto err_sta;
- }
- priv->sta_slot |= (1 << sta_idx);
- priv->nstations++;
- priv->vif_sta_pos[priv->mon_vif_idx] = sta_idx;
- priv->ah->is_monitoring = true;
- ath_dbg(common, ATH_DBG_CONFIG,
- "Attached a monitor interface at idx: %d, sta idx: %d\n",
- priv->mon_vif_idx, sta_idx);
- return 0;
- err_sta:
- /*
- * Remove the interface from the target.
- */
- __ath9k_htc_remove_monitor_interface(priv);
- err_vif:
- ath_dbg(common, ATH_DBG_FATAL, "Unable to attach a monitor interface\n");
- return ret;
- }
- static int ath9k_htc_remove_monitor_interface(struct ath9k_htc_priv *priv)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- int ret = 0;
- u8 cmd_rsp, sta_idx;
- __ath9k_htc_remove_monitor_interface(priv);
- sta_idx = priv->vif_sta_pos[priv->mon_vif_idx];
- WMI_CMD_BUF(WMI_NODE_REMOVE_CMDID, &sta_idx);
- if (ret) {
- ath_err(common, "Unable to remove station entry for monitor mode\n");
- return ret;
- }
- priv->sta_slot &= ~(1 << sta_idx);
- priv->nstations--;
- priv->ah->is_monitoring = false;
- ath_dbg(common, ATH_DBG_CONFIG,
- "Removed a monitor interface at idx: %d, sta idx: %d\n",
- priv->mon_vif_idx, sta_idx);
- return 0;
- }
- static int ath9k_htc_add_station(struct ath9k_htc_priv *priv,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_sta tsta;
- struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv;
- struct ath9k_htc_sta *ista;
- int ret, sta_idx;
- u8 cmd_rsp;
- u16 maxampdu;
- if (priv->nstations >= ATH9K_HTC_MAX_STA)
- return -ENOBUFS;
- sta_idx = ffz(priv->sta_slot);
- if ((sta_idx < 0) || (sta_idx > ATH9K_HTC_MAX_STA))
- return -ENOBUFS;
- memset(&tsta, 0, sizeof(struct ath9k_htc_target_sta));
- if (sta) {
- ista = (struct ath9k_htc_sta *) sta->drv_priv;
- memcpy(&tsta.macaddr, sta->addr, ETH_ALEN);
- memcpy(&tsta.bssid, common->curbssid, ETH_ALEN);
- tsta.is_vif_sta = 0;
- ista->index = sta_idx;
- } else {
- memcpy(&tsta.macaddr, vif->addr, ETH_ALEN);
- tsta.is_vif_sta = 1;
- }
- tsta.sta_index = sta_idx;
- tsta.vif_index = avp->index;
- if (!sta) {
- tsta.maxampdu = cpu_to_be16(0xffff);
- } else {
- maxampdu = 1 << (IEEE80211_HT_MAX_AMPDU_FACTOR +
- sta->ht_cap.ampdu_factor);
- tsta.maxampdu = cpu_to_be16(maxampdu);
- }
- WMI_CMD_BUF(WMI_NODE_CREATE_CMDID, &tsta);
- if (ret) {
- if (sta)
- ath_err(common,
- "Unable to add station entry for: %pM\n",
- sta->addr);
- return ret;
- }
- if (sta) {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Added a station entry for: %pM (idx: %d)\n",
- sta->addr, tsta.sta_index);
- } else {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Added a station entry for VIF %d (idx: %d)\n",
- avp->index, tsta.sta_index);
- }
- priv->sta_slot |= (1 << sta_idx);
- priv->nstations++;
- if (!sta)
- priv->vif_sta_pos[avp->index] = sta_idx;
- return 0;
- }
- static int ath9k_htc_remove_station(struct ath9k_htc_priv *priv,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_vif *avp = (struct ath9k_htc_vif *) vif->drv_priv;
- struct ath9k_htc_sta *ista;
- int ret;
- u8 cmd_rsp, sta_idx;
- if (sta) {
- ista = (struct ath9k_htc_sta *) sta->drv_priv;
- sta_idx = ista->index;
- } else {
- sta_idx = priv->vif_sta_pos[avp->index];
- }
- WMI_CMD_BUF(WMI_NODE_REMOVE_CMDID, &sta_idx);
- if (ret) {
- if (sta)
- ath_err(common,
- "Unable to remove station entry for: %pM\n",
- sta->addr);
- return ret;
- }
- if (sta) {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Removed a station entry for: %pM (idx: %d)\n",
- sta->addr, sta_idx);
- } else {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Removed a station entry for VIF %d (idx: %d)\n",
- avp->index, sta_idx);
- }
- priv->sta_slot &= ~(1 << sta_idx);
- priv->nstations--;
- return 0;
- }
- int ath9k_htc_update_cap_target(struct ath9k_htc_priv *priv,
- u8 enable_coex)
- {
- struct ath9k_htc_cap_target tcap;
- int ret;
- u8 cmd_rsp;
- memset(&tcap, 0, sizeof(struct ath9k_htc_cap_target));
- tcap.ampdu_limit = cpu_to_be32(0xffff);
- tcap.ampdu_subframes = 0xff;
- tcap.enable_coex = enable_coex;
- tcap.tx_chainmask = priv->ah->caps.tx_chainmask;
- WMI_CMD_BUF(WMI_TARGET_IC_UPDATE_CMDID, &tcap);
- return ret;
- }
- static void ath9k_htc_setup_rate(struct ath9k_htc_priv *priv,
- struct ieee80211_sta *sta,
- struct ath9k_htc_target_rate *trate)
- {
- struct ath9k_htc_sta *ista = (struct ath9k_htc_sta *) sta->drv_priv;
- struct ieee80211_supported_band *sband;
- u32 caps = 0;
- int i, j;
- sband = priv->hw->wiphy->bands[priv->hw->conf.channel->band];
- for (i = 0, j = 0; i < sband->n_bitrates; i++) {
- if (sta->supp_rates[sband->band] & BIT(i)) {
- trate->rates.legacy_rates.rs_rates[j]
- = (sband->bitrates[i].bitrate * 2) / 10;
- j++;
- }
- }
- trate->rates.legacy_rates.rs_nrates = j;
- if (sta->ht_cap.ht_supported) {
- for (i = 0, j = 0; i < 77; i++) {
- if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
- trate->rates.ht_rates.rs_rates[j++] = i;
- if (j == ATH_HTC_RATE_MAX)
- break;
- }
- trate->rates.ht_rates.rs_nrates = j;
- caps = WLAN_RC_HT_FLAG;
- if (sta->ht_cap.mcs.rx_mask[1])
- caps |= WLAN_RC_DS_FLAG;
- if ((sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40) &&
- (conf_is_ht40(&priv->hw->conf)))
- caps |= WLAN_RC_40_FLAG;
- if (conf_is_ht40(&priv->hw->conf) &&
- (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40))
- caps |= WLAN_RC_SGI_FLAG;
- else if (conf_is_ht20(&priv->hw->conf) &&
- (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_20))
- caps |= WLAN_RC_SGI_FLAG;
- }
- trate->sta_index = ista->index;
- trate->isnew = 1;
- trate->capflags = cpu_to_be32(caps);
- }
- static int ath9k_htc_send_rate_cmd(struct ath9k_htc_priv *priv,
- struct ath9k_htc_target_rate *trate)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- int ret;
- u8 cmd_rsp;
- WMI_CMD_BUF(WMI_RC_RATE_UPDATE_CMDID, trate);
- if (ret) {
- ath_err(common,
- "Unable to initialize Rate information on target\n");
- }
- return ret;
- }
- static void ath9k_htc_init_rate(struct ath9k_htc_priv *priv,
- struct ieee80211_sta *sta)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_rate trate;
- int ret;
- memset(&trate, 0, sizeof(struct ath9k_htc_target_rate));
- ath9k_htc_setup_rate(priv, sta, &trate);
- ret = ath9k_htc_send_rate_cmd(priv, &trate);
- if (!ret)
- ath_dbg(common, ATH_DBG_CONFIG,
- "Updated target sta: %pM, rate caps: 0x%X\n",
- sta->addr, be32_to_cpu(trate.capflags));
- }
- static void ath9k_htc_update_rate(struct ath9k_htc_priv *priv,
- struct ieee80211_vif *vif,
- struct ieee80211_bss_conf *bss_conf)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_rate trate;
- struct ieee80211_sta *sta;
- int ret;
- memset(&trate, 0, sizeof(struct ath9k_htc_target_rate));
- rcu_read_lock();
- sta = ieee80211_find_sta(vif, bss_conf->bssid);
- if (!sta) {
- rcu_read_unlock();
- return;
- }
- ath9k_htc_setup_rate(priv, sta, &trate);
- rcu_read_unlock();
- ret = ath9k_htc_send_rate_cmd(priv, &trate);
- if (!ret)
- ath_dbg(common, ATH_DBG_CONFIG,
- "Updated target sta: %pM, rate caps: 0x%X\n",
- bss_conf->bssid, be32_to_cpu(trate.capflags));
- }
- static int ath9k_htc_tx_aggr_oper(struct ath9k_htc_priv *priv,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta,
- enum ieee80211_ampdu_mlme_action action,
- u16 tid)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_aggr aggr;
- struct ath9k_htc_sta *ista;
- int ret = 0;
- u8 cmd_rsp;
- if (tid >= ATH9K_HTC_MAX_TID)
- return -EINVAL;
- memset(&aggr, 0, sizeof(struct ath9k_htc_target_aggr));
- ista = (struct ath9k_htc_sta *) sta->drv_priv;
- aggr.sta_index = ista->index;
- aggr.tidno = tid & 0xf;
- aggr.aggr_enable = (action == IEEE80211_AMPDU_TX_START) ? true : false;
- WMI_CMD_BUF(WMI_TX_AGGR_ENABLE_CMDID, &aggr);
- if (ret)
- ath_dbg(common, ATH_DBG_CONFIG,
- "Unable to %s TX aggregation for (%pM, %d)\n",
- (aggr.aggr_enable) ? "start" : "stop", sta->addr, tid);
- else
- ath_dbg(common, ATH_DBG_CONFIG,
- "%s TX aggregation for (%pM, %d)\n",
- (aggr.aggr_enable) ? "Starting" : "Stopping",
- sta->addr, tid);
- spin_lock_bh(&priv->tx.tx_lock);
- ista->tid_state[tid] = (aggr.aggr_enable && !ret) ? AGGR_START : AGGR_STOP;
- spin_unlock_bh(&priv->tx.tx_lock);
- return ret;
- }
- /*******/
- /* ANI */
- /*******/
- void ath9k_htc_start_ani(struct ath9k_htc_priv *priv)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- unsigned long timestamp = jiffies_to_msecs(jiffies);
- common->ani.longcal_timer = timestamp;
- common->ani.shortcal_timer = timestamp;
- common->ani.checkani_timer = timestamp;
- priv->op_flags |= OP_ANI_RUNNING;
- ieee80211_queue_delayed_work(common->hw, &priv->ani_work,
- msecs_to_jiffies(ATH_ANI_POLLINTERVAL));
- }
- void ath9k_htc_stop_ani(struct ath9k_htc_priv *priv)
- {
- cancel_delayed_work_sync(&priv->ani_work);
- priv->op_flags &= ~OP_ANI_RUNNING;
- }
- void ath9k_htc_ani_work(struct work_struct *work)
- {
- struct ath9k_htc_priv *priv =
- container_of(work, struct ath9k_htc_priv, ani_work.work);
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- bool longcal = false;
- bool shortcal = false;
- bool aniflag = false;
- unsigned int timestamp = jiffies_to_msecs(jiffies);
- u32 cal_interval, short_cal_interval;
- short_cal_interval = (ah->opmode == NL80211_IFTYPE_AP) ?
- ATH_AP_SHORT_CALINTERVAL : ATH_STA_SHORT_CALINTERVAL;
- /* Only calibrate if awake */
- if (ah->power_mode != ATH9K_PM_AWAKE)
- goto set_timer;
- /* Long calibration runs independently of short calibration. */
- if ((timestamp - common->ani.longcal_timer) >= ATH_LONG_CALINTERVAL) {
- longcal = true;
- ath_dbg(common, ATH_DBG_ANI, "longcal @%lu\n", jiffies);
- common->ani.longcal_timer = timestamp;
- }
- /* Short calibration applies only while caldone is false */
- if (!common->ani.caldone) {
- if ((timestamp - common->ani.shortcal_timer) >=
- short_cal_interval) {
- shortcal = true;
- ath_dbg(common, ATH_DBG_ANI,
- "shortcal @%lu\n", jiffies);
- common->ani.shortcal_timer = timestamp;
- common->ani.resetcal_timer = timestamp;
- }
- } else {
- if ((timestamp - common->ani.resetcal_timer) >=
- ATH_RESTART_CALINTERVAL) {
- common->ani.caldone = ath9k_hw_reset_calvalid(ah);
- if (common->ani.caldone)
- common->ani.resetcal_timer = timestamp;
- }
- }
- /* Verify whether we must check ANI */
- if ((timestamp - common->ani.checkani_timer) >= ATH_ANI_POLLINTERVAL) {
- aniflag = true;
- common->ani.checkani_timer = timestamp;
- }
- /* Skip all processing if there's nothing to do. */
- if (longcal || shortcal || aniflag) {
- ath9k_htc_ps_wakeup(priv);
- /* Call ANI routine if necessary */
- if (aniflag)
- ath9k_hw_ani_monitor(ah, ah->curchan);
- /* Perform calibration if necessary */
- if (longcal || shortcal)
- common->ani.caldone =
- ath9k_hw_calibrate(ah, ah->curchan,
- common->rx_chainmask,
- longcal);
- ath9k_htc_ps_restore(priv);
- }
- set_timer:
- /*
- * Set timer interval based on previous results.
- * The interval must be the shortest necessary to satisfy ANI,
- * short calibration and long calibration.
- */
- cal_interval = ATH_LONG_CALINTERVAL;
- if (priv->ah->config.enable_ani)
- cal_interval = min(cal_interval, (u32)ATH_ANI_POLLINTERVAL);
- if (!common->ani.caldone)
- cal_interval = min(cal_interval, (u32)short_cal_interval);
- ieee80211_queue_delayed_work(common->hw, &priv->ani_work,
- msecs_to_jiffies(cal_interval));
- }
- /**********************/
- /* mac80211 Callbacks */
- /**********************/
- static void ath9k_htc_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
- {
- struct ieee80211_hdr *hdr;
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- int padpos, padsize, ret, slot;
- hdr = (struct ieee80211_hdr *) skb->data;
- /* Add the padding after the header if this is not already done */
- padpos = ath9k_cmn_padpos(hdr->frame_control);
- padsize = padpos & 3;
- if (padsize && skb->len > padpos) {
- if (skb_headroom(skb) < padsize) {
- ath_dbg(common, ATH_DBG_XMIT, "No room for padding\n");
- goto fail_tx;
- }
- skb_push(skb, padsize);
- memmove(skb->data, skb->data + padsize, padpos);
- }
- slot = ath9k_htc_tx_get_slot(priv);
- if (slot < 0) {
- ath_dbg(common, ATH_DBG_XMIT, "No free TX slot\n");
- goto fail_tx;
- }
- ret = ath9k_htc_tx_start(priv, skb, slot, false);
- if (ret != 0) {
- ath_dbg(common, ATH_DBG_XMIT, "Tx failed\n");
- goto clear_slot;
- }
- ath9k_htc_check_stop_queues(priv);
- return;
- clear_slot:
- ath9k_htc_tx_clear_slot(priv, slot);
- fail_tx:
- dev_kfree_skb_any(skb);
- }
- static int ath9k_htc_start(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- struct ieee80211_channel *curchan = hw->conf.channel;
- struct ath9k_channel *init_channel;
- int ret = 0;
- enum htc_phymode mode;
- __be16 htc_mode;
- u8 cmd_rsp;
- mutex_lock(&priv->mutex);
- ath_dbg(common, ATH_DBG_CONFIG,
- "Starting driver with initial channel: %d MHz\n",
- curchan->center_freq);
- /* Ensure that HW is awake before flushing RX */
- ath9k_htc_setpower(priv, ATH9K_PM_AWAKE);
- WMI_CMD(WMI_FLUSH_RECV_CMDID);
- /* setup initial channel */
- init_channel = ath9k_cmn_get_curchannel(hw, ah);
- ath9k_hw_htc_resetinit(ah);
- ret = ath9k_hw_reset(ah, init_channel, ah->caldata, false);
- if (ret) {
- ath_err(common,
- "Unable to reset hardware; reset status %d (freq %u MHz)\n",
- ret, curchan->center_freq);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- ath9k_cmn_update_txpow(ah, priv->curtxpow, priv->txpowlimit,
- &priv->curtxpow);
- mode = ath9k_htc_get_curmode(priv, init_channel);
- htc_mode = cpu_to_be16(mode);
- WMI_CMD_BUF(WMI_SET_MODE_CMDID, &htc_mode);
- WMI_CMD(WMI_ATH_INIT_CMDID);
- WMI_CMD(WMI_START_RECV_CMDID);
- ath9k_host_rx_init(priv);
- ret = ath9k_htc_update_cap_target(priv, 0);
- if (ret)
- ath_dbg(common, ATH_DBG_CONFIG,
- "Failed to update capability in target\n");
- priv->op_flags &= ~OP_INVALID;
- htc_start(priv->htc);
- spin_lock_bh(&priv->tx.tx_lock);
- priv->tx.flags &= ~ATH9K_HTC_OP_TX_QUEUES_STOP;
- spin_unlock_bh(&priv->tx.tx_lock);
- ieee80211_wake_queues(hw);
- mod_timer(&priv->tx.cleanup_timer,
- jiffies + msecs_to_jiffies(ATH9K_HTC_TX_CLEANUP_INTERVAL));
- if (ah->btcoex_hw.scheme == ATH_BTCOEX_CFG_3WIRE) {
- ath9k_hw_btcoex_set_weight(ah, AR_BT_COEX_WGHT,
- AR_STOMP_LOW_WLAN_WGHT);
- ath9k_hw_btcoex_enable(ah);
- ath_htc_resume_btcoex_work(priv);
- }
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static void ath9k_htc_stop(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- int ret __attribute__ ((unused));
- u8 cmd_rsp;
- mutex_lock(&priv->mutex);
- if (priv->op_flags & OP_INVALID) {
- ath_dbg(common, ATH_DBG_ANY, "Device not present\n");
- mutex_unlock(&priv->mutex);
- return;
- }
- ath9k_htc_ps_wakeup(priv);
- WMI_CMD(WMI_DISABLE_INTR_CMDID);
- WMI_CMD(WMI_DRAIN_TXQ_ALL_CMDID);
- WMI_CMD(WMI_STOP_RECV_CMDID);
- tasklet_kill(&priv->rx_tasklet);
- del_timer_sync(&priv->tx.cleanup_timer);
- ath9k_htc_tx_drain(priv);
- ath9k_wmi_event_drain(priv);
- mutex_unlock(&priv->mutex);
- /* Cancel all the running timers/work .. */
- cancel_work_sync(&priv->fatal_work);
- cancel_work_sync(&priv->ps_work);
- #ifdef CONFIG_MAC80211_LEDS
- cancel_work_sync(&priv->led_work);
- #endif
- ath9k_htc_stop_ani(priv);
- mutex_lock(&priv->mutex);
- if (ah->btcoex_hw.enabled) {
- ath9k_hw_btcoex_disable(ah);
- if (ah->btcoex_hw.scheme == ATH_BTCOEX_CFG_3WIRE)
- ath_htc_cancel_btcoex_work(priv);
- }
- /* Remove a monitor interface if it's present. */
- if (priv->ah->is_monitoring)
- ath9k_htc_remove_monitor_interface(priv);
- ath9k_hw_phy_disable(ah);
- ath9k_hw_disable(ah);
- ath9k_htc_ps_restore(priv);
- ath9k_htc_setpower(priv, ATH9K_PM_FULL_SLEEP);
- priv->op_flags |= OP_INVALID;
- ath_dbg(common, ATH_DBG_CONFIG, "Driver halt\n");
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_add_interface(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath9k_htc_vif *avp = (void *)vif->drv_priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_vif hvif;
- int ret = 0;
- u8 cmd_rsp;
- mutex_lock(&priv->mutex);
- if (priv->nvifs >= ATH9K_HTC_MAX_VIF) {
- mutex_unlock(&priv->mutex);
- return -ENOBUFS;
- }
- if (priv->num_ibss_vif ||
- (priv->nvifs && vif->type == NL80211_IFTYPE_ADHOC)) {
- ath_err(common, "IBSS coexistence with other modes is not allowed\n");
- mutex_unlock(&priv->mutex);
- return -ENOBUFS;
- }
- if (((vif->type == NL80211_IFTYPE_AP) ||
- (vif->type == NL80211_IFTYPE_ADHOC)) &&
- ((priv->num_ap_vif + priv->num_ibss_vif) >= ATH9K_HTC_MAX_BCN_VIF)) {
- ath_err(common, "Max. number of beaconing interfaces reached\n");
- mutex_unlock(&priv->mutex);
- return -ENOBUFS;
- }
- ath9k_htc_ps_wakeup(priv);
- memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif));
- memcpy(&hvif.myaddr, vif->addr, ETH_ALEN);
- switch (vif->type) {
- case NL80211_IFTYPE_STATION:
- hvif.opmode = HTC_M_STA;
- break;
- case NL80211_IFTYPE_ADHOC:
- hvif.opmode = HTC_M_IBSS;
- break;
- case NL80211_IFTYPE_AP:
- hvif.opmode = HTC_M_HOSTAP;
- break;
- default:
- ath_err(common,
- "Interface type %d not yet supported\n", vif->type);
- ret = -EOPNOTSUPP;
- goto out;
- }
- /* Index starts from zero on the target */
- avp->index = hvif.index = ffz(priv->vif_slot);
- hvif.rtsthreshold = cpu_to_be16(2304);
- WMI_CMD_BUF(WMI_VAP_CREATE_CMDID, &hvif);
- if (ret)
- goto out;
- /*
- * We need a node in target to tx mgmt frames
- * before association.
- */
- ret = ath9k_htc_add_station(priv, vif, NULL);
- if (ret) {
- WMI_CMD_BUF(WMI_VAP_REMOVE_CMDID, &hvif);
- goto out;
- }
- ath9k_htc_set_bssid_mask(priv, vif);
- priv->vif_slot |= (1 << avp->index);
- priv->nvifs++;
- INC_VIF(priv, vif->type);
- if ((vif->type == NL80211_IFTYPE_AP) ||
- (vif->type == NL80211_IFTYPE_ADHOC))
- ath9k_htc_assign_bslot(priv, vif);
- ath9k_htc_set_opmode(priv);
- if ((priv->ah->opmode == NL80211_IFTYPE_AP) &&
- !(priv->op_flags & OP_ANI_RUNNING)) {
- ath9k_hw_set_tsfadjust(priv->ah, 1);
- ath9k_htc_start_ani(priv);
- }
- ath_dbg(common, ATH_DBG_CONFIG,
- "Attach a VIF of type: %d at idx: %d\n", vif->type, avp->index);
- out:
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static void ath9k_htc_remove_interface(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_vif *avp = (void *)vif->drv_priv;
- struct ath9k_htc_target_vif hvif;
- int ret = 0;
- u8 cmd_rsp;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- memset(&hvif, 0, sizeof(struct ath9k_htc_target_vif));
- memcpy(&hvif.myaddr, vif->addr, ETH_ALEN);
- hvif.index = avp->index;
- WMI_CMD_BUF(WMI_VAP_REMOVE_CMDID, &hvif);
- if (ret) {
- ath_err(common, "Unable to remove interface at idx: %d\n",
- avp->index);
- }
- priv->nvifs--;
- priv->vif_slot &= ~(1 << avp->index);
- ath9k_htc_remove_station(priv, vif, NULL);
- DEC_VIF(priv, vif->type);
- if ((vif->type == NL80211_IFTYPE_AP) ||
- (vif->type == NL80211_IFTYPE_ADHOC))
- ath9k_htc_remove_bslot(priv, vif);
- ath9k_htc_set_opmode(priv);
- ath9k_htc_set_bssid_mask(priv, vif);
- /*
- * Stop ANI only if there are no associated station interfaces.
- */
- if ((vif->type == NL80211_IFTYPE_AP) && (priv->num_ap_vif == 0)) {
- priv->rearm_ani = false;
- ieee80211_iterate_active_interfaces_atomic(priv->hw,
- ath9k_htc_vif_iter, priv);
- if (!priv->rearm_ani)
- ath9k_htc_stop_ani(priv);
- }
- ath_dbg(common, ATH_DBG_CONFIG, "Detach Interface at idx: %d\n", avp->index);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_config(struct ieee80211_hw *hw, u32 changed)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ieee80211_conf *conf = &hw->conf;
- mutex_lock(&priv->mutex);
- if (changed & IEEE80211_CONF_CHANGE_IDLE) {
- bool enable_radio = false;
- bool idle = !!(conf->flags & IEEE80211_CONF_IDLE);
- mutex_lock(&priv->htc_pm_lock);
- if (!idle && priv->ps_idle)
- enable_radio = true;
- priv->ps_idle = idle;
- mutex_unlock(&priv->htc_pm_lock);
- if (enable_radio) {
- ath_dbg(common, ATH_DBG_CONFIG,
- "not-idle: enabling radio\n");
- ath9k_htc_setpower(priv, ATH9K_PM_AWAKE);
- ath9k_htc_radio_enable(hw);
- }
- }
- /*
- * Monitor interface should be added before
- * IEEE80211_CONF_CHANGE_CHANNEL is handled.
- */
- if (changed & IEEE80211_CONF_CHANGE_MONITOR) {
- if ((conf->flags & IEEE80211_CONF_MONITOR) &&
- !priv->ah->is_monitoring)
- ath9k_htc_add_monitor_interface(priv);
- else if (priv->ah->is_monitoring)
- ath9k_htc_remove_monitor_interface(priv);
- }
- if (changed & IEEE80211_CONF_CHANGE_CHANNEL) {
- struct ieee80211_channel *curchan = hw->conf.channel;
- int pos = curchan->hw_value;
- ath_dbg(common, ATH_DBG_CONFIG, "Set channel: %d MHz\n",
- curchan->center_freq);
- ath9k_cmn_update_ichannel(&priv->ah->channels[pos],
- hw->conf.channel,
- hw->conf.channel_type);
- if (ath9k_htc_set_channel(priv, hw, &priv->ah->channels[pos]) < 0) {
- ath_err(common, "Unable to set channel\n");
- mutex_unlock(&priv->mutex);
- return -EINVAL;
- }
- }
- if (changed & IEEE80211_CONF_CHANGE_PS) {
- if (conf->flags & IEEE80211_CONF_PS) {
- ath9k_htc_setpower(priv, ATH9K_PM_NETWORK_SLEEP);
- priv->ps_enabled = true;
- } else {
- priv->ps_enabled = false;
- cancel_work_sync(&priv->ps_work);
- ath9k_htc_setpower(priv, ATH9K_PM_AWAKE);
- }
- }
- if (changed & IEEE80211_CONF_CHANGE_POWER) {
- priv->txpowlimit = 2 * conf->power_level;
- ath9k_cmn_update_txpow(priv->ah, priv->curtxpow,
- priv->txpowlimit, &priv->curtxpow);
- }
- if (changed & IEEE80211_CONF_CHANGE_IDLE) {
- mutex_lock(&priv->htc_pm_lock);
- if (!priv->ps_idle) {
- mutex_unlock(&priv->htc_pm_lock);
- goto out;
- }
- mutex_unlock(&priv->htc_pm_lock);
- ath_dbg(common, ATH_DBG_CONFIG,
- "idle: disabling radio\n");
- ath9k_htc_radio_disable(hw);
- }
- out:
- mutex_unlock(&priv->mutex);
- return 0;
- }
- #define SUPPORTED_FILTERS \
- (FIF_PROMISC_IN_BSS | \
- FIF_ALLMULTI | \
- FIF_CONTROL | \
- FIF_PSPOLL | \
- FIF_OTHER_BSS | \
- FIF_BCN_PRBRESP_PROMISC | \
- FIF_PROBE_REQ | \
- FIF_FCSFAIL)
- static void ath9k_htc_configure_filter(struct ieee80211_hw *hw,
- unsigned int changed_flags,
- unsigned int *total_flags,
- u64 multicast)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- u32 rfilt;
- mutex_lock(&priv->mutex);
- changed_flags &= SUPPORTED_FILTERS;
- *total_flags &= SUPPORTED_FILTERS;
- if (priv->op_flags & OP_INVALID) {
- ath_dbg(ath9k_hw_common(priv->ah), ATH_DBG_ANY,
- "Unable to configure filter on invalid state\n");
- return;
- }
- ath9k_htc_ps_wakeup(priv);
- priv->rxfilter = *total_flags;
- rfilt = ath9k_htc_calcrxfilter(priv);
- ath9k_hw_setrxfilter(priv->ah, rfilt);
- ath_dbg(ath9k_hw_common(priv->ah), ATH_DBG_CONFIG,
- "Set HW RX filter: 0x%x\n", rfilt);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_sta_add(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- int ret;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- ret = ath9k_htc_add_station(priv, vif, sta);
- if (!ret)
- ath9k_htc_init_rate(priv, sta);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static int ath9k_htc_sta_remove(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath9k_htc_sta *ista;
- int ret;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- ista = (struct ath9k_htc_sta *) sta->drv_priv;
- htc_sta_drain(priv->htc, ista->index);
- ret = ath9k_htc_remove_station(priv, vif, sta);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static int ath9k_htc_conf_tx(struct ieee80211_hw *hw, u16 queue,
- const struct ieee80211_tx_queue_params *params)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_tx_queue_info qi;
- int ret = 0, qnum;
- if (queue >= WME_NUM_AC)
- return 0;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- memset(&qi, 0, sizeof(struct ath9k_tx_queue_info));
- qi.tqi_aifs = params->aifs;
- qi.tqi_cwmin = params->cw_min;
- qi.tqi_cwmax = params->cw_max;
- qi.tqi_burstTime = params->txop;
- qnum = get_hw_qnum(queue, priv->hwq_map);
- ath_dbg(common, ATH_DBG_CONFIG,
- "Configure tx [queue/hwq] [%d/%d], aifs: %d, cw_min: %d, cw_max: %d, txop: %d\n",
- queue, qnum, params->aifs, params->cw_min,
- params->cw_max, params->txop);
- ret = ath_htc_txq_update(priv, qnum, &qi);
- if (ret) {
- ath_err(common, "TXQ Update failed\n");
- goto out;
- }
- if ((priv->ah->opmode == NL80211_IFTYPE_ADHOC) &&
- (qnum == priv->hwq_map[WME_AC_BE]))
- ath9k_htc_beaconq_config(priv);
- out:
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static int ath9k_htc_set_key(struct ieee80211_hw *hw,
- enum set_key_cmd cmd,
- struct ieee80211_vif *vif,
- struct ieee80211_sta *sta,
- struct ieee80211_key_conf *key)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- int ret = 0;
- if (htc_modparam_nohwcrypt)
- return -ENOSPC;
- mutex_lock(&priv->mutex);
- ath_dbg(common, ATH_DBG_CONFIG, "Set HW Key\n");
- ath9k_htc_ps_wakeup(priv);
- switch (cmd) {
- case SET_KEY:
- ret = ath_key_config(common, vif, sta, key);
- if (ret >= 0) {
- key->hw_key_idx = ret;
- /* push IV and Michael MIC generation to stack */
- key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
- if (key->cipher == WLAN_CIPHER_SUITE_TKIP)
- key->flags |= IEEE80211_KEY_FLAG_GENERATE_MMIC;
- if (priv->ah->sw_mgmt_crypto &&
- key->cipher == WLAN_CIPHER_SUITE_CCMP)
- key->flags |= IEEE80211_KEY_FLAG_SW_MGMT;
- ret = 0;
- }
- break;
- case DISABLE_KEY:
- ath_key_delete(common, key);
- break;
- default:
- ret = -EINVAL;
- }
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static void ath9k_htc_set_bssid(struct ath9k_htc_priv *priv)
- {
- struct ath_common *common = ath9k_hw_common(priv->ah);
- ath9k_hw_write_associd(priv->ah);
- ath_dbg(common, ATH_DBG_CONFIG,
- "BSSID: %pM aid: 0x%x\n",
- common->curbssid, common->curaid);
- }
- static void ath9k_htc_bss_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
- {
- struct ath9k_htc_priv *priv = (struct ath9k_htc_priv *)data;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ieee80211_bss_conf *bss_conf = &vif->bss_conf;
- if ((vif->type == NL80211_IFTYPE_STATION) && bss_conf->assoc) {
- common->curaid = bss_conf->aid;
- memcpy(common->curbssid, bss_conf->bssid, ETH_ALEN);
- }
- }
- static void ath9k_htc_choose_set_bssid(struct ath9k_htc_priv *priv)
- {
- if (priv->num_sta_assoc_vif == 1) {
- ieee80211_iterate_active_interfaces_atomic(priv->hw,
- ath9k_htc_bss_iter, priv);
- ath9k_htc_set_bssid(priv);
- }
- }
- static void ath9k_htc_bss_info_changed(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
- struct ieee80211_bss_conf *bss_conf,
- u32 changed)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_hw *ah = priv->ah;
- struct ath_common *common = ath9k_hw_common(ah);
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- if (changed & BSS_CHANGED_ASSOC) {
- ath_dbg(common, ATH_DBG_CONFIG, "BSS Changed ASSOC %d\n",
- bss_conf->assoc);
- bss_conf->assoc ?
- priv->num_sta_assoc_vif++ : priv->num_sta_assoc_vif--;
- if (priv->ah->opmode == NL80211_IFTYPE_STATION) {
- if (bss_conf->assoc && (priv->num_sta_assoc_vif == 1))
- ath9k_htc_start_ani(priv);
- else if (priv->num_sta_assoc_vif == 0)
- ath9k_htc_stop_ani(priv);
- }
- }
- if (changed & BSS_CHANGED_BSSID) {
- if (priv->ah->opmode == NL80211_IFTYPE_ADHOC) {
- common->curaid = bss_conf->aid;
- memcpy(common->curbssid, bss_conf->bssid, ETH_ALEN);
- ath9k_htc_set_bssid(priv);
- } else if (priv->ah->opmode == NL80211_IFTYPE_STATION) {
- ath9k_htc_choose_set_bssid(priv);
- }
- }
- if ((changed & BSS_CHANGED_BEACON_ENABLED) && bss_conf->enable_beacon) {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Beacon enabled for BSS: %pM\n", bss_conf->bssid);
- ath9k_htc_set_tsfadjust(priv, vif);
- priv->op_flags |= OP_ENABLE_BEACON;
- ath9k_htc_beacon_config(priv, vif);
- }
- if ((changed & BSS_CHANGED_BEACON_ENABLED) && !bss_conf->enable_beacon) {
- /*
- * Disable SWBA interrupt only if there are no
- * AP/IBSS interfaces.
- */
- if ((priv->num_ap_vif <= 1) || priv->num_ibss_vif) {
- ath_dbg(common, ATH_DBG_CONFIG,
- "Beacon disabled for BSS: %pM\n",
- bss_conf->bssid);
- priv->op_flags &= ~OP_ENABLE_BEACON;
- ath9k_htc_beacon_config(priv, vif);
- }
- }
- if (changed & BSS_CHANGED_BEACON_INT) {
- /*
- * Reset the HW TSF for the first AP interface.
- */
- if ((priv->ah->opmode == NL80211_IFTYPE_AP) &&
- (priv->nvifs == 1) &&
- (priv->num_ap_vif == 1) &&
- (vif->type == NL80211_IFTYPE_AP)) {
- priv->op_flags |= OP_TSF_RESET;
- }
- ath_dbg(common, ATH_DBG_CONFIG,
- "Beacon interval changed for BSS: %pM\n",
- bss_conf->bssid);
- ath9k_htc_beacon_config(priv, vif);
- }
- if (changed & BSS_CHANGED_ERP_SLOT) {
- if (bss_conf->use_short_slot)
- ah->slottime = 9;
- else
- ah->slottime = 20;
- ath9k_hw_init_global_settings(ah);
- }
- if (changed & BSS_CHANGED_HT)
- ath9k_htc_update_rate(priv, vif, bss_conf);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static u64 ath9k_htc_get_tsf(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- u64 tsf;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- tsf = ath9k_hw_gettsf64(priv->ah);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return tsf;
- }
- static void ath9k_htc_set_tsf(struct ieee80211_hw *hw, u64 tsf)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- ath9k_hw_settsf64(priv->ah, tsf);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static void ath9k_htc_reset_tsf(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- ath9k_hw_reset_tsf(priv->ah);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_ampdu_action(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
- enum ieee80211_ampdu_mlme_action action,
- struct ieee80211_sta *sta,
- u16 tid, u16 *ssn, u8 buf_size)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath9k_htc_sta *ista;
- int ret = 0;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- switch (action) {
- case IEEE80211_AMPDU_RX_START:
- break;
- case IEEE80211_AMPDU_RX_STOP:
- break;
- case IEEE80211_AMPDU_TX_START:
- ret = ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
- if (!ret)
- ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid);
- break;
- case IEEE80211_AMPDU_TX_STOP:
- ath9k_htc_tx_aggr_oper(priv, vif, sta, action, tid);
- ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid);
- break;
- case IEEE80211_AMPDU_TX_OPERATIONAL:
- ista = (struct ath9k_htc_sta *) sta->drv_priv;
- spin_lock_bh(&priv->tx.tx_lock);
- ista->tid_state[tid] = AGGR_OPERATIONAL;
- spin_unlock_bh(&priv->tx.tx_lock);
- break;
- default:
- ath_err(ath9k_hw_common(priv->ah), "Unknown AMPDU action\n");
- }
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- return ret;
- }
- static void ath9k_htc_sw_scan_start(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- mutex_lock(&priv->mutex);
- spin_lock_bh(&priv->beacon_lock);
- priv->op_flags |= OP_SCANNING;
- spin_unlock_bh(&priv->beacon_lock);
- cancel_work_sync(&priv->ps_work);
- ath9k_htc_stop_ani(priv);
- mutex_unlock(&priv->mutex);
- }
- static void ath9k_htc_sw_scan_complete(struct ieee80211_hw *hw)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- mutex_lock(&priv->mutex);
- spin_lock_bh(&priv->beacon_lock);
- priv->op_flags &= ~OP_SCANNING;
- spin_unlock_bh(&priv->beacon_lock);
- ath9k_htc_ps_wakeup(priv);
- ath9k_htc_vif_reconfig(priv);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- static int ath9k_htc_set_rts_threshold(struct ieee80211_hw *hw, u32 value)
- {
- return 0;
- }
- static void ath9k_htc_set_coverage_class(struct ieee80211_hw *hw,
- u8 coverage_class)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- mutex_lock(&priv->mutex);
- ath9k_htc_ps_wakeup(priv);
- priv->ah->coverage_class = coverage_class;
- ath9k_hw_init_global_settings(priv->ah);
- ath9k_htc_ps_restore(priv);
- mutex_unlock(&priv->mutex);
- }
- /*
- * Currently, this is used only for selecting the minimum rate
- * for management frames, rate selection for data frames remain
- * unaffected.
- */
- static int ath9k_htc_set_bitrate_mask(struct ieee80211_hw *hw,
- struct ieee80211_vif *vif,
- const struct cfg80211_bitrate_mask *mask)
- {
- struct ath9k_htc_priv *priv = hw->priv;
- struct ath_common *common = ath9k_hw_common(priv->ah);
- struct ath9k_htc_target_rate_mask tmask;
- struct ath9k_htc_vif *avp = (void *)vif->drv_priv;
- int ret = 0;
- u8 cmd_rsp;
- memset(&tmask, 0, sizeof(struct ath9k_htc_target_rate_mask));
- tmask.vif_index = avp->index;
- tmask.band = IEEE80211_BAND_2GHZ;
- tmask.mask = cpu_to_be32(mask->control[IEEE80211_BAND_2GHZ].legacy);
- WMI_CMD_BUF(WMI_BITRATE_MASK_CMDID, &tmask);
- if (ret) {
- ath_err(common,
- "Unable to set 2G rate mask for "
- "interface at idx: %d\n", avp->index);
- goto out;
- }
- tmask.band = IEEE80211_BAND_5GHZ;
- tmask.mask = cpu_to_be32(mask->control[IEEE80211_BAND_5GHZ].legacy);
- WMI_CMD_BUF(WMI_BITRATE_MASK_CMDID, &tmask);
- if (ret) {
- ath_err(common,
- "Unable to set 5G rate mask for "
- "interface at idx: %d\n", avp->index);
- goto out;
- }
- ath_dbg(common, ATH_DBG_CONFIG,
- "Set bitrate masks: 0x%x, 0x%x\n",
- mask->control[IEEE80211_BAND_2GHZ].legacy,
- mask->control[IEEE80211_BAND_5GHZ].legacy);
- out:
- return ret;
- }
- struct ieee80211_ops ath9k_htc_ops = {
- .tx = ath9k_htc_tx,
- .start = ath9k_htc_start,
- .stop = ath9k_htc_stop,
- .add_interface = ath9k_htc_add_interface,
- .remove_interface = ath9k_htc_remove_interface,
- .config = ath9k_htc_config,
- .configure_filter = ath9k_htc_configure_filter,
- .sta_add = ath9k_htc_sta_add,
- .sta_remove = ath9k_htc_sta_remove,
- .conf_tx = ath9k_htc_conf_tx,
- .bss_info_changed = ath9k_htc_bss_info_changed,
- .set_key = ath9k_htc_set_key,
- .get_tsf = ath9k_htc_get_tsf,
- .set_tsf = ath9k_htc_set_tsf,
- .reset_tsf = ath9k_htc_reset_tsf,
- .ampdu_action = ath9k_htc_ampdu_action,
- .sw_scan_start = ath9k_htc_sw_scan_start,
- .sw_scan_complete = ath9k_htc_sw_scan_complete,
- .set_rts_threshold = ath9k_htc_set_rts_threshold,
- .rfkill_poll = ath9k_htc_rfkill_poll_state,
- .set_coverage_class = ath9k_htc_set_coverage_class,
- .set_bitrate_mask = ath9k_htc_set_bitrate_mask,
- };
|