main.c 107 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980
  1. /*
  2. *
  3. * Broadcom B43legacy wireless driver
  4. *
  5. * Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
  6. * Copyright (c) 2005-2008 Stefano Brivio <stefano.brivio@polimi.it>
  7. * Copyright (c) 2005, 2006 Michael Buesch <m@bues.ch>
  8. * Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
  9. * Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
  10. * Copyright (c) 2007 Larry Finger <Larry.Finger@lwfinger.net>
  11. *
  12. * Some parts of the code in this file are derived from the ipw2200
  13. * driver Copyright(c) 2003 - 2004 Intel Corporation.
  14. * This program is free software; you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation; either version 2 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; see the file COPYING. If not, write to
  26. * the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  27. * Boston, MA 02110-1301, USA.
  28. *
  29. */
  30. #include <linux/delay.h>
  31. #include <linux/init.h>
  32. #include <linux/module.h>
  33. #include <linux/if_arp.h>
  34. #include <linux/etherdevice.h>
  35. #include <linux/firmware.h>
  36. #include <linux/workqueue.h>
  37. #include <linux/sched.h>
  38. #include <linux/skbuff.h>
  39. #include <linux/dma-mapping.h>
  40. #include <linux/slab.h>
  41. #include <net/dst.h>
  42. #include <asm/unaligned.h>
  43. #include "b43legacy.h"
  44. #include "main.h"
  45. #include "debugfs.h"
  46. #include "phy.h"
  47. #include "dma.h"
  48. #include "pio.h"
  49. #include "sysfs.h"
  50. #include "xmit.h"
  51. #include "radio.h"
  52. MODULE_DESCRIPTION("Broadcom B43legacy wireless driver");
  53. MODULE_AUTHOR("Martin Langer");
  54. MODULE_AUTHOR("Stefano Brivio");
  55. MODULE_AUTHOR("Michael Buesch");
  56. MODULE_LICENSE("GPL");
  57. MODULE_FIRMWARE("b43legacy/ucode2.fw");
  58. MODULE_FIRMWARE("b43legacy/ucode4.fw");
  59. #if defined(CONFIG_B43LEGACY_DMA) && defined(CONFIG_B43LEGACY_PIO)
  60. static int modparam_pio;
  61. module_param_named(pio, modparam_pio, int, 0444);
  62. MODULE_PARM_DESC(pio, "enable(1) / disable(0) PIO mode");
  63. #elif defined(CONFIG_B43LEGACY_DMA)
  64. # define modparam_pio 0
  65. #elif defined(CONFIG_B43LEGACY_PIO)
  66. # define modparam_pio 1
  67. #endif
  68. static int modparam_bad_frames_preempt;
  69. module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
  70. MODULE_PARM_DESC(bad_frames_preempt, "enable(1) / disable(0) Bad Frames"
  71. " Preemption");
  72. static char modparam_fwpostfix[16];
  73. module_param_string(fwpostfix, modparam_fwpostfix, 16, 0444);
  74. MODULE_PARM_DESC(fwpostfix, "Postfix for the firmware files to load.");
  75. /* The following table supports BCM4301, BCM4303 and BCM4306/2 devices. */
  76. static const struct ssb_device_id b43legacy_ssb_tbl[] = {
  77. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 2),
  78. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 4),
  79. SSB_DEVTABLE_END
  80. };
  81. MODULE_DEVICE_TABLE(ssb, b43legacy_ssb_tbl);
  82. /* Channel and ratetables are shared for all devices.
  83. * They can't be const, because ieee80211 puts some precalculated
  84. * data in there. This data is the same for all devices, so we don't
  85. * get concurrency issues */
  86. #define RATETAB_ENT(_rateid, _flags) \
  87. { \
  88. .bitrate = B43legacy_RATE_TO_100KBPS(_rateid), \
  89. .hw_value = (_rateid), \
  90. .flags = (_flags), \
  91. }
  92. /*
  93. * NOTE: When changing this, sync with xmit.c's
  94. * b43legacy_plcp_get_bitrate_idx_* functions!
  95. */
  96. static struct ieee80211_rate __b43legacy_ratetable[] = {
  97. RATETAB_ENT(B43legacy_CCK_RATE_1MB, 0),
  98. RATETAB_ENT(B43legacy_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
  99. RATETAB_ENT(B43legacy_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
  100. RATETAB_ENT(B43legacy_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
  101. RATETAB_ENT(B43legacy_OFDM_RATE_6MB, 0),
  102. RATETAB_ENT(B43legacy_OFDM_RATE_9MB, 0),
  103. RATETAB_ENT(B43legacy_OFDM_RATE_12MB, 0),
  104. RATETAB_ENT(B43legacy_OFDM_RATE_18MB, 0),
  105. RATETAB_ENT(B43legacy_OFDM_RATE_24MB, 0),
  106. RATETAB_ENT(B43legacy_OFDM_RATE_36MB, 0),
  107. RATETAB_ENT(B43legacy_OFDM_RATE_48MB, 0),
  108. RATETAB_ENT(B43legacy_OFDM_RATE_54MB, 0),
  109. };
  110. #define b43legacy_b_ratetable (__b43legacy_ratetable + 0)
  111. #define b43legacy_b_ratetable_size 4
  112. #define b43legacy_g_ratetable (__b43legacy_ratetable + 0)
  113. #define b43legacy_g_ratetable_size 12
  114. #define CHANTAB_ENT(_chanid, _freq) \
  115. { \
  116. .center_freq = (_freq), \
  117. .hw_value = (_chanid), \
  118. }
  119. static struct ieee80211_channel b43legacy_bg_chantable[] = {
  120. CHANTAB_ENT(1, 2412),
  121. CHANTAB_ENT(2, 2417),
  122. CHANTAB_ENT(3, 2422),
  123. CHANTAB_ENT(4, 2427),
  124. CHANTAB_ENT(5, 2432),
  125. CHANTAB_ENT(6, 2437),
  126. CHANTAB_ENT(7, 2442),
  127. CHANTAB_ENT(8, 2447),
  128. CHANTAB_ENT(9, 2452),
  129. CHANTAB_ENT(10, 2457),
  130. CHANTAB_ENT(11, 2462),
  131. CHANTAB_ENT(12, 2467),
  132. CHANTAB_ENT(13, 2472),
  133. CHANTAB_ENT(14, 2484),
  134. };
  135. static struct ieee80211_supported_band b43legacy_band_2GHz_BPHY = {
  136. .channels = b43legacy_bg_chantable,
  137. .n_channels = ARRAY_SIZE(b43legacy_bg_chantable),
  138. .bitrates = b43legacy_b_ratetable,
  139. .n_bitrates = b43legacy_b_ratetable_size,
  140. };
  141. static struct ieee80211_supported_band b43legacy_band_2GHz_GPHY = {
  142. .channels = b43legacy_bg_chantable,
  143. .n_channels = ARRAY_SIZE(b43legacy_bg_chantable),
  144. .bitrates = b43legacy_g_ratetable,
  145. .n_bitrates = b43legacy_g_ratetable_size,
  146. };
  147. static void b43legacy_wireless_core_exit(struct b43legacy_wldev *dev);
  148. static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev);
  149. static void b43legacy_wireless_core_stop(struct b43legacy_wldev *dev);
  150. static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev);
  151. static int b43legacy_ratelimit(struct b43legacy_wl *wl)
  152. {
  153. if (!wl || !wl->current_dev)
  154. return 1;
  155. if (b43legacy_status(wl->current_dev) < B43legacy_STAT_STARTED)
  156. return 1;
  157. /* We are up and running.
  158. * Ratelimit the messages to avoid DoS over the net. */
  159. return net_ratelimit();
  160. }
  161. void b43legacyinfo(struct b43legacy_wl *wl, const char *fmt, ...)
  162. {
  163. struct va_format vaf;
  164. va_list args;
  165. if (!b43legacy_ratelimit(wl))
  166. return;
  167. va_start(args, fmt);
  168. vaf.fmt = fmt;
  169. vaf.va = &args;
  170. printk(KERN_INFO "b43legacy-%s: %pV",
  171. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
  172. va_end(args);
  173. }
  174. void b43legacyerr(struct b43legacy_wl *wl, const char *fmt, ...)
  175. {
  176. struct va_format vaf;
  177. va_list args;
  178. if (!b43legacy_ratelimit(wl))
  179. return;
  180. va_start(args, fmt);
  181. vaf.fmt = fmt;
  182. vaf.va = &args;
  183. printk(KERN_ERR "b43legacy-%s ERROR: %pV",
  184. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
  185. va_end(args);
  186. }
  187. void b43legacywarn(struct b43legacy_wl *wl, const char *fmt, ...)
  188. {
  189. struct va_format vaf;
  190. va_list args;
  191. if (!b43legacy_ratelimit(wl))
  192. return;
  193. va_start(args, fmt);
  194. vaf.fmt = fmt;
  195. vaf.va = &args;
  196. printk(KERN_WARNING "b43legacy-%s warning: %pV",
  197. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
  198. va_end(args);
  199. }
  200. #if B43legacy_DEBUG
  201. void b43legacydbg(struct b43legacy_wl *wl, const char *fmt, ...)
  202. {
  203. struct va_format vaf;
  204. va_list args;
  205. va_start(args, fmt);
  206. vaf.fmt = fmt;
  207. vaf.va = &args;
  208. printk(KERN_DEBUG "b43legacy-%s debug: %pV",
  209. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan", &vaf);
  210. va_end(args);
  211. }
  212. #endif /* DEBUG */
  213. static void b43legacy_ram_write(struct b43legacy_wldev *dev, u16 offset,
  214. u32 val)
  215. {
  216. u32 status;
  217. B43legacy_WARN_ON(offset % 4 != 0);
  218. status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  219. if (status & B43legacy_MACCTL_BE)
  220. val = swab32(val);
  221. b43legacy_write32(dev, B43legacy_MMIO_RAM_CONTROL, offset);
  222. mmiowb();
  223. b43legacy_write32(dev, B43legacy_MMIO_RAM_DATA, val);
  224. }
  225. static inline
  226. void b43legacy_shm_control_word(struct b43legacy_wldev *dev,
  227. u16 routing, u16 offset)
  228. {
  229. u32 control;
  230. /* "offset" is the WORD offset. */
  231. control = routing;
  232. control <<= 16;
  233. control |= offset;
  234. b43legacy_write32(dev, B43legacy_MMIO_SHM_CONTROL, control);
  235. }
  236. u32 b43legacy_shm_read32(struct b43legacy_wldev *dev,
  237. u16 routing, u16 offset)
  238. {
  239. u32 ret;
  240. if (routing == B43legacy_SHM_SHARED) {
  241. B43legacy_WARN_ON((offset & 0x0001) != 0);
  242. if (offset & 0x0003) {
  243. /* Unaligned access */
  244. b43legacy_shm_control_word(dev, routing, offset >> 2);
  245. ret = b43legacy_read16(dev,
  246. B43legacy_MMIO_SHM_DATA_UNALIGNED);
  247. ret <<= 16;
  248. b43legacy_shm_control_word(dev, routing,
  249. (offset >> 2) + 1);
  250. ret |= b43legacy_read16(dev, B43legacy_MMIO_SHM_DATA);
  251. return ret;
  252. }
  253. offset >>= 2;
  254. }
  255. b43legacy_shm_control_word(dev, routing, offset);
  256. ret = b43legacy_read32(dev, B43legacy_MMIO_SHM_DATA);
  257. return ret;
  258. }
  259. u16 b43legacy_shm_read16(struct b43legacy_wldev *dev,
  260. u16 routing, u16 offset)
  261. {
  262. u16 ret;
  263. if (routing == B43legacy_SHM_SHARED) {
  264. B43legacy_WARN_ON((offset & 0x0001) != 0);
  265. if (offset & 0x0003) {
  266. /* Unaligned access */
  267. b43legacy_shm_control_word(dev, routing, offset >> 2);
  268. ret = b43legacy_read16(dev,
  269. B43legacy_MMIO_SHM_DATA_UNALIGNED);
  270. return ret;
  271. }
  272. offset >>= 2;
  273. }
  274. b43legacy_shm_control_word(dev, routing, offset);
  275. ret = b43legacy_read16(dev, B43legacy_MMIO_SHM_DATA);
  276. return ret;
  277. }
  278. void b43legacy_shm_write32(struct b43legacy_wldev *dev,
  279. u16 routing, u16 offset,
  280. u32 value)
  281. {
  282. if (routing == B43legacy_SHM_SHARED) {
  283. B43legacy_WARN_ON((offset & 0x0001) != 0);
  284. if (offset & 0x0003) {
  285. /* Unaligned access */
  286. b43legacy_shm_control_word(dev, routing, offset >> 2);
  287. mmiowb();
  288. b43legacy_write16(dev,
  289. B43legacy_MMIO_SHM_DATA_UNALIGNED,
  290. (value >> 16) & 0xffff);
  291. mmiowb();
  292. b43legacy_shm_control_word(dev, routing,
  293. (offset >> 2) + 1);
  294. mmiowb();
  295. b43legacy_write16(dev, B43legacy_MMIO_SHM_DATA,
  296. value & 0xffff);
  297. return;
  298. }
  299. offset >>= 2;
  300. }
  301. b43legacy_shm_control_word(dev, routing, offset);
  302. mmiowb();
  303. b43legacy_write32(dev, B43legacy_MMIO_SHM_DATA, value);
  304. }
  305. void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset,
  306. u16 value)
  307. {
  308. if (routing == B43legacy_SHM_SHARED) {
  309. B43legacy_WARN_ON((offset & 0x0001) != 0);
  310. if (offset & 0x0003) {
  311. /* Unaligned access */
  312. b43legacy_shm_control_word(dev, routing, offset >> 2);
  313. mmiowb();
  314. b43legacy_write16(dev,
  315. B43legacy_MMIO_SHM_DATA_UNALIGNED,
  316. value);
  317. return;
  318. }
  319. offset >>= 2;
  320. }
  321. b43legacy_shm_control_word(dev, routing, offset);
  322. mmiowb();
  323. b43legacy_write16(dev, B43legacy_MMIO_SHM_DATA, value);
  324. }
  325. /* Read HostFlags */
  326. u32 b43legacy_hf_read(struct b43legacy_wldev *dev)
  327. {
  328. u32 ret;
  329. ret = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  330. B43legacy_SHM_SH_HOSTFHI);
  331. ret <<= 16;
  332. ret |= b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  333. B43legacy_SHM_SH_HOSTFLO);
  334. return ret;
  335. }
  336. /* Write HostFlags */
  337. void b43legacy_hf_write(struct b43legacy_wldev *dev, u32 value)
  338. {
  339. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  340. B43legacy_SHM_SH_HOSTFLO,
  341. (value & 0x0000FFFF));
  342. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  343. B43legacy_SHM_SH_HOSTFHI,
  344. ((value & 0xFFFF0000) >> 16));
  345. }
  346. void b43legacy_tsf_read(struct b43legacy_wldev *dev, u64 *tsf)
  347. {
  348. /* We need to be careful. As we read the TSF from multiple
  349. * registers, we should take care of register overflows.
  350. * In theory, the whole tsf read process should be atomic.
  351. * We try to be atomic here, by restaring the read process,
  352. * if any of the high registers changed (overflew).
  353. */
  354. if (dev->dev->id.revision >= 3) {
  355. u32 low;
  356. u32 high;
  357. u32 high2;
  358. do {
  359. high = b43legacy_read32(dev,
  360. B43legacy_MMIO_REV3PLUS_TSF_HIGH);
  361. low = b43legacy_read32(dev,
  362. B43legacy_MMIO_REV3PLUS_TSF_LOW);
  363. high2 = b43legacy_read32(dev,
  364. B43legacy_MMIO_REV3PLUS_TSF_HIGH);
  365. } while (unlikely(high != high2));
  366. *tsf = high;
  367. *tsf <<= 32;
  368. *tsf |= low;
  369. } else {
  370. u64 tmp;
  371. u16 v0;
  372. u16 v1;
  373. u16 v2;
  374. u16 v3;
  375. u16 test1;
  376. u16 test2;
  377. u16 test3;
  378. do {
  379. v3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3);
  380. v2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2);
  381. v1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1);
  382. v0 = b43legacy_read16(dev, B43legacy_MMIO_TSF_0);
  383. test3 = b43legacy_read16(dev, B43legacy_MMIO_TSF_3);
  384. test2 = b43legacy_read16(dev, B43legacy_MMIO_TSF_2);
  385. test1 = b43legacy_read16(dev, B43legacy_MMIO_TSF_1);
  386. } while (v3 != test3 || v2 != test2 || v1 != test1);
  387. *tsf = v3;
  388. *tsf <<= 48;
  389. tmp = v2;
  390. tmp <<= 32;
  391. *tsf |= tmp;
  392. tmp = v1;
  393. tmp <<= 16;
  394. *tsf |= tmp;
  395. *tsf |= v0;
  396. }
  397. }
  398. static void b43legacy_time_lock(struct b43legacy_wldev *dev)
  399. {
  400. u32 status;
  401. status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  402. status |= B43legacy_MACCTL_TBTTHOLD;
  403. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status);
  404. mmiowb();
  405. }
  406. static void b43legacy_time_unlock(struct b43legacy_wldev *dev)
  407. {
  408. u32 status;
  409. status = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  410. status &= ~B43legacy_MACCTL_TBTTHOLD;
  411. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, status);
  412. }
  413. static void b43legacy_tsf_write_locked(struct b43legacy_wldev *dev, u64 tsf)
  414. {
  415. /* Be careful with the in-progress timer.
  416. * First zero out the low register, so we have a full
  417. * register-overflow duration to complete the operation.
  418. */
  419. if (dev->dev->id.revision >= 3) {
  420. u32 lo = (tsf & 0x00000000FFFFFFFFULL);
  421. u32 hi = (tsf & 0xFFFFFFFF00000000ULL) >> 32;
  422. b43legacy_write32(dev, B43legacy_MMIO_REV3PLUS_TSF_LOW, 0);
  423. mmiowb();
  424. b43legacy_write32(dev, B43legacy_MMIO_REV3PLUS_TSF_HIGH,
  425. hi);
  426. mmiowb();
  427. b43legacy_write32(dev, B43legacy_MMIO_REV3PLUS_TSF_LOW,
  428. lo);
  429. } else {
  430. u16 v0 = (tsf & 0x000000000000FFFFULL);
  431. u16 v1 = (tsf & 0x00000000FFFF0000ULL) >> 16;
  432. u16 v2 = (tsf & 0x0000FFFF00000000ULL) >> 32;
  433. u16 v3 = (tsf & 0xFFFF000000000000ULL) >> 48;
  434. b43legacy_write16(dev, B43legacy_MMIO_TSF_0, 0);
  435. mmiowb();
  436. b43legacy_write16(dev, B43legacy_MMIO_TSF_3, v3);
  437. mmiowb();
  438. b43legacy_write16(dev, B43legacy_MMIO_TSF_2, v2);
  439. mmiowb();
  440. b43legacy_write16(dev, B43legacy_MMIO_TSF_1, v1);
  441. mmiowb();
  442. b43legacy_write16(dev, B43legacy_MMIO_TSF_0, v0);
  443. }
  444. }
  445. void b43legacy_tsf_write(struct b43legacy_wldev *dev, u64 tsf)
  446. {
  447. b43legacy_time_lock(dev);
  448. b43legacy_tsf_write_locked(dev, tsf);
  449. b43legacy_time_unlock(dev);
  450. }
  451. static
  452. void b43legacy_macfilter_set(struct b43legacy_wldev *dev,
  453. u16 offset, const u8 *mac)
  454. {
  455. static const u8 zero_addr[ETH_ALEN] = { 0 };
  456. u16 data;
  457. if (!mac)
  458. mac = zero_addr;
  459. offset |= 0x0020;
  460. b43legacy_write16(dev, B43legacy_MMIO_MACFILTER_CONTROL, offset);
  461. data = mac[0];
  462. data |= mac[1] << 8;
  463. b43legacy_write16(dev, B43legacy_MMIO_MACFILTER_DATA, data);
  464. data = mac[2];
  465. data |= mac[3] << 8;
  466. b43legacy_write16(dev, B43legacy_MMIO_MACFILTER_DATA, data);
  467. data = mac[4];
  468. data |= mac[5] << 8;
  469. b43legacy_write16(dev, B43legacy_MMIO_MACFILTER_DATA, data);
  470. }
  471. static void b43legacy_write_mac_bssid_templates(struct b43legacy_wldev *dev)
  472. {
  473. static const u8 zero_addr[ETH_ALEN] = { 0 };
  474. const u8 *mac = dev->wl->mac_addr;
  475. const u8 *bssid = dev->wl->bssid;
  476. u8 mac_bssid[ETH_ALEN * 2];
  477. int i;
  478. u32 tmp;
  479. if (!bssid)
  480. bssid = zero_addr;
  481. if (!mac)
  482. mac = zero_addr;
  483. b43legacy_macfilter_set(dev, B43legacy_MACFILTER_BSSID, bssid);
  484. memcpy(mac_bssid, mac, ETH_ALEN);
  485. memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
  486. /* Write our MAC address and BSSID to template ram */
  487. for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
  488. tmp = (u32)(mac_bssid[i + 0]);
  489. tmp |= (u32)(mac_bssid[i + 1]) << 8;
  490. tmp |= (u32)(mac_bssid[i + 2]) << 16;
  491. tmp |= (u32)(mac_bssid[i + 3]) << 24;
  492. b43legacy_ram_write(dev, 0x20 + i, tmp);
  493. b43legacy_ram_write(dev, 0x78 + i, tmp);
  494. b43legacy_ram_write(dev, 0x478 + i, tmp);
  495. }
  496. }
  497. static void b43legacy_upload_card_macaddress(struct b43legacy_wldev *dev)
  498. {
  499. b43legacy_write_mac_bssid_templates(dev);
  500. b43legacy_macfilter_set(dev, B43legacy_MACFILTER_SELF,
  501. dev->wl->mac_addr);
  502. }
  503. static void b43legacy_set_slot_time(struct b43legacy_wldev *dev,
  504. u16 slot_time)
  505. {
  506. /* slot_time is in usec. */
  507. if (dev->phy.type != B43legacy_PHYTYPE_G)
  508. return;
  509. b43legacy_write16(dev, 0x684, 510 + slot_time);
  510. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x0010,
  511. slot_time);
  512. }
  513. static void b43legacy_short_slot_timing_enable(struct b43legacy_wldev *dev)
  514. {
  515. b43legacy_set_slot_time(dev, 9);
  516. }
  517. static void b43legacy_short_slot_timing_disable(struct b43legacy_wldev *dev)
  518. {
  519. b43legacy_set_slot_time(dev, 20);
  520. }
  521. /* Synchronize IRQ top- and bottom-half.
  522. * IRQs must be masked before calling this.
  523. * This must not be called with the irq_lock held.
  524. */
  525. static void b43legacy_synchronize_irq(struct b43legacy_wldev *dev)
  526. {
  527. synchronize_irq(dev->dev->irq);
  528. tasklet_kill(&dev->isr_tasklet);
  529. }
  530. /* DummyTransmission function, as documented on
  531. * http://bcm-specs.sipsolutions.net/DummyTransmission
  532. */
  533. void b43legacy_dummy_transmission(struct b43legacy_wldev *dev)
  534. {
  535. struct b43legacy_phy *phy = &dev->phy;
  536. unsigned int i;
  537. unsigned int max_loop;
  538. u16 value;
  539. u32 buffer[5] = {
  540. 0x00000000,
  541. 0x00D40000,
  542. 0x00000000,
  543. 0x01000000,
  544. 0x00000000,
  545. };
  546. switch (phy->type) {
  547. case B43legacy_PHYTYPE_B:
  548. case B43legacy_PHYTYPE_G:
  549. max_loop = 0xFA;
  550. buffer[0] = 0x000B846E;
  551. break;
  552. default:
  553. B43legacy_BUG_ON(1);
  554. return;
  555. }
  556. for (i = 0; i < 5; i++)
  557. b43legacy_ram_write(dev, i * 4, buffer[i]);
  558. /* dummy read follows */
  559. b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  560. b43legacy_write16(dev, 0x0568, 0x0000);
  561. b43legacy_write16(dev, 0x07C0, 0x0000);
  562. b43legacy_write16(dev, 0x050C, 0x0000);
  563. b43legacy_write16(dev, 0x0508, 0x0000);
  564. b43legacy_write16(dev, 0x050A, 0x0000);
  565. b43legacy_write16(dev, 0x054C, 0x0000);
  566. b43legacy_write16(dev, 0x056A, 0x0014);
  567. b43legacy_write16(dev, 0x0568, 0x0826);
  568. b43legacy_write16(dev, 0x0500, 0x0000);
  569. b43legacy_write16(dev, 0x0502, 0x0030);
  570. if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
  571. b43legacy_radio_write16(dev, 0x0051, 0x0017);
  572. for (i = 0x00; i < max_loop; i++) {
  573. value = b43legacy_read16(dev, 0x050E);
  574. if (value & 0x0080)
  575. break;
  576. udelay(10);
  577. }
  578. for (i = 0x00; i < 0x0A; i++) {
  579. value = b43legacy_read16(dev, 0x050E);
  580. if (value & 0x0400)
  581. break;
  582. udelay(10);
  583. }
  584. for (i = 0x00; i < 0x0A; i++) {
  585. value = b43legacy_read16(dev, 0x0690);
  586. if (!(value & 0x0100))
  587. break;
  588. udelay(10);
  589. }
  590. if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
  591. b43legacy_radio_write16(dev, 0x0051, 0x0037);
  592. }
  593. /* Turn the Analog ON/OFF */
  594. static void b43legacy_switch_analog(struct b43legacy_wldev *dev, int on)
  595. {
  596. b43legacy_write16(dev, B43legacy_MMIO_PHY0, on ? 0 : 0xF4);
  597. }
  598. void b43legacy_wireless_core_reset(struct b43legacy_wldev *dev, u32 flags)
  599. {
  600. u32 tmslow;
  601. u32 macctl;
  602. flags |= B43legacy_TMSLOW_PHYCLKEN;
  603. flags |= B43legacy_TMSLOW_PHYRESET;
  604. ssb_device_enable(dev->dev, flags);
  605. msleep(2); /* Wait for the PLL to turn on. */
  606. /* Now take the PHY out of Reset again */
  607. tmslow = ssb_read32(dev->dev, SSB_TMSLOW);
  608. tmslow |= SSB_TMSLOW_FGC;
  609. tmslow &= ~B43legacy_TMSLOW_PHYRESET;
  610. ssb_write32(dev->dev, SSB_TMSLOW, tmslow);
  611. ssb_read32(dev->dev, SSB_TMSLOW); /* flush */
  612. msleep(1);
  613. tmslow &= ~SSB_TMSLOW_FGC;
  614. ssb_write32(dev->dev, SSB_TMSLOW, tmslow);
  615. ssb_read32(dev->dev, SSB_TMSLOW); /* flush */
  616. msleep(1);
  617. /* Turn Analog ON */
  618. b43legacy_switch_analog(dev, 1);
  619. macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  620. macctl &= ~B43legacy_MACCTL_GMODE;
  621. if (flags & B43legacy_TMSLOW_GMODE) {
  622. macctl |= B43legacy_MACCTL_GMODE;
  623. dev->phy.gmode = 1;
  624. } else
  625. dev->phy.gmode = 0;
  626. macctl |= B43legacy_MACCTL_IHR_ENABLED;
  627. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  628. }
  629. static void handle_irq_transmit_status(struct b43legacy_wldev *dev)
  630. {
  631. u32 v0;
  632. u32 v1;
  633. u16 tmp;
  634. struct b43legacy_txstatus stat;
  635. while (1) {
  636. v0 = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_0);
  637. if (!(v0 & 0x00000001))
  638. break;
  639. v1 = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_1);
  640. stat.cookie = (v0 >> 16);
  641. stat.seq = (v1 & 0x0000FFFF);
  642. stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
  643. tmp = (v0 & 0x0000FFFF);
  644. stat.frame_count = ((tmp & 0xF000) >> 12);
  645. stat.rts_count = ((tmp & 0x0F00) >> 8);
  646. stat.supp_reason = ((tmp & 0x001C) >> 2);
  647. stat.pm_indicated = !!(tmp & 0x0080);
  648. stat.intermediate = !!(tmp & 0x0040);
  649. stat.for_ampdu = !!(tmp & 0x0020);
  650. stat.acked = !!(tmp & 0x0002);
  651. b43legacy_handle_txstatus(dev, &stat);
  652. }
  653. }
  654. static void drain_txstatus_queue(struct b43legacy_wldev *dev)
  655. {
  656. u32 dummy;
  657. if (dev->dev->id.revision < 5)
  658. return;
  659. /* Read all entries from the microcode TXstatus FIFO
  660. * and throw them away.
  661. */
  662. while (1) {
  663. dummy = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_0);
  664. if (!(dummy & 0x00000001))
  665. break;
  666. dummy = b43legacy_read32(dev, B43legacy_MMIO_XMITSTAT_1);
  667. }
  668. }
  669. static u32 b43legacy_jssi_read(struct b43legacy_wldev *dev)
  670. {
  671. u32 val = 0;
  672. val = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x40A);
  673. val <<= 16;
  674. val |= b43legacy_shm_read16(dev, B43legacy_SHM_SHARED, 0x408);
  675. return val;
  676. }
  677. static void b43legacy_jssi_write(struct b43legacy_wldev *dev, u32 jssi)
  678. {
  679. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x408,
  680. (jssi & 0x0000FFFF));
  681. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x40A,
  682. (jssi & 0xFFFF0000) >> 16);
  683. }
  684. static void b43legacy_generate_noise_sample(struct b43legacy_wldev *dev)
  685. {
  686. b43legacy_jssi_write(dev, 0x7F7F7F7F);
  687. b43legacy_write32(dev, B43legacy_MMIO_MACCMD,
  688. b43legacy_read32(dev, B43legacy_MMIO_MACCMD)
  689. | B43legacy_MACCMD_BGNOISE);
  690. B43legacy_WARN_ON(dev->noisecalc.channel_at_start !=
  691. dev->phy.channel);
  692. }
  693. static void b43legacy_calculate_link_quality(struct b43legacy_wldev *dev)
  694. {
  695. /* Top half of Link Quality calculation. */
  696. if (dev->noisecalc.calculation_running)
  697. return;
  698. dev->noisecalc.channel_at_start = dev->phy.channel;
  699. dev->noisecalc.calculation_running = 1;
  700. dev->noisecalc.nr_samples = 0;
  701. b43legacy_generate_noise_sample(dev);
  702. }
  703. static void handle_irq_noise(struct b43legacy_wldev *dev)
  704. {
  705. struct b43legacy_phy *phy = &dev->phy;
  706. u16 tmp;
  707. u8 noise[4];
  708. u8 i;
  709. u8 j;
  710. s32 average;
  711. /* Bottom half of Link Quality calculation. */
  712. B43legacy_WARN_ON(!dev->noisecalc.calculation_running);
  713. if (dev->noisecalc.channel_at_start != phy->channel)
  714. goto drop_calculation;
  715. *((__le32 *)noise) = cpu_to_le32(b43legacy_jssi_read(dev));
  716. if (noise[0] == 0x7F || noise[1] == 0x7F ||
  717. noise[2] == 0x7F || noise[3] == 0x7F)
  718. goto generate_new;
  719. /* Get the noise samples. */
  720. B43legacy_WARN_ON(dev->noisecalc.nr_samples >= 8);
  721. i = dev->noisecalc.nr_samples;
  722. noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  723. noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  724. noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  725. noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  726. dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
  727. dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
  728. dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
  729. dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
  730. dev->noisecalc.nr_samples++;
  731. if (dev->noisecalc.nr_samples == 8) {
  732. /* Calculate the Link Quality by the noise samples. */
  733. average = 0;
  734. for (i = 0; i < 8; i++) {
  735. for (j = 0; j < 4; j++)
  736. average += dev->noisecalc.samples[i][j];
  737. }
  738. average /= (8 * 4);
  739. average *= 125;
  740. average += 64;
  741. average /= 128;
  742. tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  743. 0x40C);
  744. tmp = (tmp / 128) & 0x1F;
  745. if (tmp >= 8)
  746. average += 2;
  747. else
  748. average -= 25;
  749. if (tmp == 8)
  750. average -= 72;
  751. else
  752. average -= 48;
  753. dev->stats.link_noise = average;
  754. drop_calculation:
  755. dev->noisecalc.calculation_running = 0;
  756. return;
  757. }
  758. generate_new:
  759. b43legacy_generate_noise_sample(dev);
  760. }
  761. static void handle_irq_tbtt_indication(struct b43legacy_wldev *dev)
  762. {
  763. if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
  764. /* TODO: PS TBTT */
  765. } else {
  766. if (1/*FIXME: the last PSpoll frame was sent successfully */)
  767. b43legacy_power_saving_ctl_bits(dev, -1, -1);
  768. }
  769. if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
  770. dev->dfq_valid = 1;
  771. }
  772. static void handle_irq_atim_end(struct b43legacy_wldev *dev)
  773. {
  774. if (dev->dfq_valid) {
  775. b43legacy_write32(dev, B43legacy_MMIO_MACCMD,
  776. b43legacy_read32(dev, B43legacy_MMIO_MACCMD)
  777. | B43legacy_MACCMD_DFQ_VALID);
  778. dev->dfq_valid = 0;
  779. }
  780. }
  781. static void handle_irq_pmq(struct b43legacy_wldev *dev)
  782. {
  783. u32 tmp;
  784. /* TODO: AP mode. */
  785. while (1) {
  786. tmp = b43legacy_read32(dev, B43legacy_MMIO_PS_STATUS);
  787. if (!(tmp & 0x00000008))
  788. break;
  789. }
  790. /* 16bit write is odd, but correct. */
  791. b43legacy_write16(dev, B43legacy_MMIO_PS_STATUS, 0x0002);
  792. }
  793. static void b43legacy_write_template_common(struct b43legacy_wldev *dev,
  794. const u8 *data, u16 size,
  795. u16 ram_offset,
  796. u16 shm_size_offset, u8 rate)
  797. {
  798. u32 i;
  799. u32 tmp;
  800. struct b43legacy_plcp_hdr4 plcp;
  801. plcp.data = 0;
  802. b43legacy_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
  803. b43legacy_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
  804. ram_offset += sizeof(u32);
  805. /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
  806. * So leave the first two bytes of the next write blank.
  807. */
  808. tmp = (u32)(data[0]) << 16;
  809. tmp |= (u32)(data[1]) << 24;
  810. b43legacy_ram_write(dev, ram_offset, tmp);
  811. ram_offset += sizeof(u32);
  812. for (i = 2; i < size; i += sizeof(u32)) {
  813. tmp = (u32)(data[i + 0]);
  814. if (i + 1 < size)
  815. tmp |= (u32)(data[i + 1]) << 8;
  816. if (i + 2 < size)
  817. tmp |= (u32)(data[i + 2]) << 16;
  818. if (i + 3 < size)
  819. tmp |= (u32)(data[i + 3]) << 24;
  820. b43legacy_ram_write(dev, ram_offset + i - 2, tmp);
  821. }
  822. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, shm_size_offset,
  823. size + sizeof(struct b43legacy_plcp_hdr6));
  824. }
  825. /* Convert a b43legacy antenna number value to the PHY TX control value. */
  826. static u16 b43legacy_antenna_to_phyctl(int antenna)
  827. {
  828. switch (antenna) {
  829. case B43legacy_ANTENNA0:
  830. return B43legacy_TX4_PHY_ANT0;
  831. case B43legacy_ANTENNA1:
  832. return B43legacy_TX4_PHY_ANT1;
  833. }
  834. return B43legacy_TX4_PHY_ANTLAST;
  835. }
  836. static void b43legacy_write_beacon_template(struct b43legacy_wldev *dev,
  837. u16 ram_offset,
  838. u16 shm_size_offset)
  839. {
  840. unsigned int i, len, variable_len;
  841. const struct ieee80211_mgmt *bcn;
  842. const u8 *ie;
  843. bool tim_found = 0;
  844. unsigned int rate;
  845. u16 ctl;
  846. int antenna;
  847. struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
  848. bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
  849. len = min((size_t)dev->wl->current_beacon->len,
  850. 0x200 - sizeof(struct b43legacy_plcp_hdr6));
  851. rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
  852. b43legacy_write_template_common(dev, (const u8 *)bcn, len, ram_offset,
  853. shm_size_offset, rate);
  854. /* Write the PHY TX control parameters. */
  855. antenna = B43legacy_ANTENNA_DEFAULT;
  856. antenna = b43legacy_antenna_to_phyctl(antenna);
  857. ctl = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  858. B43legacy_SHM_SH_BEACPHYCTL);
  859. /* We can't send beacons with short preamble. Would get PHY errors. */
  860. ctl &= ~B43legacy_TX4_PHY_SHORTPRMBL;
  861. ctl &= ~B43legacy_TX4_PHY_ANT;
  862. ctl &= ~B43legacy_TX4_PHY_ENC;
  863. ctl |= antenna;
  864. ctl |= B43legacy_TX4_PHY_ENC_CCK;
  865. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  866. B43legacy_SHM_SH_BEACPHYCTL, ctl);
  867. /* Find the position of the TIM and the DTIM_period value
  868. * and write them to SHM. */
  869. ie = bcn->u.beacon.variable;
  870. variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
  871. for (i = 0; i < variable_len - 2; ) {
  872. uint8_t ie_id, ie_len;
  873. ie_id = ie[i];
  874. ie_len = ie[i + 1];
  875. if (ie_id == 5) {
  876. u16 tim_position;
  877. u16 dtim_period;
  878. /* This is the TIM Information Element */
  879. /* Check whether the ie_len is in the beacon data range. */
  880. if (variable_len < ie_len + 2 + i)
  881. break;
  882. /* A valid TIM is at least 4 bytes long. */
  883. if (ie_len < 4)
  884. break;
  885. tim_found = 1;
  886. tim_position = sizeof(struct b43legacy_plcp_hdr6);
  887. tim_position += offsetof(struct ieee80211_mgmt,
  888. u.beacon.variable);
  889. tim_position += i;
  890. dtim_period = ie[i + 3];
  891. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  892. B43legacy_SHM_SH_TIMPOS, tim_position);
  893. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  894. B43legacy_SHM_SH_DTIMP, dtim_period);
  895. break;
  896. }
  897. i += ie_len + 2;
  898. }
  899. if (!tim_found) {
  900. b43legacywarn(dev->wl, "Did not find a valid TIM IE in the "
  901. "beacon template packet. AP or IBSS operation "
  902. "may be broken.\n");
  903. } else
  904. b43legacydbg(dev->wl, "Updated beacon template\n");
  905. }
  906. static void b43legacy_write_probe_resp_plcp(struct b43legacy_wldev *dev,
  907. u16 shm_offset, u16 size,
  908. struct ieee80211_rate *rate)
  909. {
  910. struct b43legacy_plcp_hdr4 plcp;
  911. u32 tmp;
  912. __le16 dur;
  913. plcp.data = 0;
  914. b43legacy_generate_plcp_hdr(&plcp, size + FCS_LEN, rate->hw_value);
  915. dur = ieee80211_generic_frame_duration(dev->wl->hw,
  916. dev->wl->vif,
  917. size,
  918. rate);
  919. /* Write PLCP in two parts and timing for packet transfer */
  920. tmp = le32_to_cpu(plcp.data);
  921. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, shm_offset,
  922. tmp & 0xFFFF);
  923. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, shm_offset + 2,
  924. tmp >> 16);
  925. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, shm_offset + 6,
  926. le16_to_cpu(dur));
  927. }
  928. /* Instead of using custom probe response template, this function
  929. * just patches custom beacon template by:
  930. * 1) Changing packet type
  931. * 2) Patching duration field
  932. * 3) Stripping TIM
  933. */
  934. static const u8 *b43legacy_generate_probe_resp(struct b43legacy_wldev *dev,
  935. u16 *dest_size,
  936. struct ieee80211_rate *rate)
  937. {
  938. const u8 *src_data;
  939. u8 *dest_data;
  940. u16 src_size, elem_size, src_pos, dest_pos;
  941. __le16 dur;
  942. struct ieee80211_hdr *hdr;
  943. size_t ie_start;
  944. src_size = dev->wl->current_beacon->len;
  945. src_data = (const u8 *)dev->wl->current_beacon->data;
  946. /* Get the start offset of the variable IEs in the packet. */
  947. ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
  948. B43legacy_WARN_ON(ie_start != offsetof(struct ieee80211_mgmt,
  949. u.beacon.variable));
  950. if (B43legacy_WARN_ON(src_size < ie_start))
  951. return NULL;
  952. dest_data = kmalloc(src_size, GFP_ATOMIC);
  953. if (unlikely(!dest_data))
  954. return NULL;
  955. /* Copy the static data and all Information Elements, except the TIM. */
  956. memcpy(dest_data, src_data, ie_start);
  957. src_pos = ie_start;
  958. dest_pos = ie_start;
  959. for ( ; src_pos < src_size - 2; src_pos += elem_size) {
  960. elem_size = src_data[src_pos + 1] + 2;
  961. if (src_data[src_pos] == 5) {
  962. /* This is the TIM. */
  963. continue;
  964. }
  965. memcpy(dest_data + dest_pos, src_data + src_pos, elem_size);
  966. dest_pos += elem_size;
  967. }
  968. *dest_size = dest_pos;
  969. hdr = (struct ieee80211_hdr *)dest_data;
  970. /* Set the frame control. */
  971. hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
  972. IEEE80211_STYPE_PROBE_RESP);
  973. dur = ieee80211_generic_frame_duration(dev->wl->hw,
  974. dev->wl->vif,
  975. *dest_size,
  976. rate);
  977. hdr->duration_id = dur;
  978. return dest_data;
  979. }
  980. static void b43legacy_write_probe_resp_template(struct b43legacy_wldev *dev,
  981. u16 ram_offset,
  982. u16 shm_size_offset,
  983. struct ieee80211_rate *rate)
  984. {
  985. const u8 *probe_resp_data;
  986. u16 size;
  987. size = dev->wl->current_beacon->len;
  988. probe_resp_data = b43legacy_generate_probe_resp(dev, &size, rate);
  989. if (unlikely(!probe_resp_data))
  990. return;
  991. /* Looks like PLCP headers plus packet timings are stored for
  992. * all possible basic rates
  993. */
  994. b43legacy_write_probe_resp_plcp(dev, 0x31A, size,
  995. &b43legacy_b_ratetable[0]);
  996. b43legacy_write_probe_resp_plcp(dev, 0x32C, size,
  997. &b43legacy_b_ratetable[1]);
  998. b43legacy_write_probe_resp_plcp(dev, 0x33E, size,
  999. &b43legacy_b_ratetable[2]);
  1000. b43legacy_write_probe_resp_plcp(dev, 0x350, size,
  1001. &b43legacy_b_ratetable[3]);
  1002. size = min((size_t)size,
  1003. 0x200 - sizeof(struct b43legacy_plcp_hdr6));
  1004. b43legacy_write_template_common(dev, probe_resp_data,
  1005. size, ram_offset,
  1006. shm_size_offset, rate->hw_value);
  1007. kfree(probe_resp_data);
  1008. }
  1009. static void b43legacy_upload_beacon0(struct b43legacy_wldev *dev)
  1010. {
  1011. struct b43legacy_wl *wl = dev->wl;
  1012. if (wl->beacon0_uploaded)
  1013. return;
  1014. b43legacy_write_beacon_template(dev, 0x68, 0x18);
  1015. /* FIXME: Probe resp upload doesn't really belong here,
  1016. * but we don't use that feature anyway. */
  1017. b43legacy_write_probe_resp_template(dev, 0x268, 0x4A,
  1018. &__b43legacy_ratetable[3]);
  1019. wl->beacon0_uploaded = 1;
  1020. }
  1021. static void b43legacy_upload_beacon1(struct b43legacy_wldev *dev)
  1022. {
  1023. struct b43legacy_wl *wl = dev->wl;
  1024. if (wl->beacon1_uploaded)
  1025. return;
  1026. b43legacy_write_beacon_template(dev, 0x468, 0x1A);
  1027. wl->beacon1_uploaded = 1;
  1028. }
  1029. static void handle_irq_beacon(struct b43legacy_wldev *dev)
  1030. {
  1031. struct b43legacy_wl *wl = dev->wl;
  1032. u32 cmd, beacon0_valid, beacon1_valid;
  1033. if (!b43legacy_is_mode(wl, NL80211_IFTYPE_AP))
  1034. return;
  1035. /* This is the bottom half of the asynchronous beacon update. */
  1036. /* Ignore interrupt in the future. */
  1037. dev->irq_mask &= ~B43legacy_IRQ_BEACON;
  1038. cmd = b43legacy_read32(dev, B43legacy_MMIO_MACCMD);
  1039. beacon0_valid = (cmd & B43legacy_MACCMD_BEACON0_VALID);
  1040. beacon1_valid = (cmd & B43legacy_MACCMD_BEACON1_VALID);
  1041. /* Schedule interrupt manually, if busy. */
  1042. if (beacon0_valid && beacon1_valid) {
  1043. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_REASON, B43legacy_IRQ_BEACON);
  1044. dev->irq_mask |= B43legacy_IRQ_BEACON;
  1045. return;
  1046. }
  1047. if (unlikely(wl->beacon_templates_virgin)) {
  1048. /* We never uploaded a beacon before.
  1049. * Upload both templates now, but only mark one valid. */
  1050. wl->beacon_templates_virgin = 0;
  1051. b43legacy_upload_beacon0(dev);
  1052. b43legacy_upload_beacon1(dev);
  1053. cmd = b43legacy_read32(dev, B43legacy_MMIO_MACCMD);
  1054. cmd |= B43legacy_MACCMD_BEACON0_VALID;
  1055. b43legacy_write32(dev, B43legacy_MMIO_MACCMD, cmd);
  1056. } else {
  1057. if (!beacon0_valid) {
  1058. b43legacy_upload_beacon0(dev);
  1059. cmd = b43legacy_read32(dev, B43legacy_MMIO_MACCMD);
  1060. cmd |= B43legacy_MACCMD_BEACON0_VALID;
  1061. b43legacy_write32(dev, B43legacy_MMIO_MACCMD, cmd);
  1062. } else if (!beacon1_valid) {
  1063. b43legacy_upload_beacon1(dev);
  1064. cmd = b43legacy_read32(dev, B43legacy_MMIO_MACCMD);
  1065. cmd |= B43legacy_MACCMD_BEACON1_VALID;
  1066. b43legacy_write32(dev, B43legacy_MMIO_MACCMD, cmd);
  1067. }
  1068. }
  1069. }
  1070. static void b43legacy_beacon_update_trigger_work(struct work_struct *work)
  1071. {
  1072. struct b43legacy_wl *wl = container_of(work, struct b43legacy_wl,
  1073. beacon_update_trigger);
  1074. struct b43legacy_wldev *dev;
  1075. mutex_lock(&wl->mutex);
  1076. dev = wl->current_dev;
  1077. if (likely(dev && (b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED))) {
  1078. spin_lock_irq(&wl->irq_lock);
  1079. /* Update beacon right away or defer to IRQ. */
  1080. handle_irq_beacon(dev);
  1081. /* The handler might have updated the IRQ mask. */
  1082. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK,
  1083. dev->irq_mask);
  1084. mmiowb();
  1085. spin_unlock_irq(&wl->irq_lock);
  1086. }
  1087. mutex_unlock(&wl->mutex);
  1088. }
  1089. /* Asynchronously update the packet templates in template RAM.
  1090. * Locking: Requires wl->irq_lock to be locked. */
  1091. static void b43legacy_update_templates(struct b43legacy_wl *wl)
  1092. {
  1093. struct sk_buff *beacon;
  1094. /* This is the top half of the ansynchronous beacon update. The bottom
  1095. * half is the beacon IRQ. Beacon update must be asynchronous to avoid
  1096. * sending an invalid beacon. This can happen for example, if the
  1097. * firmware transmits a beacon while we are updating it. */
  1098. /* We could modify the existing beacon and set the aid bit in the TIM
  1099. * field, but that would probably require resizing and moving of data
  1100. * within the beacon template. Simply request a new beacon and let
  1101. * mac80211 do the hard work. */
  1102. beacon = ieee80211_beacon_get(wl->hw, wl->vif);
  1103. if (unlikely(!beacon))
  1104. return;
  1105. if (wl->current_beacon)
  1106. dev_kfree_skb_any(wl->current_beacon);
  1107. wl->current_beacon = beacon;
  1108. wl->beacon0_uploaded = 0;
  1109. wl->beacon1_uploaded = 0;
  1110. ieee80211_queue_work(wl->hw, &wl->beacon_update_trigger);
  1111. }
  1112. static void b43legacy_set_beacon_int(struct b43legacy_wldev *dev,
  1113. u16 beacon_int)
  1114. {
  1115. b43legacy_time_lock(dev);
  1116. if (dev->dev->id.revision >= 3) {
  1117. b43legacy_write32(dev, B43legacy_MMIO_TSF_CFP_REP,
  1118. (beacon_int << 16));
  1119. b43legacy_write32(dev, B43legacy_MMIO_TSF_CFP_START,
  1120. (beacon_int << 10));
  1121. } else {
  1122. b43legacy_write16(dev, 0x606, (beacon_int >> 6));
  1123. b43legacy_write16(dev, 0x610, beacon_int);
  1124. }
  1125. b43legacy_time_unlock(dev);
  1126. b43legacydbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
  1127. }
  1128. static void handle_irq_ucode_debug(struct b43legacy_wldev *dev)
  1129. {
  1130. }
  1131. /* Interrupt handler bottom-half */
  1132. static void b43legacy_interrupt_tasklet(struct b43legacy_wldev *dev)
  1133. {
  1134. u32 reason;
  1135. u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
  1136. u32 merged_dma_reason = 0;
  1137. int i;
  1138. unsigned long flags;
  1139. spin_lock_irqsave(&dev->wl->irq_lock, flags);
  1140. B43legacy_WARN_ON(b43legacy_status(dev) <
  1141. B43legacy_STAT_INITIALIZED);
  1142. reason = dev->irq_reason;
  1143. for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
  1144. dma_reason[i] = dev->dma_reason[i];
  1145. merged_dma_reason |= dma_reason[i];
  1146. }
  1147. if (unlikely(reason & B43legacy_IRQ_MAC_TXERR))
  1148. b43legacyerr(dev->wl, "MAC transmission error\n");
  1149. if (unlikely(reason & B43legacy_IRQ_PHY_TXERR)) {
  1150. b43legacyerr(dev->wl, "PHY transmission error\n");
  1151. rmb();
  1152. if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
  1153. b43legacyerr(dev->wl, "Too many PHY TX errors, "
  1154. "restarting the controller\n");
  1155. b43legacy_controller_restart(dev, "PHY TX errors");
  1156. }
  1157. }
  1158. if (unlikely(merged_dma_reason & (B43legacy_DMAIRQ_FATALMASK |
  1159. B43legacy_DMAIRQ_NONFATALMASK))) {
  1160. if (merged_dma_reason & B43legacy_DMAIRQ_FATALMASK) {
  1161. b43legacyerr(dev->wl, "Fatal DMA error: "
  1162. "0x%08X, 0x%08X, 0x%08X, "
  1163. "0x%08X, 0x%08X, 0x%08X\n",
  1164. dma_reason[0], dma_reason[1],
  1165. dma_reason[2], dma_reason[3],
  1166. dma_reason[4], dma_reason[5]);
  1167. b43legacy_controller_restart(dev, "DMA error");
  1168. mmiowb();
  1169. spin_unlock_irqrestore(&dev->wl->irq_lock, flags);
  1170. return;
  1171. }
  1172. if (merged_dma_reason & B43legacy_DMAIRQ_NONFATALMASK)
  1173. b43legacyerr(dev->wl, "DMA error: "
  1174. "0x%08X, 0x%08X, 0x%08X, "
  1175. "0x%08X, 0x%08X, 0x%08X\n",
  1176. dma_reason[0], dma_reason[1],
  1177. dma_reason[2], dma_reason[3],
  1178. dma_reason[4], dma_reason[5]);
  1179. }
  1180. if (unlikely(reason & B43legacy_IRQ_UCODE_DEBUG))
  1181. handle_irq_ucode_debug(dev);
  1182. if (reason & B43legacy_IRQ_TBTT_INDI)
  1183. handle_irq_tbtt_indication(dev);
  1184. if (reason & B43legacy_IRQ_ATIM_END)
  1185. handle_irq_atim_end(dev);
  1186. if (reason & B43legacy_IRQ_BEACON)
  1187. handle_irq_beacon(dev);
  1188. if (reason & B43legacy_IRQ_PMQ)
  1189. handle_irq_pmq(dev);
  1190. if (reason & B43legacy_IRQ_TXFIFO_FLUSH_OK)
  1191. ;/*TODO*/
  1192. if (reason & B43legacy_IRQ_NOISESAMPLE_OK)
  1193. handle_irq_noise(dev);
  1194. /* Check the DMA reason registers for received data. */
  1195. if (dma_reason[0] & B43legacy_DMAIRQ_RX_DONE) {
  1196. if (b43legacy_using_pio(dev))
  1197. b43legacy_pio_rx(dev->pio.queue0);
  1198. else
  1199. b43legacy_dma_rx(dev->dma.rx_ring0);
  1200. }
  1201. B43legacy_WARN_ON(dma_reason[1] & B43legacy_DMAIRQ_RX_DONE);
  1202. B43legacy_WARN_ON(dma_reason[2] & B43legacy_DMAIRQ_RX_DONE);
  1203. if (dma_reason[3] & B43legacy_DMAIRQ_RX_DONE) {
  1204. if (b43legacy_using_pio(dev))
  1205. b43legacy_pio_rx(dev->pio.queue3);
  1206. else
  1207. b43legacy_dma_rx(dev->dma.rx_ring3);
  1208. }
  1209. B43legacy_WARN_ON(dma_reason[4] & B43legacy_DMAIRQ_RX_DONE);
  1210. B43legacy_WARN_ON(dma_reason[5] & B43legacy_DMAIRQ_RX_DONE);
  1211. if (reason & B43legacy_IRQ_TX_OK)
  1212. handle_irq_transmit_status(dev);
  1213. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  1214. mmiowb();
  1215. spin_unlock_irqrestore(&dev->wl->irq_lock, flags);
  1216. }
  1217. static void pio_irq_workaround(struct b43legacy_wldev *dev,
  1218. u16 base, int queueidx)
  1219. {
  1220. u16 rxctl;
  1221. rxctl = b43legacy_read16(dev, base + B43legacy_PIO_RXCTL);
  1222. if (rxctl & B43legacy_PIO_RXCTL_DATAAVAILABLE)
  1223. dev->dma_reason[queueidx] |= B43legacy_DMAIRQ_RX_DONE;
  1224. else
  1225. dev->dma_reason[queueidx] &= ~B43legacy_DMAIRQ_RX_DONE;
  1226. }
  1227. static void b43legacy_interrupt_ack(struct b43legacy_wldev *dev, u32 reason)
  1228. {
  1229. if (b43legacy_using_pio(dev) &&
  1230. (dev->dev->id.revision < 3) &&
  1231. (!(reason & B43legacy_IRQ_PIO_WORKAROUND))) {
  1232. /* Apply a PIO specific workaround to the dma_reasons */
  1233. pio_irq_workaround(dev, B43legacy_MMIO_PIO1_BASE, 0);
  1234. pio_irq_workaround(dev, B43legacy_MMIO_PIO2_BASE, 1);
  1235. pio_irq_workaround(dev, B43legacy_MMIO_PIO3_BASE, 2);
  1236. pio_irq_workaround(dev, B43legacy_MMIO_PIO4_BASE, 3);
  1237. }
  1238. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_REASON, reason);
  1239. b43legacy_write32(dev, B43legacy_MMIO_DMA0_REASON,
  1240. dev->dma_reason[0]);
  1241. b43legacy_write32(dev, B43legacy_MMIO_DMA1_REASON,
  1242. dev->dma_reason[1]);
  1243. b43legacy_write32(dev, B43legacy_MMIO_DMA2_REASON,
  1244. dev->dma_reason[2]);
  1245. b43legacy_write32(dev, B43legacy_MMIO_DMA3_REASON,
  1246. dev->dma_reason[3]);
  1247. b43legacy_write32(dev, B43legacy_MMIO_DMA4_REASON,
  1248. dev->dma_reason[4]);
  1249. b43legacy_write32(dev, B43legacy_MMIO_DMA5_REASON,
  1250. dev->dma_reason[5]);
  1251. }
  1252. /* Interrupt handler top-half */
  1253. static irqreturn_t b43legacy_interrupt_handler(int irq, void *dev_id)
  1254. {
  1255. irqreturn_t ret = IRQ_NONE;
  1256. struct b43legacy_wldev *dev = dev_id;
  1257. u32 reason;
  1258. B43legacy_WARN_ON(!dev);
  1259. spin_lock(&dev->wl->irq_lock);
  1260. if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
  1261. /* This can only happen on shared IRQ lines. */
  1262. goto out;
  1263. reason = b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  1264. if (reason == 0xffffffff) /* shared IRQ */
  1265. goto out;
  1266. ret = IRQ_HANDLED;
  1267. reason &= dev->irq_mask;
  1268. if (!reason)
  1269. goto out;
  1270. dev->dma_reason[0] = b43legacy_read32(dev,
  1271. B43legacy_MMIO_DMA0_REASON)
  1272. & 0x0001DC00;
  1273. dev->dma_reason[1] = b43legacy_read32(dev,
  1274. B43legacy_MMIO_DMA1_REASON)
  1275. & 0x0000DC00;
  1276. dev->dma_reason[2] = b43legacy_read32(dev,
  1277. B43legacy_MMIO_DMA2_REASON)
  1278. & 0x0000DC00;
  1279. dev->dma_reason[3] = b43legacy_read32(dev,
  1280. B43legacy_MMIO_DMA3_REASON)
  1281. & 0x0001DC00;
  1282. dev->dma_reason[4] = b43legacy_read32(dev,
  1283. B43legacy_MMIO_DMA4_REASON)
  1284. & 0x0000DC00;
  1285. dev->dma_reason[5] = b43legacy_read32(dev,
  1286. B43legacy_MMIO_DMA5_REASON)
  1287. & 0x0000DC00;
  1288. b43legacy_interrupt_ack(dev, reason);
  1289. /* Disable all IRQs. They are enabled again in the bottom half. */
  1290. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, 0);
  1291. /* Save the reason code and call our bottom half. */
  1292. dev->irq_reason = reason;
  1293. tasklet_schedule(&dev->isr_tasklet);
  1294. out:
  1295. mmiowb();
  1296. spin_unlock(&dev->wl->irq_lock);
  1297. return ret;
  1298. }
  1299. static void b43legacy_release_firmware(struct b43legacy_wldev *dev)
  1300. {
  1301. release_firmware(dev->fw.ucode);
  1302. dev->fw.ucode = NULL;
  1303. release_firmware(dev->fw.pcm);
  1304. dev->fw.pcm = NULL;
  1305. release_firmware(dev->fw.initvals);
  1306. dev->fw.initvals = NULL;
  1307. release_firmware(dev->fw.initvals_band);
  1308. dev->fw.initvals_band = NULL;
  1309. }
  1310. static void b43legacy_print_fw_helptext(struct b43legacy_wl *wl)
  1311. {
  1312. b43legacyerr(wl, "You must go to http://linuxwireless.org/en/users/"
  1313. "Drivers/b43#devicefirmware "
  1314. "and download the correct firmware (version 3).\n");
  1315. }
  1316. static int do_request_fw(struct b43legacy_wldev *dev,
  1317. const char *name,
  1318. const struct firmware **fw)
  1319. {
  1320. char path[sizeof(modparam_fwpostfix) + 32];
  1321. struct b43legacy_fw_header *hdr;
  1322. u32 size;
  1323. int err;
  1324. if (!name)
  1325. return 0;
  1326. snprintf(path, ARRAY_SIZE(path),
  1327. "b43legacy%s/%s.fw",
  1328. modparam_fwpostfix, name);
  1329. err = request_firmware(fw, path, dev->dev->dev);
  1330. if (err) {
  1331. b43legacyerr(dev->wl, "Firmware file \"%s\" not found "
  1332. "or load failed.\n", path);
  1333. return err;
  1334. }
  1335. if ((*fw)->size < sizeof(struct b43legacy_fw_header))
  1336. goto err_format;
  1337. hdr = (struct b43legacy_fw_header *)((*fw)->data);
  1338. switch (hdr->type) {
  1339. case B43legacy_FW_TYPE_UCODE:
  1340. case B43legacy_FW_TYPE_PCM:
  1341. size = be32_to_cpu(hdr->size);
  1342. if (size != (*fw)->size - sizeof(struct b43legacy_fw_header))
  1343. goto err_format;
  1344. /* fallthrough */
  1345. case B43legacy_FW_TYPE_IV:
  1346. if (hdr->ver != 1)
  1347. goto err_format;
  1348. break;
  1349. default:
  1350. goto err_format;
  1351. }
  1352. return err;
  1353. err_format:
  1354. b43legacyerr(dev->wl, "Firmware file \"%s\" format error.\n", path);
  1355. return -EPROTO;
  1356. }
  1357. static int b43legacy_request_firmware(struct b43legacy_wldev *dev)
  1358. {
  1359. struct b43legacy_firmware *fw = &dev->fw;
  1360. const u8 rev = dev->dev->id.revision;
  1361. const char *filename;
  1362. int err;
  1363. /* do dummy read */
  1364. ssb_read32(dev->dev, SSB_TMSHIGH);
  1365. if (!fw->ucode) {
  1366. if (rev == 2)
  1367. filename = "ucode2";
  1368. else if (rev == 4)
  1369. filename = "ucode4";
  1370. else
  1371. filename = "ucode5";
  1372. err = do_request_fw(dev, filename, &fw->ucode);
  1373. if (err)
  1374. goto err_load;
  1375. }
  1376. if (!fw->pcm) {
  1377. if (rev < 5)
  1378. filename = "pcm4";
  1379. else
  1380. filename = "pcm5";
  1381. err = do_request_fw(dev, filename, &fw->pcm);
  1382. if (err)
  1383. goto err_load;
  1384. }
  1385. if (!fw->initvals) {
  1386. switch (dev->phy.type) {
  1387. case B43legacy_PHYTYPE_B:
  1388. case B43legacy_PHYTYPE_G:
  1389. if ((rev >= 5) && (rev <= 10))
  1390. filename = "b0g0initvals5";
  1391. else if (rev == 2 || rev == 4)
  1392. filename = "b0g0initvals2";
  1393. else
  1394. goto err_no_initvals;
  1395. break;
  1396. default:
  1397. goto err_no_initvals;
  1398. }
  1399. err = do_request_fw(dev, filename, &fw->initvals);
  1400. if (err)
  1401. goto err_load;
  1402. }
  1403. if (!fw->initvals_band) {
  1404. switch (dev->phy.type) {
  1405. case B43legacy_PHYTYPE_B:
  1406. case B43legacy_PHYTYPE_G:
  1407. if ((rev >= 5) && (rev <= 10))
  1408. filename = "b0g0bsinitvals5";
  1409. else if (rev >= 11)
  1410. filename = NULL;
  1411. else if (rev == 2 || rev == 4)
  1412. filename = NULL;
  1413. else
  1414. goto err_no_initvals;
  1415. break;
  1416. default:
  1417. goto err_no_initvals;
  1418. }
  1419. err = do_request_fw(dev, filename, &fw->initvals_band);
  1420. if (err)
  1421. goto err_load;
  1422. }
  1423. return 0;
  1424. err_load:
  1425. b43legacy_print_fw_helptext(dev->wl);
  1426. goto error;
  1427. err_no_initvals:
  1428. err = -ENODEV;
  1429. b43legacyerr(dev->wl, "No Initial Values firmware file for PHY %u, "
  1430. "core rev %u\n", dev->phy.type, rev);
  1431. goto error;
  1432. error:
  1433. b43legacy_release_firmware(dev);
  1434. return err;
  1435. }
  1436. static int b43legacy_upload_microcode(struct b43legacy_wldev *dev)
  1437. {
  1438. struct wiphy *wiphy = dev->wl->hw->wiphy;
  1439. const size_t hdr_len = sizeof(struct b43legacy_fw_header);
  1440. const __be32 *data;
  1441. unsigned int i;
  1442. unsigned int len;
  1443. u16 fwrev;
  1444. u16 fwpatch;
  1445. u16 fwdate;
  1446. u16 fwtime;
  1447. u32 tmp, macctl;
  1448. int err = 0;
  1449. /* Jump the microcode PSM to offset 0 */
  1450. macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1451. B43legacy_WARN_ON(macctl & B43legacy_MACCTL_PSM_RUN);
  1452. macctl |= B43legacy_MACCTL_PSM_JMP0;
  1453. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  1454. /* Zero out all microcode PSM registers and shared memory. */
  1455. for (i = 0; i < 64; i++)
  1456. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS, i, 0);
  1457. for (i = 0; i < 4096; i += 2)
  1458. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, i, 0);
  1459. /* Upload Microcode. */
  1460. data = (__be32 *) (dev->fw.ucode->data + hdr_len);
  1461. len = (dev->fw.ucode->size - hdr_len) / sizeof(__be32);
  1462. b43legacy_shm_control_word(dev,
  1463. B43legacy_SHM_UCODE |
  1464. B43legacy_SHM_AUTOINC_W,
  1465. 0x0000);
  1466. for (i = 0; i < len; i++) {
  1467. b43legacy_write32(dev, B43legacy_MMIO_SHM_DATA,
  1468. be32_to_cpu(data[i]));
  1469. udelay(10);
  1470. }
  1471. if (dev->fw.pcm) {
  1472. /* Upload PCM data. */
  1473. data = (__be32 *) (dev->fw.pcm->data + hdr_len);
  1474. len = (dev->fw.pcm->size - hdr_len) / sizeof(__be32);
  1475. b43legacy_shm_control_word(dev, B43legacy_SHM_HW, 0x01EA);
  1476. b43legacy_write32(dev, B43legacy_MMIO_SHM_DATA, 0x00004000);
  1477. /* No need for autoinc bit in SHM_HW */
  1478. b43legacy_shm_control_word(dev, B43legacy_SHM_HW, 0x01EB);
  1479. for (i = 0; i < len; i++) {
  1480. b43legacy_write32(dev, B43legacy_MMIO_SHM_DATA,
  1481. be32_to_cpu(data[i]));
  1482. udelay(10);
  1483. }
  1484. }
  1485. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_REASON,
  1486. B43legacy_IRQ_ALL);
  1487. /* Start the microcode PSM */
  1488. macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1489. macctl &= ~B43legacy_MACCTL_PSM_JMP0;
  1490. macctl |= B43legacy_MACCTL_PSM_RUN;
  1491. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  1492. /* Wait for the microcode to load and respond */
  1493. i = 0;
  1494. while (1) {
  1495. tmp = b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  1496. if (tmp == B43legacy_IRQ_MAC_SUSPENDED)
  1497. break;
  1498. i++;
  1499. if (i >= B43legacy_IRQWAIT_MAX_RETRIES) {
  1500. b43legacyerr(dev->wl, "Microcode not responding\n");
  1501. b43legacy_print_fw_helptext(dev->wl);
  1502. err = -ENODEV;
  1503. goto error;
  1504. }
  1505. msleep_interruptible(50);
  1506. if (signal_pending(current)) {
  1507. err = -EINTR;
  1508. goto error;
  1509. }
  1510. }
  1511. /* dummy read follows */
  1512. b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  1513. /* Get and check the revisions. */
  1514. fwrev = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1515. B43legacy_SHM_SH_UCODEREV);
  1516. fwpatch = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1517. B43legacy_SHM_SH_UCODEPATCH);
  1518. fwdate = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1519. B43legacy_SHM_SH_UCODEDATE);
  1520. fwtime = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1521. B43legacy_SHM_SH_UCODETIME);
  1522. if (fwrev > 0x128) {
  1523. b43legacyerr(dev->wl, "YOU ARE TRYING TO LOAD V4 FIRMWARE."
  1524. " Only firmware from binary drivers version 3.x"
  1525. " is supported. You must change your firmware"
  1526. " files.\n");
  1527. b43legacy_print_fw_helptext(dev->wl);
  1528. err = -EOPNOTSUPP;
  1529. goto error;
  1530. }
  1531. b43legacyinfo(dev->wl, "Loading firmware version 0x%X, patch level %u "
  1532. "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n", fwrev, fwpatch,
  1533. (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
  1534. (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F,
  1535. fwtime & 0x1F);
  1536. dev->fw.rev = fwrev;
  1537. dev->fw.patch = fwpatch;
  1538. snprintf(wiphy->fw_version, sizeof(wiphy->fw_version), "%u.%u",
  1539. dev->fw.rev, dev->fw.patch);
  1540. wiphy->hw_version = dev->dev->id.coreid;
  1541. return 0;
  1542. error:
  1543. macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1544. macctl &= ~B43legacy_MACCTL_PSM_RUN;
  1545. macctl |= B43legacy_MACCTL_PSM_JMP0;
  1546. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  1547. return err;
  1548. }
  1549. static int b43legacy_write_initvals(struct b43legacy_wldev *dev,
  1550. const struct b43legacy_iv *ivals,
  1551. size_t count,
  1552. size_t array_size)
  1553. {
  1554. const struct b43legacy_iv *iv;
  1555. u16 offset;
  1556. size_t i;
  1557. bool bit32;
  1558. BUILD_BUG_ON(sizeof(struct b43legacy_iv) != 6);
  1559. iv = ivals;
  1560. for (i = 0; i < count; i++) {
  1561. if (array_size < sizeof(iv->offset_size))
  1562. goto err_format;
  1563. array_size -= sizeof(iv->offset_size);
  1564. offset = be16_to_cpu(iv->offset_size);
  1565. bit32 = !!(offset & B43legacy_IV_32BIT);
  1566. offset &= B43legacy_IV_OFFSET_MASK;
  1567. if (offset >= 0x1000)
  1568. goto err_format;
  1569. if (bit32) {
  1570. u32 value;
  1571. if (array_size < sizeof(iv->data.d32))
  1572. goto err_format;
  1573. array_size -= sizeof(iv->data.d32);
  1574. value = get_unaligned_be32(&iv->data.d32);
  1575. b43legacy_write32(dev, offset, value);
  1576. iv = (const struct b43legacy_iv *)((const uint8_t *)iv +
  1577. sizeof(__be16) +
  1578. sizeof(__be32));
  1579. } else {
  1580. u16 value;
  1581. if (array_size < sizeof(iv->data.d16))
  1582. goto err_format;
  1583. array_size -= sizeof(iv->data.d16);
  1584. value = be16_to_cpu(iv->data.d16);
  1585. b43legacy_write16(dev, offset, value);
  1586. iv = (const struct b43legacy_iv *)((const uint8_t *)iv +
  1587. sizeof(__be16) +
  1588. sizeof(__be16));
  1589. }
  1590. }
  1591. if (array_size)
  1592. goto err_format;
  1593. return 0;
  1594. err_format:
  1595. b43legacyerr(dev->wl, "Initial Values Firmware file-format error.\n");
  1596. b43legacy_print_fw_helptext(dev->wl);
  1597. return -EPROTO;
  1598. }
  1599. static int b43legacy_upload_initvals(struct b43legacy_wldev *dev)
  1600. {
  1601. const size_t hdr_len = sizeof(struct b43legacy_fw_header);
  1602. const struct b43legacy_fw_header *hdr;
  1603. struct b43legacy_firmware *fw = &dev->fw;
  1604. const struct b43legacy_iv *ivals;
  1605. size_t count;
  1606. int err;
  1607. hdr = (const struct b43legacy_fw_header *)(fw->initvals->data);
  1608. ivals = (const struct b43legacy_iv *)(fw->initvals->data + hdr_len);
  1609. count = be32_to_cpu(hdr->size);
  1610. err = b43legacy_write_initvals(dev, ivals, count,
  1611. fw->initvals->size - hdr_len);
  1612. if (err)
  1613. goto out;
  1614. if (fw->initvals_band) {
  1615. hdr = (const struct b43legacy_fw_header *)
  1616. (fw->initvals_band->data);
  1617. ivals = (const struct b43legacy_iv *)(fw->initvals_band->data
  1618. + hdr_len);
  1619. count = be32_to_cpu(hdr->size);
  1620. err = b43legacy_write_initvals(dev, ivals, count,
  1621. fw->initvals_band->size - hdr_len);
  1622. if (err)
  1623. goto out;
  1624. }
  1625. out:
  1626. return err;
  1627. }
  1628. /* Initialize the GPIOs
  1629. * http://bcm-specs.sipsolutions.net/GPIO
  1630. */
  1631. static int b43legacy_gpio_init(struct b43legacy_wldev *dev)
  1632. {
  1633. struct ssb_bus *bus = dev->dev->bus;
  1634. struct ssb_device *gpiodev, *pcidev = NULL;
  1635. u32 mask;
  1636. u32 set;
  1637. b43legacy_write32(dev, B43legacy_MMIO_MACCTL,
  1638. b43legacy_read32(dev,
  1639. B43legacy_MMIO_MACCTL)
  1640. & 0xFFFF3FFF);
  1641. b43legacy_write16(dev, B43legacy_MMIO_GPIO_MASK,
  1642. b43legacy_read16(dev,
  1643. B43legacy_MMIO_GPIO_MASK)
  1644. | 0x000F);
  1645. mask = 0x0000001F;
  1646. set = 0x0000000F;
  1647. if (dev->dev->bus->chip_id == 0x4301) {
  1648. mask |= 0x0060;
  1649. set |= 0x0060;
  1650. }
  1651. if (dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_PACTRL) {
  1652. b43legacy_write16(dev, B43legacy_MMIO_GPIO_MASK,
  1653. b43legacy_read16(dev,
  1654. B43legacy_MMIO_GPIO_MASK)
  1655. | 0x0200);
  1656. mask |= 0x0200;
  1657. set |= 0x0200;
  1658. }
  1659. if (dev->dev->id.revision >= 2)
  1660. mask |= 0x0010; /* FIXME: This is redundant. */
  1661. #ifdef CONFIG_SSB_DRIVER_PCICORE
  1662. pcidev = bus->pcicore.dev;
  1663. #endif
  1664. gpiodev = bus->chipco.dev ? : pcidev;
  1665. if (!gpiodev)
  1666. return 0;
  1667. ssb_write32(gpiodev, B43legacy_GPIO_CONTROL,
  1668. (ssb_read32(gpiodev, B43legacy_GPIO_CONTROL)
  1669. & mask) | set);
  1670. return 0;
  1671. }
  1672. /* Turn off all GPIO stuff. Call this on module unload, for example. */
  1673. static void b43legacy_gpio_cleanup(struct b43legacy_wldev *dev)
  1674. {
  1675. struct ssb_bus *bus = dev->dev->bus;
  1676. struct ssb_device *gpiodev, *pcidev = NULL;
  1677. #ifdef CONFIG_SSB_DRIVER_PCICORE
  1678. pcidev = bus->pcicore.dev;
  1679. #endif
  1680. gpiodev = bus->chipco.dev ? : pcidev;
  1681. if (!gpiodev)
  1682. return;
  1683. ssb_write32(gpiodev, B43legacy_GPIO_CONTROL, 0);
  1684. }
  1685. /* http://bcm-specs.sipsolutions.net/EnableMac */
  1686. void b43legacy_mac_enable(struct b43legacy_wldev *dev)
  1687. {
  1688. dev->mac_suspended--;
  1689. B43legacy_WARN_ON(dev->mac_suspended < 0);
  1690. B43legacy_WARN_ON(irqs_disabled());
  1691. if (dev->mac_suspended == 0) {
  1692. b43legacy_write32(dev, B43legacy_MMIO_MACCTL,
  1693. b43legacy_read32(dev,
  1694. B43legacy_MMIO_MACCTL)
  1695. | B43legacy_MACCTL_ENABLED);
  1696. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_REASON,
  1697. B43legacy_IRQ_MAC_SUSPENDED);
  1698. /* the next two are dummy reads */
  1699. b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1700. b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  1701. b43legacy_power_saving_ctl_bits(dev, -1, -1);
  1702. /* Re-enable IRQs. */
  1703. spin_lock_irq(&dev->wl->irq_lock);
  1704. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK,
  1705. dev->irq_mask);
  1706. spin_unlock_irq(&dev->wl->irq_lock);
  1707. }
  1708. }
  1709. /* http://bcm-specs.sipsolutions.net/SuspendMAC */
  1710. void b43legacy_mac_suspend(struct b43legacy_wldev *dev)
  1711. {
  1712. int i;
  1713. u32 tmp;
  1714. might_sleep();
  1715. B43legacy_WARN_ON(irqs_disabled());
  1716. B43legacy_WARN_ON(dev->mac_suspended < 0);
  1717. if (dev->mac_suspended == 0) {
  1718. /* Mask IRQs before suspending MAC. Otherwise
  1719. * the MAC stays busy and won't suspend. */
  1720. spin_lock_irq(&dev->wl->irq_lock);
  1721. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, 0);
  1722. spin_unlock_irq(&dev->wl->irq_lock);
  1723. b43legacy_synchronize_irq(dev);
  1724. b43legacy_power_saving_ctl_bits(dev, -1, 1);
  1725. b43legacy_write32(dev, B43legacy_MMIO_MACCTL,
  1726. b43legacy_read32(dev,
  1727. B43legacy_MMIO_MACCTL)
  1728. & ~B43legacy_MACCTL_ENABLED);
  1729. b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  1730. for (i = 40; i; i--) {
  1731. tmp = b43legacy_read32(dev,
  1732. B43legacy_MMIO_GEN_IRQ_REASON);
  1733. if (tmp & B43legacy_IRQ_MAC_SUSPENDED)
  1734. goto out;
  1735. msleep(1);
  1736. }
  1737. b43legacyerr(dev->wl, "MAC suspend failed\n");
  1738. }
  1739. out:
  1740. dev->mac_suspended++;
  1741. }
  1742. static void b43legacy_adjust_opmode(struct b43legacy_wldev *dev)
  1743. {
  1744. struct b43legacy_wl *wl = dev->wl;
  1745. u32 ctl;
  1746. u16 cfp_pretbtt;
  1747. ctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1748. /* Reset status to STA infrastructure mode. */
  1749. ctl &= ~B43legacy_MACCTL_AP;
  1750. ctl &= ~B43legacy_MACCTL_KEEP_CTL;
  1751. ctl &= ~B43legacy_MACCTL_KEEP_BADPLCP;
  1752. ctl &= ~B43legacy_MACCTL_KEEP_BAD;
  1753. ctl &= ~B43legacy_MACCTL_PROMISC;
  1754. ctl &= ~B43legacy_MACCTL_BEACPROMISC;
  1755. ctl |= B43legacy_MACCTL_INFRA;
  1756. if (b43legacy_is_mode(wl, NL80211_IFTYPE_AP))
  1757. ctl |= B43legacy_MACCTL_AP;
  1758. else if (b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC))
  1759. ctl &= ~B43legacy_MACCTL_INFRA;
  1760. if (wl->filter_flags & FIF_CONTROL)
  1761. ctl |= B43legacy_MACCTL_KEEP_CTL;
  1762. if (wl->filter_flags & FIF_FCSFAIL)
  1763. ctl |= B43legacy_MACCTL_KEEP_BAD;
  1764. if (wl->filter_flags & FIF_PLCPFAIL)
  1765. ctl |= B43legacy_MACCTL_KEEP_BADPLCP;
  1766. if (wl->filter_flags & FIF_PROMISC_IN_BSS)
  1767. ctl |= B43legacy_MACCTL_PROMISC;
  1768. if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
  1769. ctl |= B43legacy_MACCTL_BEACPROMISC;
  1770. /* Workaround: On old hardware the HW-MAC-address-filter
  1771. * doesn't work properly, so always run promisc in filter
  1772. * it in software. */
  1773. if (dev->dev->id.revision <= 4)
  1774. ctl |= B43legacy_MACCTL_PROMISC;
  1775. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, ctl);
  1776. cfp_pretbtt = 2;
  1777. if ((ctl & B43legacy_MACCTL_INFRA) &&
  1778. !(ctl & B43legacy_MACCTL_AP)) {
  1779. if (dev->dev->bus->chip_id == 0x4306 &&
  1780. dev->dev->bus->chip_rev == 3)
  1781. cfp_pretbtt = 100;
  1782. else
  1783. cfp_pretbtt = 50;
  1784. }
  1785. b43legacy_write16(dev, 0x612, cfp_pretbtt);
  1786. }
  1787. static void b43legacy_rate_memory_write(struct b43legacy_wldev *dev,
  1788. u16 rate,
  1789. int is_ofdm)
  1790. {
  1791. u16 offset;
  1792. if (is_ofdm) {
  1793. offset = 0x480;
  1794. offset += (b43legacy_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
  1795. } else {
  1796. offset = 0x4C0;
  1797. offset += (b43legacy_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
  1798. }
  1799. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, offset + 0x20,
  1800. b43legacy_shm_read16(dev,
  1801. B43legacy_SHM_SHARED, offset));
  1802. }
  1803. static void b43legacy_rate_memory_init(struct b43legacy_wldev *dev)
  1804. {
  1805. switch (dev->phy.type) {
  1806. case B43legacy_PHYTYPE_G:
  1807. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_6MB, 1);
  1808. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_12MB, 1);
  1809. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_18MB, 1);
  1810. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_24MB, 1);
  1811. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_36MB, 1);
  1812. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_48MB, 1);
  1813. b43legacy_rate_memory_write(dev, B43legacy_OFDM_RATE_54MB, 1);
  1814. /* fallthrough */
  1815. case B43legacy_PHYTYPE_B:
  1816. b43legacy_rate_memory_write(dev, B43legacy_CCK_RATE_1MB, 0);
  1817. b43legacy_rate_memory_write(dev, B43legacy_CCK_RATE_2MB, 0);
  1818. b43legacy_rate_memory_write(dev, B43legacy_CCK_RATE_5MB, 0);
  1819. b43legacy_rate_memory_write(dev, B43legacy_CCK_RATE_11MB, 0);
  1820. break;
  1821. default:
  1822. B43legacy_BUG_ON(1);
  1823. }
  1824. }
  1825. /* Set the TX-Antenna for management frames sent by firmware. */
  1826. static void b43legacy_mgmtframe_txantenna(struct b43legacy_wldev *dev,
  1827. int antenna)
  1828. {
  1829. u16 ant = 0;
  1830. u16 tmp;
  1831. switch (antenna) {
  1832. case B43legacy_ANTENNA0:
  1833. ant |= B43legacy_TX4_PHY_ANT0;
  1834. break;
  1835. case B43legacy_ANTENNA1:
  1836. ant |= B43legacy_TX4_PHY_ANT1;
  1837. break;
  1838. case B43legacy_ANTENNA_AUTO:
  1839. ant |= B43legacy_TX4_PHY_ANTLAST;
  1840. break;
  1841. default:
  1842. B43legacy_BUG_ON(1);
  1843. }
  1844. /* FIXME We also need to set the other flags of the PHY control
  1845. * field somewhere. */
  1846. /* For Beacons */
  1847. tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1848. B43legacy_SHM_SH_BEACPHYCTL);
  1849. tmp = (tmp & ~B43legacy_TX4_PHY_ANT) | ant;
  1850. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  1851. B43legacy_SHM_SH_BEACPHYCTL, tmp);
  1852. /* For ACK/CTS */
  1853. tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1854. B43legacy_SHM_SH_ACKCTSPHYCTL);
  1855. tmp = (tmp & ~B43legacy_TX4_PHY_ANT) | ant;
  1856. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  1857. B43legacy_SHM_SH_ACKCTSPHYCTL, tmp);
  1858. /* For Probe Resposes */
  1859. tmp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  1860. B43legacy_SHM_SH_PRPHYCTL);
  1861. tmp = (tmp & ~B43legacy_TX4_PHY_ANT) | ant;
  1862. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  1863. B43legacy_SHM_SH_PRPHYCTL, tmp);
  1864. }
  1865. /* This is the opposite of b43legacy_chip_init() */
  1866. static void b43legacy_chip_exit(struct b43legacy_wldev *dev)
  1867. {
  1868. b43legacy_radio_turn_off(dev, 1);
  1869. b43legacy_gpio_cleanup(dev);
  1870. /* firmware is released later */
  1871. }
  1872. /* Initialize the chip
  1873. * http://bcm-specs.sipsolutions.net/ChipInit
  1874. */
  1875. static int b43legacy_chip_init(struct b43legacy_wldev *dev)
  1876. {
  1877. struct b43legacy_phy *phy = &dev->phy;
  1878. int err;
  1879. int tmp;
  1880. u32 value32, macctl;
  1881. u16 value16;
  1882. /* Initialize the MAC control */
  1883. macctl = B43legacy_MACCTL_IHR_ENABLED | B43legacy_MACCTL_SHM_ENABLED;
  1884. if (dev->phy.gmode)
  1885. macctl |= B43legacy_MACCTL_GMODE;
  1886. macctl |= B43legacy_MACCTL_INFRA;
  1887. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  1888. err = b43legacy_request_firmware(dev);
  1889. if (err)
  1890. goto out;
  1891. err = b43legacy_upload_microcode(dev);
  1892. if (err)
  1893. goto out; /* firmware is released later */
  1894. err = b43legacy_gpio_init(dev);
  1895. if (err)
  1896. goto out; /* firmware is released later */
  1897. err = b43legacy_upload_initvals(dev);
  1898. if (err)
  1899. goto err_gpio_clean;
  1900. b43legacy_radio_turn_on(dev);
  1901. b43legacy_write16(dev, 0x03E6, 0x0000);
  1902. err = b43legacy_phy_init(dev);
  1903. if (err)
  1904. goto err_radio_off;
  1905. /* Select initial Interference Mitigation. */
  1906. tmp = phy->interfmode;
  1907. phy->interfmode = B43legacy_INTERFMODE_NONE;
  1908. b43legacy_radio_set_interference_mitigation(dev, tmp);
  1909. b43legacy_phy_set_antenna_diversity(dev);
  1910. b43legacy_mgmtframe_txantenna(dev, B43legacy_ANTENNA_DEFAULT);
  1911. if (phy->type == B43legacy_PHYTYPE_B) {
  1912. value16 = b43legacy_read16(dev, 0x005E);
  1913. value16 |= 0x0004;
  1914. b43legacy_write16(dev, 0x005E, value16);
  1915. }
  1916. b43legacy_write32(dev, 0x0100, 0x01000000);
  1917. if (dev->dev->id.revision < 5)
  1918. b43legacy_write32(dev, 0x010C, 0x01000000);
  1919. value32 = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1920. value32 &= ~B43legacy_MACCTL_INFRA;
  1921. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, value32);
  1922. value32 = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  1923. value32 |= B43legacy_MACCTL_INFRA;
  1924. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, value32);
  1925. if (b43legacy_using_pio(dev)) {
  1926. b43legacy_write32(dev, 0x0210, 0x00000100);
  1927. b43legacy_write32(dev, 0x0230, 0x00000100);
  1928. b43legacy_write32(dev, 0x0250, 0x00000100);
  1929. b43legacy_write32(dev, 0x0270, 0x00000100);
  1930. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x0034,
  1931. 0x0000);
  1932. }
  1933. /* Probe Response Timeout value */
  1934. /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
  1935. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED, 0x0074, 0x0000);
  1936. /* Initially set the wireless operation mode. */
  1937. b43legacy_adjust_opmode(dev);
  1938. if (dev->dev->id.revision < 3) {
  1939. b43legacy_write16(dev, 0x060E, 0x0000);
  1940. b43legacy_write16(dev, 0x0610, 0x8000);
  1941. b43legacy_write16(dev, 0x0604, 0x0000);
  1942. b43legacy_write16(dev, 0x0606, 0x0200);
  1943. } else {
  1944. b43legacy_write32(dev, 0x0188, 0x80000000);
  1945. b43legacy_write32(dev, 0x018C, 0x02000000);
  1946. }
  1947. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_REASON, 0x00004000);
  1948. b43legacy_write32(dev, B43legacy_MMIO_DMA0_IRQ_MASK, 0x0001DC00);
  1949. b43legacy_write32(dev, B43legacy_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
  1950. b43legacy_write32(dev, B43legacy_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
  1951. b43legacy_write32(dev, B43legacy_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
  1952. b43legacy_write32(dev, B43legacy_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
  1953. b43legacy_write32(dev, B43legacy_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
  1954. value32 = ssb_read32(dev->dev, SSB_TMSLOW);
  1955. value32 |= B43legacy_TMSLOW_MACPHYCLKEN;
  1956. ssb_write32(dev->dev, SSB_TMSLOW, value32);
  1957. b43legacy_write16(dev, B43legacy_MMIO_POWERUP_DELAY,
  1958. dev->dev->bus->chipco.fast_pwrup_delay);
  1959. /* PHY TX errors counter. */
  1960. atomic_set(&phy->txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT);
  1961. B43legacy_WARN_ON(err != 0);
  1962. b43legacydbg(dev->wl, "Chip initialized\n");
  1963. out:
  1964. return err;
  1965. err_radio_off:
  1966. b43legacy_radio_turn_off(dev, 1);
  1967. err_gpio_clean:
  1968. b43legacy_gpio_cleanup(dev);
  1969. goto out;
  1970. }
  1971. static void b43legacy_periodic_every120sec(struct b43legacy_wldev *dev)
  1972. {
  1973. struct b43legacy_phy *phy = &dev->phy;
  1974. if (phy->type != B43legacy_PHYTYPE_G || phy->rev < 2)
  1975. return;
  1976. b43legacy_mac_suspend(dev);
  1977. b43legacy_phy_lo_g_measure(dev);
  1978. b43legacy_mac_enable(dev);
  1979. }
  1980. static void b43legacy_periodic_every60sec(struct b43legacy_wldev *dev)
  1981. {
  1982. b43legacy_phy_lo_mark_all_unused(dev);
  1983. if (dev->dev->bus->sprom.boardflags_lo & B43legacy_BFL_RSSI) {
  1984. b43legacy_mac_suspend(dev);
  1985. b43legacy_calc_nrssi_slope(dev);
  1986. b43legacy_mac_enable(dev);
  1987. }
  1988. }
  1989. static void b43legacy_periodic_every30sec(struct b43legacy_wldev *dev)
  1990. {
  1991. /* Update device statistics. */
  1992. b43legacy_calculate_link_quality(dev);
  1993. }
  1994. static void b43legacy_periodic_every15sec(struct b43legacy_wldev *dev)
  1995. {
  1996. b43legacy_phy_xmitpower(dev); /* FIXME: unless scanning? */
  1997. atomic_set(&dev->phy.txerr_cnt, B43legacy_PHY_TX_BADNESS_LIMIT);
  1998. wmb();
  1999. }
  2000. static void do_periodic_work(struct b43legacy_wldev *dev)
  2001. {
  2002. unsigned int state;
  2003. state = dev->periodic_state;
  2004. if (state % 8 == 0)
  2005. b43legacy_periodic_every120sec(dev);
  2006. if (state % 4 == 0)
  2007. b43legacy_periodic_every60sec(dev);
  2008. if (state % 2 == 0)
  2009. b43legacy_periodic_every30sec(dev);
  2010. b43legacy_periodic_every15sec(dev);
  2011. }
  2012. /* Periodic work locking policy:
  2013. * The whole periodic work handler is protected by
  2014. * wl->mutex. If another lock is needed somewhere in the
  2015. * pwork callchain, it's acquired in-place, where it's needed.
  2016. */
  2017. static void b43legacy_periodic_work_handler(struct work_struct *work)
  2018. {
  2019. struct b43legacy_wldev *dev = container_of(work, struct b43legacy_wldev,
  2020. periodic_work.work);
  2021. struct b43legacy_wl *wl = dev->wl;
  2022. unsigned long delay;
  2023. mutex_lock(&wl->mutex);
  2024. if (unlikely(b43legacy_status(dev) != B43legacy_STAT_STARTED))
  2025. goto out;
  2026. if (b43legacy_debug(dev, B43legacy_DBG_PWORK_STOP))
  2027. goto out_requeue;
  2028. do_periodic_work(dev);
  2029. dev->periodic_state++;
  2030. out_requeue:
  2031. if (b43legacy_debug(dev, B43legacy_DBG_PWORK_FAST))
  2032. delay = msecs_to_jiffies(50);
  2033. else
  2034. delay = round_jiffies_relative(HZ * 15);
  2035. ieee80211_queue_delayed_work(wl->hw, &dev->periodic_work, delay);
  2036. out:
  2037. mutex_unlock(&wl->mutex);
  2038. }
  2039. static void b43legacy_periodic_tasks_setup(struct b43legacy_wldev *dev)
  2040. {
  2041. struct delayed_work *work = &dev->periodic_work;
  2042. dev->periodic_state = 0;
  2043. INIT_DELAYED_WORK(work, b43legacy_periodic_work_handler);
  2044. ieee80211_queue_delayed_work(dev->wl->hw, work, 0);
  2045. }
  2046. /* Validate access to the chip (SHM) */
  2047. static int b43legacy_validate_chipaccess(struct b43legacy_wldev *dev)
  2048. {
  2049. u32 value;
  2050. u32 shm_backup;
  2051. shm_backup = b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, 0);
  2052. b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, 0, 0xAA5555AA);
  2053. if (b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, 0) !=
  2054. 0xAA5555AA)
  2055. goto error;
  2056. b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, 0, 0x55AAAA55);
  2057. if (b43legacy_shm_read32(dev, B43legacy_SHM_SHARED, 0) !=
  2058. 0x55AAAA55)
  2059. goto error;
  2060. b43legacy_shm_write32(dev, B43legacy_SHM_SHARED, 0, shm_backup);
  2061. value = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  2062. if ((value | B43legacy_MACCTL_GMODE) !=
  2063. (B43legacy_MACCTL_GMODE | B43legacy_MACCTL_IHR_ENABLED))
  2064. goto error;
  2065. value = b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_REASON);
  2066. if (value)
  2067. goto error;
  2068. return 0;
  2069. error:
  2070. b43legacyerr(dev->wl, "Failed to validate the chipaccess\n");
  2071. return -ENODEV;
  2072. }
  2073. static void b43legacy_security_init(struct b43legacy_wldev *dev)
  2074. {
  2075. dev->max_nr_keys = (dev->dev->id.revision >= 5) ? 58 : 20;
  2076. B43legacy_WARN_ON(dev->max_nr_keys > ARRAY_SIZE(dev->key));
  2077. dev->ktp = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  2078. 0x0056);
  2079. /* KTP is a word address, but we address SHM bytewise.
  2080. * So multiply by two.
  2081. */
  2082. dev->ktp *= 2;
  2083. if (dev->dev->id.revision >= 5)
  2084. /* Number of RCMTA address slots */
  2085. b43legacy_write16(dev, B43legacy_MMIO_RCMTA_COUNT,
  2086. dev->max_nr_keys - 8);
  2087. }
  2088. #ifdef CONFIG_B43LEGACY_HWRNG
  2089. static int b43legacy_rng_read(struct hwrng *rng, u32 *data)
  2090. {
  2091. struct b43legacy_wl *wl = (struct b43legacy_wl *)rng->priv;
  2092. unsigned long flags;
  2093. /* Don't take wl->mutex here, as it could deadlock with
  2094. * hwrng internal locking. It's not needed to take
  2095. * wl->mutex here, anyway. */
  2096. spin_lock_irqsave(&wl->irq_lock, flags);
  2097. *data = b43legacy_read16(wl->current_dev, B43legacy_MMIO_RNG);
  2098. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2099. return (sizeof(u16));
  2100. }
  2101. #endif
  2102. static void b43legacy_rng_exit(struct b43legacy_wl *wl)
  2103. {
  2104. #ifdef CONFIG_B43LEGACY_HWRNG
  2105. if (wl->rng_initialized)
  2106. hwrng_unregister(&wl->rng);
  2107. #endif
  2108. }
  2109. static int b43legacy_rng_init(struct b43legacy_wl *wl)
  2110. {
  2111. int err = 0;
  2112. #ifdef CONFIG_B43LEGACY_HWRNG
  2113. snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
  2114. "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
  2115. wl->rng.name = wl->rng_name;
  2116. wl->rng.data_read = b43legacy_rng_read;
  2117. wl->rng.priv = (unsigned long)wl;
  2118. wl->rng_initialized = 1;
  2119. err = hwrng_register(&wl->rng);
  2120. if (err) {
  2121. wl->rng_initialized = 0;
  2122. b43legacyerr(wl, "Failed to register the random "
  2123. "number generator (%d)\n", err);
  2124. }
  2125. #endif
  2126. return err;
  2127. }
  2128. static void b43legacy_op_tx(struct ieee80211_hw *hw,
  2129. struct sk_buff *skb)
  2130. {
  2131. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2132. struct b43legacy_wldev *dev = wl->current_dev;
  2133. int err = -ENODEV;
  2134. unsigned long flags;
  2135. if (unlikely(!dev))
  2136. goto out;
  2137. if (unlikely(b43legacy_status(dev) < B43legacy_STAT_STARTED))
  2138. goto out;
  2139. /* DMA-TX is done without a global lock. */
  2140. if (b43legacy_using_pio(dev)) {
  2141. spin_lock_irqsave(&wl->irq_lock, flags);
  2142. err = b43legacy_pio_tx(dev, skb);
  2143. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2144. } else
  2145. err = b43legacy_dma_tx(dev, skb);
  2146. out:
  2147. if (unlikely(err)) {
  2148. /* Drop the packet. */
  2149. dev_kfree_skb_any(skb);
  2150. }
  2151. }
  2152. static int b43legacy_op_conf_tx(struct ieee80211_hw *hw,
  2153. struct ieee80211_vif *vif, u16 queue,
  2154. const struct ieee80211_tx_queue_params *params)
  2155. {
  2156. return 0;
  2157. }
  2158. static int b43legacy_op_get_stats(struct ieee80211_hw *hw,
  2159. struct ieee80211_low_level_stats *stats)
  2160. {
  2161. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2162. unsigned long flags;
  2163. spin_lock_irqsave(&wl->irq_lock, flags);
  2164. memcpy(stats, &wl->ieee_stats, sizeof(*stats));
  2165. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2166. return 0;
  2167. }
  2168. static const char *phymode_to_string(unsigned int phymode)
  2169. {
  2170. switch (phymode) {
  2171. case B43legacy_PHYMODE_B:
  2172. return "B";
  2173. case B43legacy_PHYMODE_G:
  2174. return "G";
  2175. default:
  2176. B43legacy_BUG_ON(1);
  2177. }
  2178. return "";
  2179. }
  2180. static int find_wldev_for_phymode(struct b43legacy_wl *wl,
  2181. unsigned int phymode,
  2182. struct b43legacy_wldev **dev,
  2183. bool *gmode)
  2184. {
  2185. struct b43legacy_wldev *d;
  2186. list_for_each_entry(d, &wl->devlist, list) {
  2187. if (d->phy.possible_phymodes & phymode) {
  2188. /* Ok, this device supports the PHY-mode.
  2189. * Set the gmode bit. */
  2190. *gmode = 1;
  2191. *dev = d;
  2192. return 0;
  2193. }
  2194. }
  2195. return -ESRCH;
  2196. }
  2197. static void b43legacy_put_phy_into_reset(struct b43legacy_wldev *dev)
  2198. {
  2199. struct ssb_device *sdev = dev->dev;
  2200. u32 tmslow;
  2201. tmslow = ssb_read32(sdev, SSB_TMSLOW);
  2202. tmslow &= ~B43legacy_TMSLOW_GMODE;
  2203. tmslow |= B43legacy_TMSLOW_PHYRESET;
  2204. tmslow |= SSB_TMSLOW_FGC;
  2205. ssb_write32(sdev, SSB_TMSLOW, tmslow);
  2206. msleep(1);
  2207. tmslow = ssb_read32(sdev, SSB_TMSLOW);
  2208. tmslow &= ~SSB_TMSLOW_FGC;
  2209. tmslow |= B43legacy_TMSLOW_PHYRESET;
  2210. ssb_write32(sdev, SSB_TMSLOW, tmslow);
  2211. msleep(1);
  2212. }
  2213. /* Expects wl->mutex locked */
  2214. static int b43legacy_switch_phymode(struct b43legacy_wl *wl,
  2215. unsigned int new_mode)
  2216. {
  2217. struct b43legacy_wldev *uninitialized_var(up_dev);
  2218. struct b43legacy_wldev *down_dev;
  2219. int err;
  2220. bool gmode = 0;
  2221. int prev_status;
  2222. err = find_wldev_for_phymode(wl, new_mode, &up_dev, &gmode);
  2223. if (err) {
  2224. b43legacyerr(wl, "Could not find a device for %s-PHY mode\n",
  2225. phymode_to_string(new_mode));
  2226. return err;
  2227. }
  2228. if ((up_dev == wl->current_dev) &&
  2229. (!!wl->current_dev->phy.gmode == !!gmode))
  2230. /* This device is already running. */
  2231. return 0;
  2232. b43legacydbg(wl, "Reconfiguring PHYmode to %s-PHY\n",
  2233. phymode_to_string(new_mode));
  2234. down_dev = wl->current_dev;
  2235. prev_status = b43legacy_status(down_dev);
  2236. /* Shutdown the currently running core. */
  2237. if (prev_status >= B43legacy_STAT_STARTED)
  2238. b43legacy_wireless_core_stop(down_dev);
  2239. if (prev_status >= B43legacy_STAT_INITIALIZED)
  2240. b43legacy_wireless_core_exit(down_dev);
  2241. if (down_dev != up_dev)
  2242. /* We switch to a different core, so we put PHY into
  2243. * RESET on the old core. */
  2244. b43legacy_put_phy_into_reset(down_dev);
  2245. /* Now start the new core. */
  2246. up_dev->phy.gmode = gmode;
  2247. if (prev_status >= B43legacy_STAT_INITIALIZED) {
  2248. err = b43legacy_wireless_core_init(up_dev);
  2249. if (err) {
  2250. b43legacyerr(wl, "Fatal: Could not initialize device"
  2251. " for newly selected %s-PHY mode\n",
  2252. phymode_to_string(new_mode));
  2253. goto init_failure;
  2254. }
  2255. }
  2256. if (prev_status >= B43legacy_STAT_STARTED) {
  2257. err = b43legacy_wireless_core_start(up_dev);
  2258. if (err) {
  2259. b43legacyerr(wl, "Fatal: Coult not start device for "
  2260. "newly selected %s-PHY mode\n",
  2261. phymode_to_string(new_mode));
  2262. b43legacy_wireless_core_exit(up_dev);
  2263. goto init_failure;
  2264. }
  2265. }
  2266. B43legacy_WARN_ON(b43legacy_status(up_dev) != prev_status);
  2267. b43legacy_shm_write32(up_dev, B43legacy_SHM_SHARED, 0x003E, 0);
  2268. wl->current_dev = up_dev;
  2269. return 0;
  2270. init_failure:
  2271. /* Whoops, failed to init the new core. No core is operating now. */
  2272. wl->current_dev = NULL;
  2273. return err;
  2274. }
  2275. /* Write the short and long frame retry limit values. */
  2276. static void b43legacy_set_retry_limits(struct b43legacy_wldev *dev,
  2277. unsigned int short_retry,
  2278. unsigned int long_retry)
  2279. {
  2280. /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
  2281. * the chip-internal counter. */
  2282. short_retry = min(short_retry, (unsigned int)0xF);
  2283. long_retry = min(long_retry, (unsigned int)0xF);
  2284. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS, 0x0006, short_retry);
  2285. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS, 0x0007, long_retry);
  2286. }
  2287. static int b43legacy_op_dev_config(struct ieee80211_hw *hw,
  2288. u32 changed)
  2289. {
  2290. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2291. struct b43legacy_wldev *dev;
  2292. struct b43legacy_phy *phy;
  2293. struct ieee80211_conf *conf = &hw->conf;
  2294. unsigned long flags;
  2295. unsigned int new_phymode = 0xFFFF;
  2296. int antenna_tx;
  2297. int err = 0;
  2298. antenna_tx = B43legacy_ANTENNA_DEFAULT;
  2299. mutex_lock(&wl->mutex);
  2300. dev = wl->current_dev;
  2301. phy = &dev->phy;
  2302. if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
  2303. b43legacy_set_retry_limits(dev,
  2304. conf->short_frame_max_tx_count,
  2305. conf->long_frame_max_tx_count);
  2306. changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
  2307. if (!changed)
  2308. goto out_unlock_mutex;
  2309. /* Switch the PHY mode (if necessary). */
  2310. switch (conf->channel->band) {
  2311. case IEEE80211_BAND_2GHZ:
  2312. if (phy->type == B43legacy_PHYTYPE_B)
  2313. new_phymode = B43legacy_PHYMODE_B;
  2314. else
  2315. new_phymode = B43legacy_PHYMODE_G;
  2316. break;
  2317. default:
  2318. B43legacy_WARN_ON(1);
  2319. }
  2320. err = b43legacy_switch_phymode(wl, new_phymode);
  2321. if (err)
  2322. goto out_unlock_mutex;
  2323. /* Disable IRQs while reconfiguring the device.
  2324. * This makes it possible to drop the spinlock throughout
  2325. * the reconfiguration process. */
  2326. spin_lock_irqsave(&wl->irq_lock, flags);
  2327. if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
  2328. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2329. goto out_unlock_mutex;
  2330. }
  2331. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, 0);
  2332. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2333. b43legacy_synchronize_irq(dev);
  2334. /* Switch to the requested channel.
  2335. * The firmware takes care of races with the TX handler. */
  2336. if (conf->channel->hw_value != phy->channel)
  2337. b43legacy_radio_selectchannel(dev, conf->channel->hw_value, 0);
  2338. dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR);
  2339. /* Adjust the desired TX power level. */
  2340. if (conf->power_level != 0) {
  2341. if (conf->power_level != phy->power_level) {
  2342. phy->power_level = conf->power_level;
  2343. b43legacy_phy_xmitpower(dev);
  2344. }
  2345. }
  2346. /* Antennas for RX and management frame TX. */
  2347. b43legacy_mgmtframe_txantenna(dev, antenna_tx);
  2348. if (wl->radio_enabled != phy->radio_on) {
  2349. if (wl->radio_enabled) {
  2350. b43legacy_radio_turn_on(dev);
  2351. b43legacyinfo(dev->wl, "Radio turned on by software\n");
  2352. if (!dev->radio_hw_enable)
  2353. b43legacyinfo(dev->wl, "The hardware RF-kill"
  2354. " button still turns the radio"
  2355. " physically off. Press the"
  2356. " button to turn it on.\n");
  2357. } else {
  2358. b43legacy_radio_turn_off(dev, 0);
  2359. b43legacyinfo(dev->wl, "Radio turned off by"
  2360. " software\n");
  2361. }
  2362. }
  2363. spin_lock_irqsave(&wl->irq_lock, flags);
  2364. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  2365. mmiowb();
  2366. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2367. out_unlock_mutex:
  2368. mutex_unlock(&wl->mutex);
  2369. return err;
  2370. }
  2371. static void b43legacy_update_basic_rates(struct b43legacy_wldev *dev, u32 brates)
  2372. {
  2373. struct ieee80211_supported_band *sband =
  2374. dev->wl->hw->wiphy->bands[IEEE80211_BAND_2GHZ];
  2375. struct ieee80211_rate *rate;
  2376. int i;
  2377. u16 basic, direct, offset, basic_offset, rateptr;
  2378. for (i = 0; i < sband->n_bitrates; i++) {
  2379. rate = &sband->bitrates[i];
  2380. if (b43legacy_is_cck_rate(rate->hw_value)) {
  2381. direct = B43legacy_SHM_SH_CCKDIRECT;
  2382. basic = B43legacy_SHM_SH_CCKBASIC;
  2383. offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value);
  2384. offset &= 0xF;
  2385. } else {
  2386. direct = B43legacy_SHM_SH_OFDMDIRECT;
  2387. basic = B43legacy_SHM_SH_OFDMBASIC;
  2388. offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value);
  2389. offset &= 0xF;
  2390. }
  2391. rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
  2392. if (b43legacy_is_cck_rate(rate->hw_value)) {
  2393. basic_offset = b43legacy_plcp_get_ratecode_cck(rate->hw_value);
  2394. basic_offset &= 0xF;
  2395. } else {
  2396. basic_offset = b43legacy_plcp_get_ratecode_ofdm(rate->hw_value);
  2397. basic_offset &= 0xF;
  2398. }
  2399. /*
  2400. * Get the pointer that we need to point to
  2401. * from the direct map
  2402. */
  2403. rateptr = b43legacy_shm_read16(dev, B43legacy_SHM_SHARED,
  2404. direct + 2 * basic_offset);
  2405. /* and write it to the basic map */
  2406. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2407. basic + 2 * offset, rateptr);
  2408. }
  2409. }
  2410. static void b43legacy_op_bss_info_changed(struct ieee80211_hw *hw,
  2411. struct ieee80211_vif *vif,
  2412. struct ieee80211_bss_conf *conf,
  2413. u32 changed)
  2414. {
  2415. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2416. struct b43legacy_wldev *dev;
  2417. unsigned long flags;
  2418. mutex_lock(&wl->mutex);
  2419. B43legacy_WARN_ON(wl->vif != vif);
  2420. dev = wl->current_dev;
  2421. /* Disable IRQs while reconfiguring the device.
  2422. * This makes it possible to drop the spinlock throughout
  2423. * the reconfiguration process. */
  2424. spin_lock_irqsave(&wl->irq_lock, flags);
  2425. if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
  2426. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2427. goto out_unlock_mutex;
  2428. }
  2429. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, 0);
  2430. if (changed & BSS_CHANGED_BSSID) {
  2431. b43legacy_synchronize_irq(dev);
  2432. if (conf->bssid)
  2433. memcpy(wl->bssid, conf->bssid, ETH_ALEN);
  2434. else
  2435. memset(wl->bssid, 0, ETH_ALEN);
  2436. }
  2437. if (b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED) {
  2438. if (changed & BSS_CHANGED_BEACON &&
  2439. (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) ||
  2440. b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC)))
  2441. b43legacy_update_templates(wl);
  2442. if (changed & BSS_CHANGED_BSSID)
  2443. b43legacy_write_mac_bssid_templates(dev);
  2444. }
  2445. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2446. b43legacy_mac_suspend(dev);
  2447. if (changed & BSS_CHANGED_BEACON_INT &&
  2448. (b43legacy_is_mode(wl, NL80211_IFTYPE_AP) ||
  2449. b43legacy_is_mode(wl, NL80211_IFTYPE_ADHOC)))
  2450. b43legacy_set_beacon_int(dev, conf->beacon_int);
  2451. if (changed & BSS_CHANGED_BASIC_RATES)
  2452. b43legacy_update_basic_rates(dev, conf->basic_rates);
  2453. if (changed & BSS_CHANGED_ERP_SLOT) {
  2454. if (conf->use_short_slot)
  2455. b43legacy_short_slot_timing_enable(dev);
  2456. else
  2457. b43legacy_short_slot_timing_disable(dev);
  2458. }
  2459. b43legacy_mac_enable(dev);
  2460. spin_lock_irqsave(&wl->irq_lock, flags);
  2461. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  2462. /* XXX: why? */
  2463. mmiowb();
  2464. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2465. out_unlock_mutex:
  2466. mutex_unlock(&wl->mutex);
  2467. }
  2468. static void b43legacy_op_configure_filter(struct ieee80211_hw *hw,
  2469. unsigned int changed,
  2470. unsigned int *fflags,u64 multicast)
  2471. {
  2472. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2473. struct b43legacy_wldev *dev = wl->current_dev;
  2474. unsigned long flags;
  2475. if (!dev) {
  2476. *fflags = 0;
  2477. return;
  2478. }
  2479. spin_lock_irqsave(&wl->irq_lock, flags);
  2480. *fflags &= FIF_PROMISC_IN_BSS |
  2481. FIF_ALLMULTI |
  2482. FIF_FCSFAIL |
  2483. FIF_PLCPFAIL |
  2484. FIF_CONTROL |
  2485. FIF_OTHER_BSS |
  2486. FIF_BCN_PRBRESP_PROMISC;
  2487. changed &= FIF_PROMISC_IN_BSS |
  2488. FIF_ALLMULTI |
  2489. FIF_FCSFAIL |
  2490. FIF_PLCPFAIL |
  2491. FIF_CONTROL |
  2492. FIF_OTHER_BSS |
  2493. FIF_BCN_PRBRESP_PROMISC;
  2494. wl->filter_flags = *fflags;
  2495. if (changed && b43legacy_status(dev) >= B43legacy_STAT_INITIALIZED)
  2496. b43legacy_adjust_opmode(dev);
  2497. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2498. }
  2499. /* Locking: wl->mutex */
  2500. static void b43legacy_wireless_core_stop(struct b43legacy_wldev *dev)
  2501. {
  2502. struct b43legacy_wl *wl = dev->wl;
  2503. unsigned long flags;
  2504. if (b43legacy_status(dev) < B43legacy_STAT_STARTED)
  2505. return;
  2506. /* Disable and sync interrupts. We must do this before than
  2507. * setting the status to INITIALIZED, as the interrupt handler
  2508. * won't care about IRQs then. */
  2509. spin_lock_irqsave(&wl->irq_lock, flags);
  2510. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, 0);
  2511. b43legacy_read32(dev, B43legacy_MMIO_GEN_IRQ_MASK); /* flush */
  2512. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2513. b43legacy_synchronize_irq(dev);
  2514. b43legacy_set_status(dev, B43legacy_STAT_INITIALIZED);
  2515. mutex_unlock(&wl->mutex);
  2516. /* Must unlock as it would otherwise deadlock. No races here.
  2517. * Cancel the possibly running self-rearming periodic work. */
  2518. cancel_delayed_work_sync(&dev->periodic_work);
  2519. mutex_lock(&wl->mutex);
  2520. ieee80211_stop_queues(wl->hw); /* FIXME this could cause a deadlock */
  2521. b43legacy_mac_suspend(dev);
  2522. free_irq(dev->dev->irq, dev);
  2523. b43legacydbg(wl, "Wireless interface stopped\n");
  2524. }
  2525. /* Locking: wl->mutex */
  2526. static int b43legacy_wireless_core_start(struct b43legacy_wldev *dev)
  2527. {
  2528. int err;
  2529. B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_INITIALIZED);
  2530. drain_txstatus_queue(dev);
  2531. err = request_irq(dev->dev->irq, b43legacy_interrupt_handler,
  2532. IRQF_SHARED, KBUILD_MODNAME, dev);
  2533. if (err) {
  2534. b43legacyerr(dev->wl, "Cannot request IRQ-%d\n",
  2535. dev->dev->irq);
  2536. goto out;
  2537. }
  2538. /* We are ready to run. */
  2539. ieee80211_wake_queues(dev->wl->hw);
  2540. b43legacy_set_status(dev, B43legacy_STAT_STARTED);
  2541. /* Start data flow (TX/RX) */
  2542. b43legacy_mac_enable(dev);
  2543. b43legacy_write32(dev, B43legacy_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  2544. /* Start maintenance work */
  2545. b43legacy_periodic_tasks_setup(dev);
  2546. b43legacydbg(dev->wl, "Wireless interface started\n");
  2547. out:
  2548. return err;
  2549. }
  2550. /* Get PHY and RADIO versioning numbers */
  2551. static int b43legacy_phy_versioning(struct b43legacy_wldev *dev)
  2552. {
  2553. struct b43legacy_phy *phy = &dev->phy;
  2554. u32 tmp;
  2555. u8 analog_type;
  2556. u8 phy_type;
  2557. u8 phy_rev;
  2558. u16 radio_manuf;
  2559. u16 radio_ver;
  2560. u16 radio_rev;
  2561. int unsupported = 0;
  2562. /* Get PHY versioning */
  2563. tmp = b43legacy_read16(dev, B43legacy_MMIO_PHY_VER);
  2564. analog_type = (tmp & B43legacy_PHYVER_ANALOG)
  2565. >> B43legacy_PHYVER_ANALOG_SHIFT;
  2566. phy_type = (tmp & B43legacy_PHYVER_TYPE) >> B43legacy_PHYVER_TYPE_SHIFT;
  2567. phy_rev = (tmp & B43legacy_PHYVER_VERSION);
  2568. switch (phy_type) {
  2569. case B43legacy_PHYTYPE_B:
  2570. if (phy_rev != 2 && phy_rev != 4
  2571. && phy_rev != 6 && phy_rev != 7)
  2572. unsupported = 1;
  2573. break;
  2574. case B43legacy_PHYTYPE_G:
  2575. if (phy_rev > 8)
  2576. unsupported = 1;
  2577. break;
  2578. default:
  2579. unsupported = 1;
  2580. }
  2581. if (unsupported) {
  2582. b43legacyerr(dev->wl, "FOUND UNSUPPORTED PHY "
  2583. "(Analog %u, Type %u, Revision %u)\n",
  2584. analog_type, phy_type, phy_rev);
  2585. return -EOPNOTSUPP;
  2586. }
  2587. b43legacydbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n",
  2588. analog_type, phy_type, phy_rev);
  2589. /* Get RADIO versioning */
  2590. if (dev->dev->bus->chip_id == 0x4317) {
  2591. if (dev->dev->bus->chip_rev == 0)
  2592. tmp = 0x3205017F;
  2593. else if (dev->dev->bus->chip_rev == 1)
  2594. tmp = 0x4205017F;
  2595. else
  2596. tmp = 0x5205017F;
  2597. } else {
  2598. b43legacy_write16(dev, B43legacy_MMIO_RADIO_CONTROL,
  2599. B43legacy_RADIOCTL_ID);
  2600. tmp = b43legacy_read16(dev, B43legacy_MMIO_RADIO_DATA_HIGH);
  2601. tmp <<= 16;
  2602. b43legacy_write16(dev, B43legacy_MMIO_RADIO_CONTROL,
  2603. B43legacy_RADIOCTL_ID);
  2604. tmp |= b43legacy_read16(dev, B43legacy_MMIO_RADIO_DATA_LOW);
  2605. }
  2606. radio_manuf = (tmp & 0x00000FFF);
  2607. radio_ver = (tmp & 0x0FFFF000) >> 12;
  2608. radio_rev = (tmp & 0xF0000000) >> 28;
  2609. switch (phy_type) {
  2610. case B43legacy_PHYTYPE_B:
  2611. if ((radio_ver & 0xFFF0) != 0x2050)
  2612. unsupported = 1;
  2613. break;
  2614. case B43legacy_PHYTYPE_G:
  2615. if (radio_ver != 0x2050)
  2616. unsupported = 1;
  2617. break;
  2618. default:
  2619. B43legacy_BUG_ON(1);
  2620. }
  2621. if (unsupported) {
  2622. b43legacyerr(dev->wl, "FOUND UNSUPPORTED RADIO "
  2623. "(Manuf 0x%X, Version 0x%X, Revision %u)\n",
  2624. radio_manuf, radio_ver, radio_rev);
  2625. return -EOPNOTSUPP;
  2626. }
  2627. b43legacydbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X,"
  2628. " Revision %u\n", radio_manuf, radio_ver, radio_rev);
  2629. phy->radio_manuf = radio_manuf;
  2630. phy->radio_ver = radio_ver;
  2631. phy->radio_rev = radio_rev;
  2632. phy->analog = analog_type;
  2633. phy->type = phy_type;
  2634. phy->rev = phy_rev;
  2635. return 0;
  2636. }
  2637. static void setup_struct_phy_for_init(struct b43legacy_wldev *dev,
  2638. struct b43legacy_phy *phy)
  2639. {
  2640. struct b43legacy_lopair *lo;
  2641. int i;
  2642. memset(phy->minlowsig, 0xFF, sizeof(phy->minlowsig));
  2643. memset(phy->minlowsigpos, 0, sizeof(phy->minlowsigpos));
  2644. /* Assume the radio is enabled. If it's not enabled, the state will
  2645. * immediately get fixed on the first periodic work run. */
  2646. dev->radio_hw_enable = 1;
  2647. phy->savedpctlreg = 0xFFFF;
  2648. phy->aci_enable = 0;
  2649. phy->aci_wlan_automatic = 0;
  2650. phy->aci_hw_rssi = 0;
  2651. lo = phy->_lo_pairs;
  2652. if (lo)
  2653. memset(lo, 0, sizeof(struct b43legacy_lopair) *
  2654. B43legacy_LO_COUNT);
  2655. phy->max_lb_gain = 0;
  2656. phy->trsw_rx_gain = 0;
  2657. /* Set default attenuation values. */
  2658. phy->bbatt = b43legacy_default_baseband_attenuation(dev);
  2659. phy->rfatt = b43legacy_default_radio_attenuation(dev);
  2660. phy->txctl1 = b43legacy_default_txctl1(dev);
  2661. phy->txpwr_offset = 0;
  2662. /* NRSSI */
  2663. phy->nrssislope = 0;
  2664. for (i = 0; i < ARRAY_SIZE(phy->nrssi); i++)
  2665. phy->nrssi[i] = -1000;
  2666. for (i = 0; i < ARRAY_SIZE(phy->nrssi_lt); i++)
  2667. phy->nrssi_lt[i] = i;
  2668. phy->lofcal = 0xFFFF;
  2669. phy->initval = 0xFFFF;
  2670. phy->interfmode = B43legacy_INTERFMODE_NONE;
  2671. phy->channel = 0xFF;
  2672. }
  2673. static void setup_struct_wldev_for_init(struct b43legacy_wldev *dev)
  2674. {
  2675. /* Flags */
  2676. dev->dfq_valid = 0;
  2677. /* Stats */
  2678. memset(&dev->stats, 0, sizeof(dev->stats));
  2679. setup_struct_phy_for_init(dev, &dev->phy);
  2680. /* IRQ related flags */
  2681. dev->irq_reason = 0;
  2682. memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
  2683. dev->irq_mask = B43legacy_IRQ_MASKTEMPLATE;
  2684. dev->mac_suspended = 1;
  2685. /* Noise calculation context */
  2686. memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
  2687. }
  2688. static void b43legacy_set_synth_pu_delay(struct b43legacy_wldev *dev,
  2689. bool idle) {
  2690. u16 pu_delay = 1050;
  2691. if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
  2692. pu_delay = 500;
  2693. if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
  2694. pu_delay = max(pu_delay, (u16)2400);
  2695. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2696. B43legacy_SHM_SH_SPUWKUP, pu_delay);
  2697. }
  2698. /* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
  2699. static void b43legacy_set_pretbtt(struct b43legacy_wldev *dev)
  2700. {
  2701. u16 pretbtt;
  2702. /* The time value is in microseconds. */
  2703. if (b43legacy_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
  2704. pretbtt = 2;
  2705. else
  2706. pretbtt = 250;
  2707. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2708. B43legacy_SHM_SH_PRETBTT, pretbtt);
  2709. b43legacy_write16(dev, B43legacy_MMIO_TSF_CFP_PRETBTT, pretbtt);
  2710. }
  2711. /* Shutdown a wireless core */
  2712. /* Locking: wl->mutex */
  2713. static void b43legacy_wireless_core_exit(struct b43legacy_wldev *dev)
  2714. {
  2715. struct b43legacy_phy *phy = &dev->phy;
  2716. u32 macctl;
  2717. B43legacy_WARN_ON(b43legacy_status(dev) > B43legacy_STAT_INITIALIZED);
  2718. if (b43legacy_status(dev) != B43legacy_STAT_INITIALIZED)
  2719. return;
  2720. b43legacy_set_status(dev, B43legacy_STAT_UNINIT);
  2721. /* Stop the microcode PSM. */
  2722. macctl = b43legacy_read32(dev, B43legacy_MMIO_MACCTL);
  2723. macctl &= ~B43legacy_MACCTL_PSM_RUN;
  2724. macctl |= B43legacy_MACCTL_PSM_JMP0;
  2725. b43legacy_write32(dev, B43legacy_MMIO_MACCTL, macctl);
  2726. b43legacy_leds_exit(dev);
  2727. b43legacy_rng_exit(dev->wl);
  2728. b43legacy_pio_free(dev);
  2729. b43legacy_dma_free(dev);
  2730. b43legacy_chip_exit(dev);
  2731. b43legacy_radio_turn_off(dev, 1);
  2732. b43legacy_switch_analog(dev, 0);
  2733. if (phy->dyn_tssi_tbl)
  2734. kfree(phy->tssi2dbm);
  2735. kfree(phy->lo_control);
  2736. phy->lo_control = NULL;
  2737. if (dev->wl->current_beacon) {
  2738. dev_kfree_skb_any(dev->wl->current_beacon);
  2739. dev->wl->current_beacon = NULL;
  2740. }
  2741. ssb_device_disable(dev->dev, 0);
  2742. ssb_bus_may_powerdown(dev->dev->bus);
  2743. }
  2744. static void prepare_phy_data_for_init(struct b43legacy_wldev *dev)
  2745. {
  2746. struct b43legacy_phy *phy = &dev->phy;
  2747. int i;
  2748. /* Set default attenuation values. */
  2749. phy->bbatt = b43legacy_default_baseband_attenuation(dev);
  2750. phy->rfatt = b43legacy_default_radio_attenuation(dev);
  2751. phy->txctl1 = b43legacy_default_txctl1(dev);
  2752. phy->txctl2 = 0xFFFF;
  2753. phy->txpwr_offset = 0;
  2754. /* NRSSI */
  2755. phy->nrssislope = 0;
  2756. for (i = 0; i < ARRAY_SIZE(phy->nrssi); i++)
  2757. phy->nrssi[i] = -1000;
  2758. for (i = 0; i < ARRAY_SIZE(phy->nrssi_lt); i++)
  2759. phy->nrssi_lt[i] = i;
  2760. phy->lofcal = 0xFFFF;
  2761. phy->initval = 0xFFFF;
  2762. phy->aci_enable = 0;
  2763. phy->aci_wlan_automatic = 0;
  2764. phy->aci_hw_rssi = 0;
  2765. phy->antenna_diversity = 0xFFFF;
  2766. memset(phy->minlowsig, 0xFF, sizeof(phy->minlowsig));
  2767. memset(phy->minlowsigpos, 0, sizeof(phy->minlowsigpos));
  2768. /* Flags */
  2769. phy->calibrated = 0;
  2770. if (phy->_lo_pairs)
  2771. memset(phy->_lo_pairs, 0,
  2772. sizeof(struct b43legacy_lopair) * B43legacy_LO_COUNT);
  2773. memset(phy->loopback_gain, 0, sizeof(phy->loopback_gain));
  2774. }
  2775. /* Initialize a wireless core */
  2776. static int b43legacy_wireless_core_init(struct b43legacy_wldev *dev)
  2777. {
  2778. struct b43legacy_wl *wl = dev->wl;
  2779. struct ssb_bus *bus = dev->dev->bus;
  2780. struct b43legacy_phy *phy = &dev->phy;
  2781. struct ssb_sprom *sprom = &dev->dev->bus->sprom;
  2782. int err;
  2783. u32 hf;
  2784. u32 tmp;
  2785. B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_UNINIT);
  2786. err = ssb_bus_powerup(bus, 0);
  2787. if (err)
  2788. goto out;
  2789. if (!ssb_device_is_enabled(dev->dev)) {
  2790. tmp = phy->gmode ? B43legacy_TMSLOW_GMODE : 0;
  2791. b43legacy_wireless_core_reset(dev, tmp);
  2792. }
  2793. if ((phy->type == B43legacy_PHYTYPE_B) ||
  2794. (phy->type == B43legacy_PHYTYPE_G)) {
  2795. phy->_lo_pairs = kzalloc(sizeof(struct b43legacy_lopair)
  2796. * B43legacy_LO_COUNT,
  2797. GFP_KERNEL);
  2798. if (!phy->_lo_pairs)
  2799. return -ENOMEM;
  2800. }
  2801. setup_struct_wldev_for_init(dev);
  2802. err = b43legacy_phy_init_tssi2dbm_table(dev);
  2803. if (err)
  2804. goto err_kfree_lo_control;
  2805. /* Enable IRQ routing to this device. */
  2806. ssb_pcicore_dev_irqvecs_enable(&bus->pcicore, dev->dev);
  2807. prepare_phy_data_for_init(dev);
  2808. b43legacy_phy_calibrate(dev);
  2809. err = b43legacy_chip_init(dev);
  2810. if (err)
  2811. goto err_kfree_tssitbl;
  2812. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2813. B43legacy_SHM_SH_WLCOREREV,
  2814. dev->dev->id.revision);
  2815. hf = b43legacy_hf_read(dev);
  2816. if (phy->type == B43legacy_PHYTYPE_G) {
  2817. hf |= B43legacy_HF_SYMW;
  2818. if (phy->rev == 1)
  2819. hf |= B43legacy_HF_GDCW;
  2820. if (sprom->boardflags_lo & B43legacy_BFL_PACTRL)
  2821. hf |= B43legacy_HF_OFDMPABOOST;
  2822. } else if (phy->type == B43legacy_PHYTYPE_B) {
  2823. hf |= B43legacy_HF_SYMW;
  2824. if (phy->rev >= 2 && phy->radio_ver == 0x2050)
  2825. hf &= ~B43legacy_HF_GDCW;
  2826. }
  2827. b43legacy_hf_write(dev, hf);
  2828. b43legacy_set_retry_limits(dev,
  2829. B43legacy_DEFAULT_SHORT_RETRY_LIMIT,
  2830. B43legacy_DEFAULT_LONG_RETRY_LIMIT);
  2831. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2832. 0x0044, 3);
  2833. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2834. 0x0046, 2);
  2835. /* Disable sending probe responses from firmware.
  2836. * Setting the MaxTime to one usec will always trigger
  2837. * a timeout, so we never send any probe resp.
  2838. * A timeout of zero is infinite. */
  2839. b43legacy_shm_write16(dev, B43legacy_SHM_SHARED,
  2840. B43legacy_SHM_SH_PRMAXTIME, 1);
  2841. b43legacy_rate_memory_init(dev);
  2842. /* Minimum Contention Window */
  2843. if (phy->type == B43legacy_PHYTYPE_B)
  2844. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS,
  2845. 0x0003, 31);
  2846. else
  2847. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS,
  2848. 0x0003, 15);
  2849. /* Maximum Contention Window */
  2850. b43legacy_shm_write16(dev, B43legacy_SHM_WIRELESS,
  2851. 0x0004, 1023);
  2852. do {
  2853. if (b43legacy_using_pio(dev))
  2854. err = b43legacy_pio_init(dev);
  2855. else {
  2856. err = b43legacy_dma_init(dev);
  2857. if (!err)
  2858. b43legacy_qos_init(dev);
  2859. }
  2860. } while (err == -EAGAIN);
  2861. if (err)
  2862. goto err_chip_exit;
  2863. b43legacy_set_synth_pu_delay(dev, 1);
  2864. ssb_bus_powerup(bus, 1); /* Enable dynamic PCTL */
  2865. b43legacy_upload_card_macaddress(dev);
  2866. b43legacy_security_init(dev);
  2867. b43legacy_rng_init(wl);
  2868. ieee80211_wake_queues(dev->wl->hw);
  2869. b43legacy_set_status(dev, B43legacy_STAT_INITIALIZED);
  2870. b43legacy_leds_init(dev);
  2871. out:
  2872. return err;
  2873. err_chip_exit:
  2874. b43legacy_chip_exit(dev);
  2875. err_kfree_tssitbl:
  2876. if (phy->dyn_tssi_tbl)
  2877. kfree(phy->tssi2dbm);
  2878. err_kfree_lo_control:
  2879. kfree(phy->lo_control);
  2880. phy->lo_control = NULL;
  2881. ssb_bus_may_powerdown(bus);
  2882. B43legacy_WARN_ON(b43legacy_status(dev) != B43legacy_STAT_UNINIT);
  2883. return err;
  2884. }
  2885. static int b43legacy_op_add_interface(struct ieee80211_hw *hw,
  2886. struct ieee80211_vif *vif)
  2887. {
  2888. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2889. struct b43legacy_wldev *dev;
  2890. unsigned long flags;
  2891. int err = -EOPNOTSUPP;
  2892. /* TODO: allow WDS/AP devices to coexist */
  2893. if (vif->type != NL80211_IFTYPE_AP &&
  2894. vif->type != NL80211_IFTYPE_STATION &&
  2895. vif->type != NL80211_IFTYPE_WDS &&
  2896. vif->type != NL80211_IFTYPE_ADHOC)
  2897. return -EOPNOTSUPP;
  2898. mutex_lock(&wl->mutex);
  2899. if (wl->operating)
  2900. goto out_mutex_unlock;
  2901. b43legacydbg(wl, "Adding Interface type %d\n", vif->type);
  2902. dev = wl->current_dev;
  2903. wl->operating = 1;
  2904. wl->vif = vif;
  2905. wl->if_type = vif->type;
  2906. memcpy(wl->mac_addr, vif->addr, ETH_ALEN);
  2907. spin_lock_irqsave(&wl->irq_lock, flags);
  2908. b43legacy_adjust_opmode(dev);
  2909. b43legacy_set_pretbtt(dev);
  2910. b43legacy_set_synth_pu_delay(dev, 0);
  2911. b43legacy_upload_card_macaddress(dev);
  2912. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2913. err = 0;
  2914. out_mutex_unlock:
  2915. mutex_unlock(&wl->mutex);
  2916. return err;
  2917. }
  2918. static void b43legacy_op_remove_interface(struct ieee80211_hw *hw,
  2919. struct ieee80211_vif *vif)
  2920. {
  2921. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2922. struct b43legacy_wldev *dev = wl->current_dev;
  2923. unsigned long flags;
  2924. b43legacydbg(wl, "Removing Interface type %d\n", vif->type);
  2925. mutex_lock(&wl->mutex);
  2926. B43legacy_WARN_ON(!wl->operating);
  2927. B43legacy_WARN_ON(wl->vif != vif);
  2928. wl->vif = NULL;
  2929. wl->operating = 0;
  2930. spin_lock_irqsave(&wl->irq_lock, flags);
  2931. b43legacy_adjust_opmode(dev);
  2932. memset(wl->mac_addr, 0, ETH_ALEN);
  2933. b43legacy_upload_card_macaddress(dev);
  2934. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2935. mutex_unlock(&wl->mutex);
  2936. }
  2937. static int b43legacy_op_start(struct ieee80211_hw *hw)
  2938. {
  2939. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2940. struct b43legacy_wldev *dev = wl->current_dev;
  2941. int did_init = 0;
  2942. int err = 0;
  2943. /* Kill all old instance specific information to make sure
  2944. * the card won't use it in the short timeframe between start
  2945. * and mac80211 reconfiguring it. */
  2946. memset(wl->bssid, 0, ETH_ALEN);
  2947. memset(wl->mac_addr, 0, ETH_ALEN);
  2948. wl->filter_flags = 0;
  2949. wl->beacon0_uploaded = 0;
  2950. wl->beacon1_uploaded = 0;
  2951. wl->beacon_templates_virgin = 1;
  2952. wl->radio_enabled = 1;
  2953. mutex_lock(&wl->mutex);
  2954. if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED) {
  2955. err = b43legacy_wireless_core_init(dev);
  2956. if (err)
  2957. goto out_mutex_unlock;
  2958. did_init = 1;
  2959. }
  2960. if (b43legacy_status(dev) < B43legacy_STAT_STARTED) {
  2961. err = b43legacy_wireless_core_start(dev);
  2962. if (err) {
  2963. if (did_init)
  2964. b43legacy_wireless_core_exit(dev);
  2965. goto out_mutex_unlock;
  2966. }
  2967. }
  2968. wiphy_rfkill_start_polling(hw->wiphy);
  2969. out_mutex_unlock:
  2970. mutex_unlock(&wl->mutex);
  2971. return err;
  2972. }
  2973. static void b43legacy_op_stop(struct ieee80211_hw *hw)
  2974. {
  2975. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2976. struct b43legacy_wldev *dev = wl->current_dev;
  2977. cancel_work_sync(&(wl->beacon_update_trigger));
  2978. mutex_lock(&wl->mutex);
  2979. if (b43legacy_status(dev) >= B43legacy_STAT_STARTED)
  2980. b43legacy_wireless_core_stop(dev);
  2981. b43legacy_wireless_core_exit(dev);
  2982. wl->radio_enabled = 0;
  2983. mutex_unlock(&wl->mutex);
  2984. }
  2985. static int b43legacy_op_beacon_set_tim(struct ieee80211_hw *hw,
  2986. struct ieee80211_sta *sta, bool set)
  2987. {
  2988. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2989. unsigned long flags;
  2990. spin_lock_irqsave(&wl->irq_lock, flags);
  2991. b43legacy_update_templates(wl);
  2992. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2993. return 0;
  2994. }
  2995. static int b43legacy_op_get_survey(struct ieee80211_hw *hw, int idx,
  2996. struct survey_info *survey)
  2997. {
  2998. struct b43legacy_wl *wl = hw_to_b43legacy_wl(hw);
  2999. struct b43legacy_wldev *dev = wl->current_dev;
  3000. struct ieee80211_conf *conf = &hw->conf;
  3001. if (idx != 0)
  3002. return -ENOENT;
  3003. survey->channel = conf->channel;
  3004. survey->filled = SURVEY_INFO_NOISE_DBM;
  3005. survey->noise = dev->stats.link_noise;
  3006. return 0;
  3007. }
  3008. static const struct ieee80211_ops b43legacy_hw_ops = {
  3009. .tx = b43legacy_op_tx,
  3010. .conf_tx = b43legacy_op_conf_tx,
  3011. .add_interface = b43legacy_op_add_interface,
  3012. .remove_interface = b43legacy_op_remove_interface,
  3013. .config = b43legacy_op_dev_config,
  3014. .bss_info_changed = b43legacy_op_bss_info_changed,
  3015. .configure_filter = b43legacy_op_configure_filter,
  3016. .get_stats = b43legacy_op_get_stats,
  3017. .start = b43legacy_op_start,
  3018. .stop = b43legacy_op_stop,
  3019. .set_tim = b43legacy_op_beacon_set_tim,
  3020. .get_survey = b43legacy_op_get_survey,
  3021. .rfkill_poll = b43legacy_rfkill_poll,
  3022. };
  3023. /* Hard-reset the chip. Do not call this directly.
  3024. * Use b43legacy_controller_restart()
  3025. */
  3026. static void b43legacy_chip_reset(struct work_struct *work)
  3027. {
  3028. struct b43legacy_wldev *dev =
  3029. container_of(work, struct b43legacy_wldev, restart_work);
  3030. struct b43legacy_wl *wl = dev->wl;
  3031. int err = 0;
  3032. int prev_status;
  3033. mutex_lock(&wl->mutex);
  3034. prev_status = b43legacy_status(dev);
  3035. /* Bring the device down... */
  3036. if (prev_status >= B43legacy_STAT_STARTED)
  3037. b43legacy_wireless_core_stop(dev);
  3038. if (prev_status >= B43legacy_STAT_INITIALIZED)
  3039. b43legacy_wireless_core_exit(dev);
  3040. /* ...and up again. */
  3041. if (prev_status >= B43legacy_STAT_INITIALIZED) {
  3042. err = b43legacy_wireless_core_init(dev);
  3043. if (err)
  3044. goto out;
  3045. }
  3046. if (prev_status >= B43legacy_STAT_STARTED) {
  3047. err = b43legacy_wireless_core_start(dev);
  3048. if (err) {
  3049. b43legacy_wireless_core_exit(dev);
  3050. goto out;
  3051. }
  3052. }
  3053. out:
  3054. if (err)
  3055. wl->current_dev = NULL; /* Failed to init the dev. */
  3056. mutex_unlock(&wl->mutex);
  3057. if (err)
  3058. b43legacyerr(wl, "Controller restart FAILED\n");
  3059. else
  3060. b43legacyinfo(wl, "Controller restarted\n");
  3061. }
  3062. static int b43legacy_setup_modes(struct b43legacy_wldev *dev,
  3063. int have_bphy,
  3064. int have_gphy)
  3065. {
  3066. struct ieee80211_hw *hw = dev->wl->hw;
  3067. struct b43legacy_phy *phy = &dev->phy;
  3068. phy->possible_phymodes = 0;
  3069. if (have_bphy) {
  3070. hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
  3071. &b43legacy_band_2GHz_BPHY;
  3072. phy->possible_phymodes |= B43legacy_PHYMODE_B;
  3073. }
  3074. if (have_gphy) {
  3075. hw->wiphy->bands[IEEE80211_BAND_2GHZ] =
  3076. &b43legacy_band_2GHz_GPHY;
  3077. phy->possible_phymodes |= B43legacy_PHYMODE_G;
  3078. }
  3079. return 0;
  3080. }
  3081. static void b43legacy_wireless_core_detach(struct b43legacy_wldev *dev)
  3082. {
  3083. /* We release firmware that late to not be required to re-request
  3084. * is all the time when we reinit the core. */
  3085. b43legacy_release_firmware(dev);
  3086. }
  3087. static int b43legacy_wireless_core_attach(struct b43legacy_wldev *dev)
  3088. {
  3089. struct b43legacy_wl *wl = dev->wl;
  3090. struct ssb_bus *bus = dev->dev->bus;
  3091. struct pci_dev *pdev = (bus->bustype == SSB_BUSTYPE_PCI) ? bus->host_pci : NULL;
  3092. int err;
  3093. int have_bphy = 0;
  3094. int have_gphy = 0;
  3095. u32 tmp;
  3096. /* Do NOT do any device initialization here.
  3097. * Do it in wireless_core_init() instead.
  3098. * This function is for gathering basic information about the HW, only.
  3099. * Also some structs may be set up here. But most likely you want to
  3100. * have that in core_init(), too.
  3101. */
  3102. err = ssb_bus_powerup(bus, 0);
  3103. if (err) {
  3104. b43legacyerr(wl, "Bus powerup failed\n");
  3105. goto out;
  3106. }
  3107. /* Get the PHY type. */
  3108. if (dev->dev->id.revision >= 5) {
  3109. u32 tmshigh;
  3110. tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
  3111. have_gphy = !!(tmshigh & B43legacy_TMSHIGH_GPHY);
  3112. if (!have_gphy)
  3113. have_bphy = 1;
  3114. } else if (dev->dev->id.revision == 4)
  3115. have_gphy = 1;
  3116. else
  3117. have_bphy = 1;
  3118. dev->phy.gmode = (have_gphy || have_bphy);
  3119. dev->phy.radio_on = 1;
  3120. tmp = dev->phy.gmode ? B43legacy_TMSLOW_GMODE : 0;
  3121. b43legacy_wireless_core_reset(dev, tmp);
  3122. err = b43legacy_phy_versioning(dev);
  3123. if (err)
  3124. goto err_powerdown;
  3125. /* Check if this device supports multiband. */
  3126. if (!pdev ||
  3127. (pdev->device != 0x4312 &&
  3128. pdev->device != 0x4319 &&
  3129. pdev->device != 0x4324)) {
  3130. /* No multiband support. */
  3131. have_bphy = 0;
  3132. have_gphy = 0;
  3133. switch (dev->phy.type) {
  3134. case B43legacy_PHYTYPE_B:
  3135. have_bphy = 1;
  3136. break;
  3137. case B43legacy_PHYTYPE_G:
  3138. have_gphy = 1;
  3139. break;
  3140. default:
  3141. B43legacy_BUG_ON(1);
  3142. }
  3143. }
  3144. dev->phy.gmode = (have_gphy || have_bphy);
  3145. tmp = dev->phy.gmode ? B43legacy_TMSLOW_GMODE : 0;
  3146. b43legacy_wireless_core_reset(dev, tmp);
  3147. err = b43legacy_validate_chipaccess(dev);
  3148. if (err)
  3149. goto err_powerdown;
  3150. err = b43legacy_setup_modes(dev, have_bphy, have_gphy);
  3151. if (err)
  3152. goto err_powerdown;
  3153. /* Now set some default "current_dev" */
  3154. if (!wl->current_dev)
  3155. wl->current_dev = dev;
  3156. INIT_WORK(&dev->restart_work, b43legacy_chip_reset);
  3157. b43legacy_radio_turn_off(dev, 1);
  3158. b43legacy_switch_analog(dev, 0);
  3159. ssb_device_disable(dev->dev, 0);
  3160. ssb_bus_may_powerdown(bus);
  3161. out:
  3162. return err;
  3163. err_powerdown:
  3164. ssb_bus_may_powerdown(bus);
  3165. return err;
  3166. }
  3167. static void b43legacy_one_core_detach(struct ssb_device *dev)
  3168. {
  3169. struct b43legacy_wldev *wldev;
  3170. struct b43legacy_wl *wl;
  3171. /* Do not cancel ieee80211-workqueue based work here.
  3172. * See comment in b43legacy_remove(). */
  3173. wldev = ssb_get_drvdata(dev);
  3174. wl = wldev->wl;
  3175. b43legacy_debugfs_remove_device(wldev);
  3176. b43legacy_wireless_core_detach(wldev);
  3177. list_del(&wldev->list);
  3178. wl->nr_devs--;
  3179. ssb_set_drvdata(dev, NULL);
  3180. kfree(wldev);
  3181. }
  3182. static int b43legacy_one_core_attach(struct ssb_device *dev,
  3183. struct b43legacy_wl *wl)
  3184. {
  3185. struct b43legacy_wldev *wldev;
  3186. int err = -ENOMEM;
  3187. wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
  3188. if (!wldev)
  3189. goto out;
  3190. wldev->dev = dev;
  3191. wldev->wl = wl;
  3192. b43legacy_set_status(wldev, B43legacy_STAT_UNINIT);
  3193. wldev->bad_frames_preempt = modparam_bad_frames_preempt;
  3194. tasklet_init(&wldev->isr_tasklet,
  3195. (void (*)(unsigned long))b43legacy_interrupt_tasklet,
  3196. (unsigned long)wldev);
  3197. if (modparam_pio)
  3198. wldev->__using_pio = 1;
  3199. INIT_LIST_HEAD(&wldev->list);
  3200. err = b43legacy_wireless_core_attach(wldev);
  3201. if (err)
  3202. goto err_kfree_wldev;
  3203. list_add(&wldev->list, &wl->devlist);
  3204. wl->nr_devs++;
  3205. ssb_set_drvdata(dev, wldev);
  3206. b43legacy_debugfs_add_device(wldev);
  3207. out:
  3208. return err;
  3209. err_kfree_wldev:
  3210. kfree(wldev);
  3211. return err;
  3212. }
  3213. static void b43legacy_sprom_fixup(struct ssb_bus *bus)
  3214. {
  3215. /* boardflags workarounds */
  3216. if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
  3217. bus->boardinfo.type == 0x4E &&
  3218. bus->boardinfo.rev > 0x40)
  3219. bus->sprom.boardflags_lo |= B43legacy_BFL_PACTRL;
  3220. }
  3221. static void b43legacy_wireless_exit(struct ssb_device *dev,
  3222. struct b43legacy_wl *wl)
  3223. {
  3224. struct ieee80211_hw *hw = wl->hw;
  3225. ssb_set_devtypedata(dev, NULL);
  3226. ieee80211_free_hw(hw);
  3227. }
  3228. static int b43legacy_wireless_init(struct ssb_device *dev)
  3229. {
  3230. struct ssb_sprom *sprom = &dev->bus->sprom;
  3231. struct ieee80211_hw *hw;
  3232. struct b43legacy_wl *wl;
  3233. int err = -ENOMEM;
  3234. b43legacy_sprom_fixup(dev->bus);
  3235. hw = ieee80211_alloc_hw(sizeof(*wl), &b43legacy_hw_ops);
  3236. if (!hw) {
  3237. b43legacyerr(NULL, "Could not allocate ieee80211 device\n");
  3238. goto out;
  3239. }
  3240. /* fill hw info */
  3241. hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
  3242. IEEE80211_HW_SIGNAL_DBM;
  3243. hw->wiphy->interface_modes =
  3244. BIT(NL80211_IFTYPE_AP) |
  3245. BIT(NL80211_IFTYPE_STATION) |
  3246. BIT(NL80211_IFTYPE_WDS) |
  3247. BIT(NL80211_IFTYPE_ADHOC);
  3248. hw->queues = 1; /* FIXME: hardware has more queues */
  3249. hw->max_rates = 2;
  3250. SET_IEEE80211_DEV(hw, dev->dev);
  3251. if (is_valid_ether_addr(sprom->et1mac))
  3252. SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
  3253. else
  3254. SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
  3255. /* Get and initialize struct b43legacy_wl */
  3256. wl = hw_to_b43legacy_wl(hw);
  3257. memset(wl, 0, sizeof(*wl));
  3258. wl->hw = hw;
  3259. spin_lock_init(&wl->irq_lock);
  3260. spin_lock_init(&wl->leds_lock);
  3261. mutex_init(&wl->mutex);
  3262. INIT_LIST_HEAD(&wl->devlist);
  3263. INIT_WORK(&wl->beacon_update_trigger, b43legacy_beacon_update_trigger_work);
  3264. ssb_set_devtypedata(dev, wl);
  3265. b43legacyinfo(wl, "Broadcom %04X WLAN found (core revision %u)\n",
  3266. dev->bus->chip_id, dev->id.revision);
  3267. err = 0;
  3268. out:
  3269. return err;
  3270. }
  3271. static int b43legacy_probe(struct ssb_device *dev,
  3272. const struct ssb_device_id *id)
  3273. {
  3274. struct b43legacy_wl *wl;
  3275. int err;
  3276. int first = 0;
  3277. wl = ssb_get_devtypedata(dev);
  3278. if (!wl) {
  3279. /* Probing the first core - setup common struct b43legacy_wl */
  3280. first = 1;
  3281. err = b43legacy_wireless_init(dev);
  3282. if (err)
  3283. goto out;
  3284. wl = ssb_get_devtypedata(dev);
  3285. B43legacy_WARN_ON(!wl);
  3286. }
  3287. err = b43legacy_one_core_attach(dev, wl);
  3288. if (err)
  3289. goto err_wireless_exit;
  3290. if (first) {
  3291. err = ieee80211_register_hw(wl->hw);
  3292. if (err)
  3293. goto err_one_core_detach;
  3294. }
  3295. out:
  3296. return err;
  3297. err_one_core_detach:
  3298. b43legacy_one_core_detach(dev);
  3299. err_wireless_exit:
  3300. if (first)
  3301. b43legacy_wireless_exit(dev, wl);
  3302. return err;
  3303. }
  3304. static void b43legacy_remove(struct ssb_device *dev)
  3305. {
  3306. struct b43legacy_wl *wl = ssb_get_devtypedata(dev);
  3307. struct b43legacy_wldev *wldev = ssb_get_drvdata(dev);
  3308. /* We must cancel any work here before unregistering from ieee80211,
  3309. * as the ieee80211 unreg will destroy the workqueue. */
  3310. cancel_work_sync(&wldev->restart_work);
  3311. B43legacy_WARN_ON(!wl);
  3312. if (wl->current_dev == wldev)
  3313. ieee80211_unregister_hw(wl->hw);
  3314. b43legacy_one_core_detach(dev);
  3315. if (list_empty(&wl->devlist))
  3316. /* Last core on the chip unregistered.
  3317. * We can destroy common struct b43legacy_wl.
  3318. */
  3319. b43legacy_wireless_exit(dev, wl);
  3320. }
  3321. /* Perform a hardware reset. This can be called from any context. */
  3322. void b43legacy_controller_restart(struct b43legacy_wldev *dev,
  3323. const char *reason)
  3324. {
  3325. /* Must avoid requeueing, if we are in shutdown. */
  3326. if (b43legacy_status(dev) < B43legacy_STAT_INITIALIZED)
  3327. return;
  3328. b43legacyinfo(dev->wl, "Controller RESET (%s) ...\n", reason);
  3329. ieee80211_queue_work(dev->wl->hw, &dev->restart_work);
  3330. }
  3331. #ifdef CONFIG_PM
  3332. static int b43legacy_suspend(struct ssb_device *dev, pm_message_t state)
  3333. {
  3334. struct b43legacy_wldev *wldev = ssb_get_drvdata(dev);
  3335. struct b43legacy_wl *wl = wldev->wl;
  3336. b43legacydbg(wl, "Suspending...\n");
  3337. mutex_lock(&wl->mutex);
  3338. wldev->suspend_init_status = b43legacy_status(wldev);
  3339. if (wldev->suspend_init_status >= B43legacy_STAT_STARTED)
  3340. b43legacy_wireless_core_stop(wldev);
  3341. if (wldev->suspend_init_status >= B43legacy_STAT_INITIALIZED)
  3342. b43legacy_wireless_core_exit(wldev);
  3343. mutex_unlock(&wl->mutex);
  3344. b43legacydbg(wl, "Device suspended.\n");
  3345. return 0;
  3346. }
  3347. static int b43legacy_resume(struct ssb_device *dev)
  3348. {
  3349. struct b43legacy_wldev *wldev = ssb_get_drvdata(dev);
  3350. struct b43legacy_wl *wl = wldev->wl;
  3351. int err = 0;
  3352. b43legacydbg(wl, "Resuming...\n");
  3353. mutex_lock(&wl->mutex);
  3354. if (wldev->suspend_init_status >= B43legacy_STAT_INITIALIZED) {
  3355. err = b43legacy_wireless_core_init(wldev);
  3356. if (err) {
  3357. b43legacyerr(wl, "Resume failed at core init\n");
  3358. goto out;
  3359. }
  3360. }
  3361. if (wldev->suspend_init_status >= B43legacy_STAT_STARTED) {
  3362. err = b43legacy_wireless_core_start(wldev);
  3363. if (err) {
  3364. b43legacy_wireless_core_exit(wldev);
  3365. b43legacyerr(wl, "Resume failed at core start\n");
  3366. goto out;
  3367. }
  3368. }
  3369. b43legacydbg(wl, "Device resumed.\n");
  3370. out:
  3371. mutex_unlock(&wl->mutex);
  3372. return err;
  3373. }
  3374. #else /* CONFIG_PM */
  3375. # define b43legacy_suspend NULL
  3376. # define b43legacy_resume NULL
  3377. #endif /* CONFIG_PM */
  3378. static struct ssb_driver b43legacy_ssb_driver = {
  3379. .name = KBUILD_MODNAME,
  3380. .id_table = b43legacy_ssb_tbl,
  3381. .probe = b43legacy_probe,
  3382. .remove = b43legacy_remove,
  3383. .suspend = b43legacy_suspend,
  3384. .resume = b43legacy_resume,
  3385. };
  3386. static void b43legacy_print_driverinfo(void)
  3387. {
  3388. const char *feat_pci = "", *feat_leds = "",
  3389. *feat_pio = "", *feat_dma = "";
  3390. #ifdef CONFIG_B43LEGACY_PCI_AUTOSELECT
  3391. feat_pci = "P";
  3392. #endif
  3393. #ifdef CONFIG_B43LEGACY_LEDS
  3394. feat_leds = "L";
  3395. #endif
  3396. #ifdef CONFIG_B43LEGACY_PIO
  3397. feat_pio = "I";
  3398. #endif
  3399. #ifdef CONFIG_B43LEGACY_DMA
  3400. feat_dma = "D";
  3401. #endif
  3402. printk(KERN_INFO "Broadcom 43xx-legacy driver loaded "
  3403. "[ Features: %s%s%s%s ]\n",
  3404. feat_pci, feat_leds, feat_pio, feat_dma);
  3405. }
  3406. static int __init b43legacy_init(void)
  3407. {
  3408. int err;
  3409. b43legacy_debugfs_init();
  3410. err = ssb_driver_register(&b43legacy_ssb_driver);
  3411. if (err)
  3412. goto err_dfs_exit;
  3413. b43legacy_print_driverinfo();
  3414. return err;
  3415. err_dfs_exit:
  3416. b43legacy_debugfs_exit();
  3417. return err;
  3418. }
  3419. static void __exit b43legacy_exit(void)
  3420. {
  3421. ssb_driver_unregister(&b43legacy_ssb_driver);
  3422. b43legacy_debugfs_exit();
  3423. }
  3424. module_init(b43legacy_init)
  3425. module_exit(b43legacy_exit)