main.c 129 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283428442854286428742884289429042914292429342944295429642974298429943004301430243034304430543064307430843094310431143124313431443154316431743184319432043214322432343244325432643274328432943304331433243334334433543364337433843394340434143424343434443454346434743484349435043514352435343544355435643574358435943604361436243634364436543664367436843694370437143724373437443754376437743784379438043814382438343844385438643874388438943904391439243934394439543964397439843994400440144024403440444054406440744084409441044114412441344144415441644174418441944204421442244234424442544264427442844294430443144324433443444354436443744384439444044414442444344444445444644474448444944504451445244534454445544564457445844594460446144624463446444654466446744684469447044714472447344744475447644774478447944804481448244834484448544864487448844894490449144924493449444954496449744984499450045014502450345044505450645074508450945104511451245134514451545164517451845194520452145224523452445254526452745284529453045314532453345344535453645374538453945404541454245434544454545464547454845494550455145524553455445554556455745584559456045614562456345644565456645674568456945704571457245734574457545764577457845794580458145824583458445854586458745884589459045914592459345944595459645974598459946004601460246034604460546064607460846094610461146124613461446154616461746184619462046214622462346244625462646274628462946304631463246334634463546364637463846394640464146424643464446454646464746484649465046514652465346544655465646574658465946604661466246634664466546664667466846694670467146724673467446754676467746784679468046814682468346844685468646874688468946904691469246934694469546964697469846994700470147024703470447054706470747084709471047114712471347144715471647174718471947204721472247234724472547264727472847294730473147324733473447354736473747384739474047414742474347444745474647474748474947504751475247534754475547564757475847594760476147624763476447654766476747684769477047714772477347744775477647774778477947804781478247834784478547864787478847894790479147924793479447954796479747984799480048014802480348044805480648074808480948104811481248134814481548164817481848194820482148224823482448254826482748284829483048314832483348344835483648374838483948404841484248434844484548464847484848494850485148524853485448554856485748584859486048614862486348644865486648674868486948704871487248734874487548764877487848794880488148824883488448854886488748884889489048914892489348944895489648974898489949004901490249034904490549064907490849094910491149124913491449154916491749184919492049214922492349244925492649274928492949304931493249334934493549364937493849394940494149424943494449454946494749484949495049514952495349544955495649574958495949604961496249634964496549664967496849694970497149724973497449754976497749784979498049814982498349844985498649874988498949904991499249934994499549964997499849995000500150025003
  1. /*
  2. Broadcom B43 wireless driver
  3. Copyright (c) 2005 Martin Langer <martin-langer@gmx.de>
  4. Copyright (c) 2005 Stefano Brivio <stefano.brivio@polimi.it>
  5. Copyright (c) 2005-2009 Michael Buesch <mb@bu3sch.de>
  6. Copyright (c) 2005 Danny van Dyk <kugelfang@gentoo.org>
  7. Copyright (c) 2005 Andreas Jaggi <andreas.jaggi@waterwave.ch>
  8. Some parts of the code in this file are derived from the ipw2200
  9. driver Copyright(c) 2003 - 2004 Intel Corporation.
  10. This program is free software; you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License as published by
  12. the Free Software Foundation; either version 2 of the License, or
  13. (at your option) any later version.
  14. This program is distributed in the hope that it will be useful,
  15. but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. GNU General Public License for more details.
  18. You should have received a copy of the GNU General Public License
  19. along with this program; see the file COPYING. If not, write to
  20. the Free Software Foundation, Inc., 51 Franklin Steet, Fifth Floor,
  21. Boston, MA 02110-1301, USA.
  22. */
  23. #include <linux/delay.h>
  24. #include <linux/init.h>
  25. #include <linux/moduleparam.h>
  26. #include <linux/if_arp.h>
  27. #include <linux/etherdevice.h>
  28. #include <linux/firmware.h>
  29. #include <linux/wireless.h>
  30. #include <linux/workqueue.h>
  31. #include <linux/skbuff.h>
  32. #include <linux/io.h>
  33. #include <linux/dma-mapping.h>
  34. #include <asm/unaligned.h>
  35. #include "b43.h"
  36. #include "main.h"
  37. #include "debugfs.h"
  38. #include "phy_common.h"
  39. #include "phy_g.h"
  40. #include "phy_n.h"
  41. #include "dma.h"
  42. #include "pio.h"
  43. #include "sysfs.h"
  44. #include "xmit.h"
  45. #include "lo.h"
  46. #include "pcmcia.h"
  47. MODULE_DESCRIPTION("Broadcom B43 wireless driver");
  48. MODULE_AUTHOR("Martin Langer");
  49. MODULE_AUTHOR("Stefano Brivio");
  50. MODULE_AUTHOR("Michael Buesch");
  51. MODULE_LICENSE("GPL");
  52. MODULE_FIRMWARE(B43_SUPPORTED_FIRMWARE_ID);
  53. static int modparam_bad_frames_preempt;
  54. module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444);
  55. MODULE_PARM_DESC(bad_frames_preempt,
  56. "enable(1) / disable(0) Bad Frames Preemption");
  57. static char modparam_fwpostfix[16];
  58. module_param_string(fwpostfix, modparam_fwpostfix, 16, 0444);
  59. MODULE_PARM_DESC(fwpostfix, "Postfix for the .fw files to load.");
  60. static int modparam_hwpctl;
  61. module_param_named(hwpctl, modparam_hwpctl, int, 0444);
  62. MODULE_PARM_DESC(hwpctl, "Enable hardware-side power control (default off)");
  63. static int modparam_nohwcrypt;
  64. module_param_named(nohwcrypt, modparam_nohwcrypt, int, 0444);
  65. MODULE_PARM_DESC(nohwcrypt, "Disable hardware encryption.");
  66. static int modparam_qos = 1;
  67. module_param_named(qos, modparam_qos, int, 0444);
  68. MODULE_PARM_DESC(qos, "Enable QOS support (default on)");
  69. static int modparam_btcoex = 1;
  70. module_param_named(btcoex, modparam_btcoex, int, 0444);
  71. MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistance (default on)");
  72. int b43_modparam_verbose = B43_VERBOSITY_DEFAULT;
  73. module_param_named(verbose, b43_modparam_verbose, int, 0644);
  74. MODULE_PARM_DESC(verbose, "Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug");
  75. static const struct ssb_device_id b43_ssb_tbl[] = {
  76. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 5),
  77. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 6),
  78. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 7),
  79. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 9),
  80. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 10),
  81. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 11),
  82. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 13),
  83. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 15),
  84. SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_80211, 16),
  85. SSB_DEVTABLE_END
  86. };
  87. MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
  88. /* Channel and ratetables are shared for all devices.
  89. * They can't be const, because ieee80211 puts some precalculated
  90. * data in there. This data is the same for all devices, so we don't
  91. * get concurrency issues */
  92. #define RATETAB_ENT(_rateid, _flags) \
  93. { \
  94. .bitrate = B43_RATE_TO_BASE100KBPS(_rateid), \
  95. .hw_value = (_rateid), \
  96. .flags = (_flags), \
  97. }
  98. /*
  99. * NOTE: When changing this, sync with xmit.c's
  100. * b43_plcp_get_bitrate_idx_* functions!
  101. */
  102. static struct ieee80211_rate __b43_ratetable[] = {
  103. RATETAB_ENT(B43_CCK_RATE_1MB, 0),
  104. RATETAB_ENT(B43_CCK_RATE_2MB, IEEE80211_RATE_SHORT_PREAMBLE),
  105. RATETAB_ENT(B43_CCK_RATE_5MB, IEEE80211_RATE_SHORT_PREAMBLE),
  106. RATETAB_ENT(B43_CCK_RATE_11MB, IEEE80211_RATE_SHORT_PREAMBLE),
  107. RATETAB_ENT(B43_OFDM_RATE_6MB, 0),
  108. RATETAB_ENT(B43_OFDM_RATE_9MB, 0),
  109. RATETAB_ENT(B43_OFDM_RATE_12MB, 0),
  110. RATETAB_ENT(B43_OFDM_RATE_18MB, 0),
  111. RATETAB_ENT(B43_OFDM_RATE_24MB, 0),
  112. RATETAB_ENT(B43_OFDM_RATE_36MB, 0),
  113. RATETAB_ENT(B43_OFDM_RATE_48MB, 0),
  114. RATETAB_ENT(B43_OFDM_RATE_54MB, 0),
  115. };
  116. #define b43_a_ratetable (__b43_ratetable + 4)
  117. #define b43_a_ratetable_size 8
  118. #define b43_b_ratetable (__b43_ratetable + 0)
  119. #define b43_b_ratetable_size 4
  120. #define b43_g_ratetable (__b43_ratetable + 0)
  121. #define b43_g_ratetable_size 12
  122. #define CHAN4G(_channel, _freq, _flags) { \
  123. .band = IEEE80211_BAND_2GHZ, \
  124. .center_freq = (_freq), \
  125. .hw_value = (_channel), \
  126. .flags = (_flags), \
  127. .max_antenna_gain = 0, \
  128. .max_power = 30, \
  129. }
  130. static struct ieee80211_channel b43_2ghz_chantable[] = {
  131. CHAN4G(1, 2412, 0),
  132. CHAN4G(2, 2417, 0),
  133. CHAN4G(3, 2422, 0),
  134. CHAN4G(4, 2427, 0),
  135. CHAN4G(5, 2432, 0),
  136. CHAN4G(6, 2437, 0),
  137. CHAN4G(7, 2442, 0),
  138. CHAN4G(8, 2447, 0),
  139. CHAN4G(9, 2452, 0),
  140. CHAN4G(10, 2457, 0),
  141. CHAN4G(11, 2462, 0),
  142. CHAN4G(12, 2467, 0),
  143. CHAN4G(13, 2472, 0),
  144. CHAN4G(14, 2484, 0),
  145. };
  146. #undef CHAN4G
  147. #define CHAN5G(_channel, _flags) { \
  148. .band = IEEE80211_BAND_5GHZ, \
  149. .center_freq = 5000 + (5 * (_channel)), \
  150. .hw_value = (_channel), \
  151. .flags = (_flags), \
  152. .max_antenna_gain = 0, \
  153. .max_power = 30, \
  154. }
  155. static struct ieee80211_channel b43_5ghz_nphy_chantable[] = {
  156. CHAN5G(32, 0), CHAN5G(34, 0),
  157. CHAN5G(36, 0), CHAN5G(38, 0),
  158. CHAN5G(40, 0), CHAN5G(42, 0),
  159. CHAN5G(44, 0), CHAN5G(46, 0),
  160. CHAN5G(48, 0), CHAN5G(50, 0),
  161. CHAN5G(52, 0), CHAN5G(54, 0),
  162. CHAN5G(56, 0), CHAN5G(58, 0),
  163. CHAN5G(60, 0), CHAN5G(62, 0),
  164. CHAN5G(64, 0), CHAN5G(66, 0),
  165. CHAN5G(68, 0), CHAN5G(70, 0),
  166. CHAN5G(72, 0), CHAN5G(74, 0),
  167. CHAN5G(76, 0), CHAN5G(78, 0),
  168. CHAN5G(80, 0), CHAN5G(82, 0),
  169. CHAN5G(84, 0), CHAN5G(86, 0),
  170. CHAN5G(88, 0), CHAN5G(90, 0),
  171. CHAN5G(92, 0), CHAN5G(94, 0),
  172. CHAN5G(96, 0), CHAN5G(98, 0),
  173. CHAN5G(100, 0), CHAN5G(102, 0),
  174. CHAN5G(104, 0), CHAN5G(106, 0),
  175. CHAN5G(108, 0), CHAN5G(110, 0),
  176. CHAN5G(112, 0), CHAN5G(114, 0),
  177. CHAN5G(116, 0), CHAN5G(118, 0),
  178. CHAN5G(120, 0), CHAN5G(122, 0),
  179. CHAN5G(124, 0), CHAN5G(126, 0),
  180. CHAN5G(128, 0), CHAN5G(130, 0),
  181. CHAN5G(132, 0), CHAN5G(134, 0),
  182. CHAN5G(136, 0), CHAN5G(138, 0),
  183. CHAN5G(140, 0), CHAN5G(142, 0),
  184. CHAN5G(144, 0), CHAN5G(145, 0),
  185. CHAN5G(146, 0), CHAN5G(147, 0),
  186. CHAN5G(148, 0), CHAN5G(149, 0),
  187. CHAN5G(150, 0), CHAN5G(151, 0),
  188. CHAN5G(152, 0), CHAN5G(153, 0),
  189. CHAN5G(154, 0), CHAN5G(155, 0),
  190. CHAN5G(156, 0), CHAN5G(157, 0),
  191. CHAN5G(158, 0), CHAN5G(159, 0),
  192. CHAN5G(160, 0), CHAN5G(161, 0),
  193. CHAN5G(162, 0), CHAN5G(163, 0),
  194. CHAN5G(164, 0), CHAN5G(165, 0),
  195. CHAN5G(166, 0), CHAN5G(168, 0),
  196. CHAN5G(170, 0), CHAN5G(172, 0),
  197. CHAN5G(174, 0), CHAN5G(176, 0),
  198. CHAN5G(178, 0), CHAN5G(180, 0),
  199. CHAN5G(182, 0), CHAN5G(184, 0),
  200. CHAN5G(186, 0), CHAN5G(188, 0),
  201. CHAN5G(190, 0), CHAN5G(192, 0),
  202. CHAN5G(194, 0), CHAN5G(196, 0),
  203. CHAN5G(198, 0), CHAN5G(200, 0),
  204. CHAN5G(202, 0), CHAN5G(204, 0),
  205. CHAN5G(206, 0), CHAN5G(208, 0),
  206. CHAN5G(210, 0), CHAN5G(212, 0),
  207. CHAN5G(214, 0), CHAN5G(216, 0),
  208. CHAN5G(218, 0), CHAN5G(220, 0),
  209. CHAN5G(222, 0), CHAN5G(224, 0),
  210. CHAN5G(226, 0), CHAN5G(228, 0),
  211. };
  212. static struct ieee80211_channel b43_5ghz_aphy_chantable[] = {
  213. CHAN5G(34, 0), CHAN5G(36, 0),
  214. CHAN5G(38, 0), CHAN5G(40, 0),
  215. CHAN5G(42, 0), CHAN5G(44, 0),
  216. CHAN5G(46, 0), CHAN5G(48, 0),
  217. CHAN5G(52, 0), CHAN5G(56, 0),
  218. CHAN5G(60, 0), CHAN5G(64, 0),
  219. CHAN5G(100, 0), CHAN5G(104, 0),
  220. CHAN5G(108, 0), CHAN5G(112, 0),
  221. CHAN5G(116, 0), CHAN5G(120, 0),
  222. CHAN5G(124, 0), CHAN5G(128, 0),
  223. CHAN5G(132, 0), CHAN5G(136, 0),
  224. CHAN5G(140, 0), CHAN5G(149, 0),
  225. CHAN5G(153, 0), CHAN5G(157, 0),
  226. CHAN5G(161, 0), CHAN5G(165, 0),
  227. CHAN5G(184, 0), CHAN5G(188, 0),
  228. CHAN5G(192, 0), CHAN5G(196, 0),
  229. CHAN5G(200, 0), CHAN5G(204, 0),
  230. CHAN5G(208, 0), CHAN5G(212, 0),
  231. CHAN5G(216, 0),
  232. };
  233. #undef CHAN5G
  234. static struct ieee80211_supported_band b43_band_5GHz_nphy = {
  235. .band = IEEE80211_BAND_5GHZ,
  236. .channels = b43_5ghz_nphy_chantable,
  237. .n_channels = ARRAY_SIZE(b43_5ghz_nphy_chantable),
  238. .bitrates = b43_a_ratetable,
  239. .n_bitrates = b43_a_ratetable_size,
  240. };
  241. static struct ieee80211_supported_band b43_band_5GHz_aphy = {
  242. .band = IEEE80211_BAND_5GHZ,
  243. .channels = b43_5ghz_aphy_chantable,
  244. .n_channels = ARRAY_SIZE(b43_5ghz_aphy_chantable),
  245. .bitrates = b43_a_ratetable,
  246. .n_bitrates = b43_a_ratetable_size,
  247. };
  248. static struct ieee80211_supported_band b43_band_2GHz = {
  249. .band = IEEE80211_BAND_2GHZ,
  250. .channels = b43_2ghz_chantable,
  251. .n_channels = ARRAY_SIZE(b43_2ghz_chantable),
  252. .bitrates = b43_g_ratetable,
  253. .n_bitrates = b43_g_ratetable_size,
  254. };
  255. static void b43_wireless_core_exit(struct b43_wldev *dev);
  256. static int b43_wireless_core_init(struct b43_wldev *dev);
  257. static void b43_wireless_core_stop(struct b43_wldev *dev);
  258. static int b43_wireless_core_start(struct b43_wldev *dev);
  259. static int b43_ratelimit(struct b43_wl *wl)
  260. {
  261. if (!wl || !wl->current_dev)
  262. return 1;
  263. if (b43_status(wl->current_dev) < B43_STAT_STARTED)
  264. return 1;
  265. /* We are up and running.
  266. * Ratelimit the messages to avoid DoS over the net. */
  267. return net_ratelimit();
  268. }
  269. void b43info(struct b43_wl *wl, const char *fmt, ...)
  270. {
  271. va_list args;
  272. if (b43_modparam_verbose < B43_VERBOSITY_INFO)
  273. return;
  274. if (!b43_ratelimit(wl))
  275. return;
  276. va_start(args, fmt);
  277. printk(KERN_INFO "b43-%s: ",
  278. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
  279. vprintk(fmt, args);
  280. va_end(args);
  281. }
  282. void b43err(struct b43_wl *wl, const char *fmt, ...)
  283. {
  284. va_list args;
  285. if (b43_modparam_verbose < B43_VERBOSITY_ERROR)
  286. return;
  287. if (!b43_ratelimit(wl))
  288. return;
  289. va_start(args, fmt);
  290. printk(KERN_ERR "b43-%s ERROR: ",
  291. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
  292. vprintk(fmt, args);
  293. va_end(args);
  294. }
  295. void b43warn(struct b43_wl *wl, const char *fmt, ...)
  296. {
  297. va_list args;
  298. if (b43_modparam_verbose < B43_VERBOSITY_WARN)
  299. return;
  300. if (!b43_ratelimit(wl))
  301. return;
  302. va_start(args, fmt);
  303. printk(KERN_WARNING "b43-%s warning: ",
  304. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
  305. vprintk(fmt, args);
  306. va_end(args);
  307. }
  308. void b43dbg(struct b43_wl *wl, const char *fmt, ...)
  309. {
  310. va_list args;
  311. if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
  312. return;
  313. va_start(args, fmt);
  314. printk(KERN_DEBUG "b43-%s debug: ",
  315. (wl && wl->hw) ? wiphy_name(wl->hw->wiphy) : "wlan");
  316. vprintk(fmt, args);
  317. va_end(args);
  318. }
  319. static void b43_ram_write(struct b43_wldev *dev, u16 offset, u32 val)
  320. {
  321. u32 macctl;
  322. B43_WARN_ON(offset % 4 != 0);
  323. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  324. if (macctl & B43_MACCTL_BE)
  325. val = swab32(val);
  326. b43_write32(dev, B43_MMIO_RAM_CONTROL, offset);
  327. mmiowb();
  328. b43_write32(dev, B43_MMIO_RAM_DATA, val);
  329. }
  330. static inline void b43_shm_control_word(struct b43_wldev *dev,
  331. u16 routing, u16 offset)
  332. {
  333. u32 control;
  334. /* "offset" is the WORD offset. */
  335. control = routing;
  336. control <<= 16;
  337. control |= offset;
  338. b43_write32(dev, B43_MMIO_SHM_CONTROL, control);
  339. }
  340. u32 __b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
  341. {
  342. u32 ret;
  343. if (routing == B43_SHM_SHARED) {
  344. B43_WARN_ON(offset & 0x0001);
  345. if (offset & 0x0003) {
  346. /* Unaligned access */
  347. b43_shm_control_word(dev, routing, offset >> 2);
  348. ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
  349. ret <<= 16;
  350. b43_shm_control_word(dev, routing, (offset >> 2) + 1);
  351. ret |= b43_read16(dev, B43_MMIO_SHM_DATA);
  352. goto out;
  353. }
  354. offset >>= 2;
  355. }
  356. b43_shm_control_word(dev, routing, offset);
  357. ret = b43_read32(dev, B43_MMIO_SHM_DATA);
  358. out:
  359. return ret;
  360. }
  361. u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset)
  362. {
  363. struct b43_wl *wl = dev->wl;
  364. unsigned long flags;
  365. u32 ret;
  366. spin_lock_irqsave(&wl->shm_lock, flags);
  367. ret = __b43_shm_read32(dev, routing, offset);
  368. spin_unlock_irqrestore(&wl->shm_lock, flags);
  369. return ret;
  370. }
  371. u16 __b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
  372. {
  373. u16 ret;
  374. if (routing == B43_SHM_SHARED) {
  375. B43_WARN_ON(offset & 0x0001);
  376. if (offset & 0x0003) {
  377. /* Unaligned access */
  378. b43_shm_control_word(dev, routing, offset >> 2);
  379. ret = b43_read16(dev, B43_MMIO_SHM_DATA_UNALIGNED);
  380. goto out;
  381. }
  382. offset >>= 2;
  383. }
  384. b43_shm_control_word(dev, routing, offset);
  385. ret = b43_read16(dev, B43_MMIO_SHM_DATA);
  386. out:
  387. return ret;
  388. }
  389. u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset)
  390. {
  391. struct b43_wl *wl = dev->wl;
  392. unsigned long flags;
  393. u16 ret;
  394. spin_lock_irqsave(&wl->shm_lock, flags);
  395. ret = __b43_shm_read16(dev, routing, offset);
  396. spin_unlock_irqrestore(&wl->shm_lock, flags);
  397. return ret;
  398. }
  399. void __b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
  400. {
  401. if (routing == B43_SHM_SHARED) {
  402. B43_WARN_ON(offset & 0x0001);
  403. if (offset & 0x0003) {
  404. /* Unaligned access */
  405. b43_shm_control_word(dev, routing, offset >> 2);
  406. b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED,
  407. (value >> 16) & 0xffff);
  408. b43_shm_control_word(dev, routing, (offset >> 2) + 1);
  409. b43_write16(dev, B43_MMIO_SHM_DATA, value & 0xffff);
  410. return;
  411. }
  412. offset >>= 2;
  413. }
  414. b43_shm_control_word(dev, routing, offset);
  415. b43_write32(dev, B43_MMIO_SHM_DATA, value);
  416. }
  417. void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value)
  418. {
  419. struct b43_wl *wl = dev->wl;
  420. unsigned long flags;
  421. spin_lock_irqsave(&wl->shm_lock, flags);
  422. __b43_shm_write32(dev, routing, offset, value);
  423. spin_unlock_irqrestore(&wl->shm_lock, flags);
  424. }
  425. void __b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
  426. {
  427. if (routing == B43_SHM_SHARED) {
  428. B43_WARN_ON(offset & 0x0001);
  429. if (offset & 0x0003) {
  430. /* Unaligned access */
  431. b43_shm_control_word(dev, routing, offset >> 2);
  432. b43_write16(dev, B43_MMIO_SHM_DATA_UNALIGNED, value);
  433. return;
  434. }
  435. offset >>= 2;
  436. }
  437. b43_shm_control_word(dev, routing, offset);
  438. b43_write16(dev, B43_MMIO_SHM_DATA, value);
  439. }
  440. void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value)
  441. {
  442. struct b43_wl *wl = dev->wl;
  443. unsigned long flags;
  444. spin_lock_irqsave(&wl->shm_lock, flags);
  445. __b43_shm_write16(dev, routing, offset, value);
  446. spin_unlock_irqrestore(&wl->shm_lock, flags);
  447. }
  448. /* Read HostFlags */
  449. u64 b43_hf_read(struct b43_wldev *dev)
  450. {
  451. u64 ret;
  452. ret = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFHI);
  453. ret <<= 16;
  454. ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFMI);
  455. ret <<= 16;
  456. ret |= b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFLO);
  457. return ret;
  458. }
  459. /* Write HostFlags */
  460. void b43_hf_write(struct b43_wldev *dev, u64 value)
  461. {
  462. u16 lo, mi, hi;
  463. lo = (value & 0x00000000FFFFULL);
  464. mi = (value & 0x0000FFFF0000ULL) >> 16;
  465. hi = (value & 0xFFFF00000000ULL) >> 32;
  466. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFLO, lo);
  467. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFMI, mi);
  468. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_HOSTFHI, hi);
  469. }
  470. /* Read the firmware capabilities bitmask (Opensource firmware only) */
  471. static u16 b43_fwcapa_read(struct b43_wldev *dev)
  472. {
  473. B43_WARN_ON(!dev->fw.opensource);
  474. return b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_FWCAPA);
  475. }
  476. void b43_tsf_read(struct b43_wldev *dev, u64 *tsf)
  477. {
  478. u32 low, high;
  479. B43_WARN_ON(dev->dev->id.revision < 3);
  480. /* The hardware guarantees us an atomic read, if we
  481. * read the low register first. */
  482. low = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_LOW);
  483. high = b43_read32(dev, B43_MMIO_REV3PLUS_TSF_HIGH);
  484. *tsf = high;
  485. *tsf <<= 32;
  486. *tsf |= low;
  487. }
  488. static void b43_time_lock(struct b43_wldev *dev)
  489. {
  490. u32 macctl;
  491. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  492. macctl |= B43_MACCTL_TBTTHOLD;
  493. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  494. /* Commit the write */
  495. b43_read32(dev, B43_MMIO_MACCTL);
  496. }
  497. static void b43_time_unlock(struct b43_wldev *dev)
  498. {
  499. u32 macctl;
  500. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  501. macctl &= ~B43_MACCTL_TBTTHOLD;
  502. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  503. /* Commit the write */
  504. b43_read32(dev, B43_MMIO_MACCTL);
  505. }
  506. static void b43_tsf_write_locked(struct b43_wldev *dev, u64 tsf)
  507. {
  508. u32 low, high;
  509. B43_WARN_ON(dev->dev->id.revision < 3);
  510. low = tsf;
  511. high = (tsf >> 32);
  512. /* The hardware guarantees us an atomic write, if we
  513. * write the low register first. */
  514. b43_write32(dev, B43_MMIO_REV3PLUS_TSF_LOW, low);
  515. mmiowb();
  516. b43_write32(dev, B43_MMIO_REV3PLUS_TSF_HIGH, high);
  517. mmiowb();
  518. }
  519. void b43_tsf_write(struct b43_wldev *dev, u64 tsf)
  520. {
  521. b43_time_lock(dev);
  522. b43_tsf_write_locked(dev, tsf);
  523. b43_time_unlock(dev);
  524. }
  525. static
  526. void b43_macfilter_set(struct b43_wldev *dev, u16 offset, const u8 *mac)
  527. {
  528. static const u8 zero_addr[ETH_ALEN] = { 0 };
  529. u16 data;
  530. if (!mac)
  531. mac = zero_addr;
  532. offset |= 0x0020;
  533. b43_write16(dev, B43_MMIO_MACFILTER_CONTROL, offset);
  534. data = mac[0];
  535. data |= mac[1] << 8;
  536. b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
  537. data = mac[2];
  538. data |= mac[3] << 8;
  539. b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
  540. data = mac[4];
  541. data |= mac[5] << 8;
  542. b43_write16(dev, B43_MMIO_MACFILTER_DATA, data);
  543. }
  544. static void b43_write_mac_bssid_templates(struct b43_wldev *dev)
  545. {
  546. const u8 *mac;
  547. const u8 *bssid;
  548. u8 mac_bssid[ETH_ALEN * 2];
  549. int i;
  550. u32 tmp;
  551. bssid = dev->wl->bssid;
  552. mac = dev->wl->mac_addr;
  553. b43_macfilter_set(dev, B43_MACFILTER_BSSID, bssid);
  554. memcpy(mac_bssid, mac, ETH_ALEN);
  555. memcpy(mac_bssid + ETH_ALEN, bssid, ETH_ALEN);
  556. /* Write our MAC address and BSSID to template ram */
  557. for (i = 0; i < ARRAY_SIZE(mac_bssid); i += sizeof(u32)) {
  558. tmp = (u32) (mac_bssid[i + 0]);
  559. tmp |= (u32) (mac_bssid[i + 1]) << 8;
  560. tmp |= (u32) (mac_bssid[i + 2]) << 16;
  561. tmp |= (u32) (mac_bssid[i + 3]) << 24;
  562. b43_ram_write(dev, 0x20 + i, tmp);
  563. }
  564. }
  565. static void b43_upload_card_macaddress(struct b43_wldev *dev)
  566. {
  567. b43_write_mac_bssid_templates(dev);
  568. b43_macfilter_set(dev, B43_MACFILTER_SELF, dev->wl->mac_addr);
  569. }
  570. static void b43_set_slot_time(struct b43_wldev *dev, u16 slot_time)
  571. {
  572. /* slot_time is in usec. */
  573. if (dev->phy.type != B43_PHYTYPE_G)
  574. return;
  575. b43_write16(dev, 0x684, 510 + slot_time);
  576. b43_shm_write16(dev, B43_SHM_SHARED, 0x0010, slot_time);
  577. }
  578. static void b43_short_slot_timing_enable(struct b43_wldev *dev)
  579. {
  580. b43_set_slot_time(dev, 9);
  581. }
  582. static void b43_short_slot_timing_disable(struct b43_wldev *dev)
  583. {
  584. b43_set_slot_time(dev, 20);
  585. }
  586. /* Synchronize IRQ top- and bottom-half.
  587. * IRQs must be masked before calling this.
  588. * This must not be called with the irq_lock held.
  589. */
  590. static void b43_synchronize_irq(struct b43_wldev *dev)
  591. {
  592. synchronize_irq(dev->dev->irq);
  593. tasklet_kill(&dev->isr_tasklet);
  594. }
  595. /* DummyTransmission function, as documented on
  596. * http://bcm-specs.sipsolutions.net/DummyTransmission
  597. */
  598. void b43_dummy_transmission(struct b43_wldev *dev)
  599. {
  600. struct b43_wl *wl = dev->wl;
  601. struct b43_phy *phy = &dev->phy;
  602. unsigned int i, max_loop;
  603. u16 value;
  604. u32 buffer[5] = {
  605. 0x00000000,
  606. 0x00D40000,
  607. 0x00000000,
  608. 0x01000000,
  609. 0x00000000,
  610. };
  611. switch (phy->type) {
  612. case B43_PHYTYPE_A:
  613. max_loop = 0x1E;
  614. buffer[0] = 0x000201CC;
  615. break;
  616. case B43_PHYTYPE_B:
  617. case B43_PHYTYPE_G:
  618. max_loop = 0xFA;
  619. buffer[0] = 0x000B846E;
  620. break;
  621. default:
  622. B43_WARN_ON(1);
  623. return;
  624. }
  625. spin_lock_irq(&wl->irq_lock);
  626. write_lock(&wl->tx_lock);
  627. for (i = 0; i < 5; i++)
  628. b43_ram_write(dev, i * 4, buffer[i]);
  629. /* Commit writes */
  630. b43_read32(dev, B43_MMIO_MACCTL);
  631. b43_write16(dev, 0x0568, 0x0000);
  632. b43_write16(dev, 0x07C0, 0x0000);
  633. value = ((phy->type == B43_PHYTYPE_A) ? 1 : 0);
  634. b43_write16(dev, 0x050C, value);
  635. b43_write16(dev, 0x0508, 0x0000);
  636. b43_write16(dev, 0x050A, 0x0000);
  637. b43_write16(dev, 0x054C, 0x0000);
  638. b43_write16(dev, 0x056A, 0x0014);
  639. b43_write16(dev, 0x0568, 0x0826);
  640. b43_write16(dev, 0x0500, 0x0000);
  641. b43_write16(dev, 0x0502, 0x0030);
  642. if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
  643. b43_radio_write16(dev, 0x0051, 0x0017);
  644. for (i = 0x00; i < max_loop; i++) {
  645. value = b43_read16(dev, 0x050E);
  646. if (value & 0x0080)
  647. break;
  648. udelay(10);
  649. }
  650. for (i = 0x00; i < 0x0A; i++) {
  651. value = b43_read16(dev, 0x050E);
  652. if (value & 0x0400)
  653. break;
  654. udelay(10);
  655. }
  656. for (i = 0x00; i < 0x19; i++) {
  657. value = b43_read16(dev, 0x0690);
  658. if (!(value & 0x0100))
  659. break;
  660. udelay(10);
  661. }
  662. if (phy->radio_ver == 0x2050 && phy->radio_rev <= 0x5)
  663. b43_radio_write16(dev, 0x0051, 0x0037);
  664. write_unlock(&wl->tx_lock);
  665. spin_unlock_irq(&wl->irq_lock);
  666. }
  667. static void key_write(struct b43_wldev *dev,
  668. u8 index, u8 algorithm, const u8 *key)
  669. {
  670. unsigned int i;
  671. u32 offset;
  672. u16 value;
  673. u16 kidx;
  674. /* Key index/algo block */
  675. kidx = b43_kidx_to_fw(dev, index);
  676. value = ((kidx << 4) | algorithm);
  677. b43_shm_write16(dev, B43_SHM_SHARED,
  678. B43_SHM_SH_KEYIDXBLOCK + (kidx * 2), value);
  679. /* Write the key to the Key Table Pointer offset */
  680. offset = dev->ktp + (index * B43_SEC_KEYSIZE);
  681. for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
  682. value = key[i];
  683. value |= (u16) (key[i + 1]) << 8;
  684. b43_shm_write16(dev, B43_SHM_SHARED, offset + i, value);
  685. }
  686. }
  687. static void keymac_write(struct b43_wldev *dev, u8 index, const u8 *addr)
  688. {
  689. u32 addrtmp[2] = { 0, 0, };
  690. u8 per_sta_keys_start = 8;
  691. if (b43_new_kidx_api(dev))
  692. per_sta_keys_start = 4;
  693. B43_WARN_ON(index < per_sta_keys_start);
  694. /* We have two default TX keys and possibly two default RX keys.
  695. * Physical mac 0 is mapped to physical key 4 or 8, depending
  696. * on the firmware version.
  697. * So we must adjust the index here.
  698. */
  699. index -= per_sta_keys_start;
  700. if (addr) {
  701. addrtmp[0] = addr[0];
  702. addrtmp[0] |= ((u32) (addr[1]) << 8);
  703. addrtmp[0] |= ((u32) (addr[2]) << 16);
  704. addrtmp[0] |= ((u32) (addr[3]) << 24);
  705. addrtmp[1] = addr[4];
  706. addrtmp[1] |= ((u32) (addr[5]) << 8);
  707. }
  708. if (dev->dev->id.revision >= 5) {
  709. /* Receive match transmitter address mechanism */
  710. b43_shm_write32(dev, B43_SHM_RCMTA,
  711. (index * 2) + 0, addrtmp[0]);
  712. b43_shm_write16(dev, B43_SHM_RCMTA,
  713. (index * 2) + 1, addrtmp[1]);
  714. } else {
  715. /* RXE (Receive Engine) and
  716. * PSM (Programmable State Machine) mechanism
  717. */
  718. if (index < 8) {
  719. /* TODO write to RCM 16, 19, 22 and 25 */
  720. } else {
  721. b43_shm_write32(dev, B43_SHM_SHARED,
  722. B43_SHM_SH_PSM + (index * 6) + 0,
  723. addrtmp[0]);
  724. b43_shm_write16(dev, B43_SHM_SHARED,
  725. B43_SHM_SH_PSM + (index * 6) + 4,
  726. addrtmp[1]);
  727. }
  728. }
  729. }
  730. static void do_key_write(struct b43_wldev *dev,
  731. u8 index, u8 algorithm,
  732. const u8 *key, size_t key_len, const u8 *mac_addr)
  733. {
  734. u8 buf[B43_SEC_KEYSIZE] = { 0, };
  735. u8 per_sta_keys_start = 8;
  736. if (b43_new_kidx_api(dev))
  737. per_sta_keys_start = 4;
  738. B43_WARN_ON(index >= dev->max_nr_keys);
  739. B43_WARN_ON(key_len > B43_SEC_KEYSIZE);
  740. if (index >= per_sta_keys_start)
  741. keymac_write(dev, index, NULL); /* First zero out mac. */
  742. if (key)
  743. memcpy(buf, key, key_len);
  744. key_write(dev, index, algorithm, buf);
  745. if (index >= per_sta_keys_start)
  746. keymac_write(dev, index, mac_addr);
  747. dev->key[index].algorithm = algorithm;
  748. }
  749. static int b43_key_write(struct b43_wldev *dev,
  750. int index, u8 algorithm,
  751. const u8 *key, size_t key_len,
  752. const u8 *mac_addr,
  753. struct ieee80211_key_conf *keyconf)
  754. {
  755. int i;
  756. int sta_keys_start;
  757. if (key_len > B43_SEC_KEYSIZE)
  758. return -EINVAL;
  759. for (i = 0; i < dev->max_nr_keys; i++) {
  760. /* Check that we don't already have this key. */
  761. B43_WARN_ON(dev->key[i].keyconf == keyconf);
  762. }
  763. if (index < 0) {
  764. /* Pairwise key. Get an empty slot for the key. */
  765. if (b43_new_kidx_api(dev))
  766. sta_keys_start = 4;
  767. else
  768. sta_keys_start = 8;
  769. for (i = sta_keys_start; i < dev->max_nr_keys; i++) {
  770. if (!dev->key[i].keyconf) {
  771. /* found empty */
  772. index = i;
  773. break;
  774. }
  775. }
  776. if (index < 0) {
  777. b43warn(dev->wl, "Out of hardware key memory\n");
  778. return -ENOSPC;
  779. }
  780. } else
  781. B43_WARN_ON(index > 3);
  782. do_key_write(dev, index, algorithm, key, key_len, mac_addr);
  783. if ((index <= 3) && !b43_new_kidx_api(dev)) {
  784. /* Default RX key */
  785. B43_WARN_ON(mac_addr);
  786. do_key_write(dev, index + 4, algorithm, key, key_len, NULL);
  787. }
  788. keyconf->hw_key_idx = index;
  789. dev->key[index].keyconf = keyconf;
  790. return 0;
  791. }
  792. static int b43_key_clear(struct b43_wldev *dev, int index)
  793. {
  794. if (B43_WARN_ON((index < 0) || (index >= dev->max_nr_keys)))
  795. return -EINVAL;
  796. do_key_write(dev, index, B43_SEC_ALGO_NONE,
  797. NULL, B43_SEC_KEYSIZE, NULL);
  798. if ((index <= 3) && !b43_new_kidx_api(dev)) {
  799. do_key_write(dev, index + 4, B43_SEC_ALGO_NONE,
  800. NULL, B43_SEC_KEYSIZE, NULL);
  801. }
  802. dev->key[index].keyconf = NULL;
  803. return 0;
  804. }
  805. static void b43_clear_keys(struct b43_wldev *dev)
  806. {
  807. int i;
  808. for (i = 0; i < dev->max_nr_keys; i++)
  809. b43_key_clear(dev, i);
  810. }
  811. static void b43_dump_keymemory(struct b43_wldev *dev)
  812. {
  813. unsigned int i, index, offset;
  814. DECLARE_MAC_BUF(macbuf);
  815. u8 mac[ETH_ALEN];
  816. u16 algo;
  817. u32 rcmta0;
  818. u16 rcmta1;
  819. u64 hf;
  820. struct b43_key *key;
  821. if (!b43_debug(dev, B43_DBG_KEYS))
  822. return;
  823. hf = b43_hf_read(dev);
  824. b43dbg(dev->wl, "Hardware key memory dump: USEDEFKEYS=%u\n",
  825. !!(hf & B43_HF_USEDEFKEYS));
  826. for (index = 0; index < dev->max_nr_keys; index++) {
  827. key = &(dev->key[index]);
  828. printk(KERN_DEBUG "Key slot %02u: %s",
  829. index, (key->keyconf == NULL) ? " " : "*");
  830. offset = dev->ktp + (index * B43_SEC_KEYSIZE);
  831. for (i = 0; i < B43_SEC_KEYSIZE; i += 2) {
  832. u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, offset + i);
  833. printk("%02X%02X", (tmp & 0xFF), ((tmp >> 8) & 0xFF));
  834. }
  835. algo = b43_shm_read16(dev, B43_SHM_SHARED,
  836. B43_SHM_SH_KEYIDXBLOCK + (index * 2));
  837. printk(" Algo: %04X/%02X", algo, key->algorithm);
  838. if (index >= 4) {
  839. rcmta0 = b43_shm_read32(dev, B43_SHM_RCMTA,
  840. ((index - 4) * 2) + 0);
  841. rcmta1 = b43_shm_read16(dev, B43_SHM_RCMTA,
  842. ((index - 4) * 2) + 1);
  843. *((__le32 *)(&mac[0])) = cpu_to_le32(rcmta0);
  844. *((__le16 *)(&mac[4])) = cpu_to_le16(rcmta1);
  845. printk(" MAC: %s",
  846. print_mac(macbuf, mac));
  847. } else
  848. printk(" DEFAULT KEY");
  849. printk("\n");
  850. }
  851. }
  852. void b43_power_saving_ctl_bits(struct b43_wldev *dev, unsigned int ps_flags)
  853. {
  854. u32 macctl;
  855. u16 ucstat;
  856. bool hwps;
  857. bool awake;
  858. int i;
  859. B43_WARN_ON((ps_flags & B43_PS_ENABLED) &&
  860. (ps_flags & B43_PS_DISABLED));
  861. B43_WARN_ON((ps_flags & B43_PS_AWAKE) && (ps_flags & B43_PS_ASLEEP));
  862. if (ps_flags & B43_PS_ENABLED) {
  863. hwps = 1;
  864. } else if (ps_flags & B43_PS_DISABLED) {
  865. hwps = 0;
  866. } else {
  867. //TODO: If powersave is not off and FIXME is not set and we are not in adhoc
  868. // and thus is not an AP and we are associated, set bit 25
  869. }
  870. if (ps_flags & B43_PS_AWAKE) {
  871. awake = 1;
  872. } else if (ps_flags & B43_PS_ASLEEP) {
  873. awake = 0;
  874. } else {
  875. //TODO: If the device is awake or this is an AP, or we are scanning, or FIXME,
  876. // or we are associated, or FIXME, or the latest PS-Poll packet sent was
  877. // successful, set bit26
  878. }
  879. /* FIXME: For now we force awake-on and hwps-off */
  880. hwps = 0;
  881. awake = 1;
  882. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  883. if (hwps)
  884. macctl |= B43_MACCTL_HWPS;
  885. else
  886. macctl &= ~B43_MACCTL_HWPS;
  887. if (awake)
  888. macctl |= B43_MACCTL_AWAKE;
  889. else
  890. macctl &= ~B43_MACCTL_AWAKE;
  891. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  892. /* Commit write */
  893. b43_read32(dev, B43_MMIO_MACCTL);
  894. if (awake && dev->dev->id.revision >= 5) {
  895. /* Wait for the microcode to wake up. */
  896. for (i = 0; i < 100; i++) {
  897. ucstat = b43_shm_read16(dev, B43_SHM_SHARED,
  898. B43_SHM_SH_UCODESTAT);
  899. if (ucstat != B43_SHM_SH_UCODESTAT_SLEEP)
  900. break;
  901. udelay(10);
  902. }
  903. }
  904. }
  905. void b43_wireless_core_reset(struct b43_wldev *dev, u32 flags)
  906. {
  907. u32 tmslow;
  908. u32 macctl;
  909. flags |= B43_TMSLOW_PHYCLKEN;
  910. flags |= B43_TMSLOW_PHYRESET;
  911. ssb_device_enable(dev->dev, flags);
  912. msleep(2); /* Wait for the PLL to turn on. */
  913. /* Now take the PHY out of Reset again */
  914. tmslow = ssb_read32(dev->dev, SSB_TMSLOW);
  915. tmslow |= SSB_TMSLOW_FGC;
  916. tmslow &= ~B43_TMSLOW_PHYRESET;
  917. ssb_write32(dev->dev, SSB_TMSLOW, tmslow);
  918. ssb_read32(dev->dev, SSB_TMSLOW); /* flush */
  919. msleep(1);
  920. tmslow &= ~SSB_TMSLOW_FGC;
  921. ssb_write32(dev->dev, SSB_TMSLOW, tmslow);
  922. ssb_read32(dev->dev, SSB_TMSLOW); /* flush */
  923. msleep(1);
  924. /* Turn Analog ON, but only if we already know the PHY-type.
  925. * This protects against very early setup where we don't know the
  926. * PHY-type, yet. wireless_core_reset will be called once again later,
  927. * when we know the PHY-type. */
  928. if (dev->phy.ops)
  929. dev->phy.ops->switch_analog(dev, 1);
  930. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  931. macctl &= ~B43_MACCTL_GMODE;
  932. if (flags & B43_TMSLOW_GMODE)
  933. macctl |= B43_MACCTL_GMODE;
  934. macctl |= B43_MACCTL_IHR_ENABLED;
  935. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  936. }
  937. static void handle_irq_transmit_status(struct b43_wldev *dev)
  938. {
  939. u32 v0, v1;
  940. u16 tmp;
  941. struct b43_txstatus stat;
  942. while (1) {
  943. v0 = b43_read32(dev, B43_MMIO_XMITSTAT_0);
  944. if (!(v0 & 0x00000001))
  945. break;
  946. v1 = b43_read32(dev, B43_MMIO_XMITSTAT_1);
  947. stat.cookie = (v0 >> 16);
  948. stat.seq = (v1 & 0x0000FFFF);
  949. stat.phy_stat = ((v1 & 0x00FF0000) >> 16);
  950. tmp = (v0 & 0x0000FFFF);
  951. stat.frame_count = ((tmp & 0xF000) >> 12);
  952. stat.rts_count = ((tmp & 0x0F00) >> 8);
  953. stat.supp_reason = ((tmp & 0x001C) >> 2);
  954. stat.pm_indicated = !!(tmp & 0x0080);
  955. stat.intermediate = !!(tmp & 0x0040);
  956. stat.for_ampdu = !!(tmp & 0x0020);
  957. stat.acked = !!(tmp & 0x0002);
  958. b43_handle_txstatus(dev, &stat);
  959. }
  960. }
  961. static void drain_txstatus_queue(struct b43_wldev *dev)
  962. {
  963. u32 dummy;
  964. if (dev->dev->id.revision < 5)
  965. return;
  966. /* Read all entries from the microcode TXstatus FIFO
  967. * and throw them away.
  968. */
  969. while (1) {
  970. dummy = b43_read32(dev, B43_MMIO_XMITSTAT_0);
  971. if (!(dummy & 0x00000001))
  972. break;
  973. dummy = b43_read32(dev, B43_MMIO_XMITSTAT_1);
  974. }
  975. }
  976. static u32 b43_jssi_read(struct b43_wldev *dev)
  977. {
  978. u32 val = 0;
  979. val = b43_shm_read16(dev, B43_SHM_SHARED, 0x08A);
  980. val <<= 16;
  981. val |= b43_shm_read16(dev, B43_SHM_SHARED, 0x088);
  982. return val;
  983. }
  984. static void b43_jssi_write(struct b43_wldev *dev, u32 jssi)
  985. {
  986. b43_shm_write16(dev, B43_SHM_SHARED, 0x088, (jssi & 0x0000FFFF));
  987. b43_shm_write16(dev, B43_SHM_SHARED, 0x08A, (jssi & 0xFFFF0000) >> 16);
  988. }
  989. static void b43_generate_noise_sample(struct b43_wldev *dev)
  990. {
  991. b43_jssi_write(dev, 0x7F7F7F7F);
  992. b43_write32(dev, B43_MMIO_MACCMD,
  993. b43_read32(dev, B43_MMIO_MACCMD) | B43_MACCMD_BGNOISE);
  994. }
  995. static void b43_calculate_link_quality(struct b43_wldev *dev)
  996. {
  997. /* Top half of Link Quality calculation. */
  998. if (dev->phy.type != B43_PHYTYPE_G)
  999. return;
  1000. if (dev->noisecalc.calculation_running)
  1001. return;
  1002. dev->noisecalc.calculation_running = 1;
  1003. dev->noisecalc.nr_samples = 0;
  1004. b43_generate_noise_sample(dev);
  1005. }
  1006. static void handle_irq_noise(struct b43_wldev *dev)
  1007. {
  1008. struct b43_phy_g *phy = dev->phy.g;
  1009. u16 tmp;
  1010. u8 noise[4];
  1011. u8 i, j;
  1012. s32 average;
  1013. /* Bottom half of Link Quality calculation. */
  1014. if (dev->phy.type != B43_PHYTYPE_G)
  1015. return;
  1016. /* Possible race condition: It might be possible that the user
  1017. * changed to a different channel in the meantime since we
  1018. * started the calculation. We ignore that fact, since it's
  1019. * not really that much of a problem. The background noise is
  1020. * an estimation only anyway. Slightly wrong results will get damped
  1021. * by the averaging of the 8 sample rounds. Additionally the
  1022. * value is shortlived. So it will be replaced by the next noise
  1023. * calculation round soon. */
  1024. B43_WARN_ON(!dev->noisecalc.calculation_running);
  1025. *((__le32 *)noise) = cpu_to_le32(b43_jssi_read(dev));
  1026. if (noise[0] == 0x7F || noise[1] == 0x7F ||
  1027. noise[2] == 0x7F || noise[3] == 0x7F)
  1028. goto generate_new;
  1029. /* Get the noise samples. */
  1030. B43_WARN_ON(dev->noisecalc.nr_samples >= 8);
  1031. i = dev->noisecalc.nr_samples;
  1032. noise[0] = clamp_val(noise[0], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  1033. noise[1] = clamp_val(noise[1], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  1034. noise[2] = clamp_val(noise[2], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  1035. noise[3] = clamp_val(noise[3], 0, ARRAY_SIZE(phy->nrssi_lt) - 1);
  1036. dev->noisecalc.samples[i][0] = phy->nrssi_lt[noise[0]];
  1037. dev->noisecalc.samples[i][1] = phy->nrssi_lt[noise[1]];
  1038. dev->noisecalc.samples[i][2] = phy->nrssi_lt[noise[2]];
  1039. dev->noisecalc.samples[i][3] = phy->nrssi_lt[noise[3]];
  1040. dev->noisecalc.nr_samples++;
  1041. if (dev->noisecalc.nr_samples == 8) {
  1042. /* Calculate the Link Quality by the noise samples. */
  1043. average = 0;
  1044. for (i = 0; i < 8; i++) {
  1045. for (j = 0; j < 4; j++)
  1046. average += dev->noisecalc.samples[i][j];
  1047. }
  1048. average /= (8 * 4);
  1049. average *= 125;
  1050. average += 64;
  1051. average /= 128;
  1052. tmp = b43_shm_read16(dev, B43_SHM_SHARED, 0x40C);
  1053. tmp = (tmp / 128) & 0x1F;
  1054. if (tmp >= 8)
  1055. average += 2;
  1056. else
  1057. average -= 25;
  1058. if (tmp == 8)
  1059. average -= 72;
  1060. else
  1061. average -= 48;
  1062. dev->stats.link_noise = average;
  1063. dev->noisecalc.calculation_running = 0;
  1064. return;
  1065. }
  1066. generate_new:
  1067. b43_generate_noise_sample(dev);
  1068. }
  1069. static void handle_irq_tbtt_indication(struct b43_wldev *dev)
  1070. {
  1071. if (b43_is_mode(dev->wl, NL80211_IFTYPE_AP)) {
  1072. ///TODO: PS TBTT
  1073. } else {
  1074. if (1 /*FIXME: the last PSpoll frame was sent successfully */ )
  1075. b43_power_saving_ctl_bits(dev, 0);
  1076. }
  1077. if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC))
  1078. dev->dfq_valid = 1;
  1079. }
  1080. static void handle_irq_atim_end(struct b43_wldev *dev)
  1081. {
  1082. if (dev->dfq_valid) {
  1083. b43_write32(dev, B43_MMIO_MACCMD,
  1084. b43_read32(dev, B43_MMIO_MACCMD)
  1085. | B43_MACCMD_DFQ_VALID);
  1086. dev->dfq_valid = 0;
  1087. }
  1088. }
  1089. static void handle_irq_pmq(struct b43_wldev *dev)
  1090. {
  1091. u32 tmp;
  1092. //TODO: AP mode.
  1093. while (1) {
  1094. tmp = b43_read32(dev, B43_MMIO_PS_STATUS);
  1095. if (!(tmp & 0x00000008))
  1096. break;
  1097. }
  1098. /* 16bit write is odd, but correct. */
  1099. b43_write16(dev, B43_MMIO_PS_STATUS, 0x0002);
  1100. }
  1101. static void b43_write_template_common(struct b43_wldev *dev,
  1102. const u8 *data, u16 size,
  1103. u16 ram_offset,
  1104. u16 shm_size_offset, u8 rate)
  1105. {
  1106. u32 i, tmp;
  1107. struct b43_plcp_hdr4 plcp;
  1108. plcp.data = 0;
  1109. b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate);
  1110. b43_ram_write(dev, ram_offset, le32_to_cpu(plcp.data));
  1111. ram_offset += sizeof(u32);
  1112. /* The PLCP is 6 bytes long, but we only wrote 4 bytes, yet.
  1113. * So leave the first two bytes of the next write blank.
  1114. */
  1115. tmp = (u32) (data[0]) << 16;
  1116. tmp |= (u32) (data[1]) << 24;
  1117. b43_ram_write(dev, ram_offset, tmp);
  1118. ram_offset += sizeof(u32);
  1119. for (i = 2; i < size; i += sizeof(u32)) {
  1120. tmp = (u32) (data[i + 0]);
  1121. if (i + 1 < size)
  1122. tmp |= (u32) (data[i + 1]) << 8;
  1123. if (i + 2 < size)
  1124. tmp |= (u32) (data[i + 2]) << 16;
  1125. if (i + 3 < size)
  1126. tmp |= (u32) (data[i + 3]) << 24;
  1127. b43_ram_write(dev, ram_offset + i - 2, tmp);
  1128. }
  1129. b43_shm_write16(dev, B43_SHM_SHARED, shm_size_offset,
  1130. size + sizeof(struct b43_plcp_hdr6));
  1131. }
  1132. /* Check if the use of the antenna that ieee80211 told us to
  1133. * use is possible. This will fall back to DEFAULT.
  1134. * "antenna_nr" is the antenna identifier we got from ieee80211. */
  1135. u8 b43_ieee80211_antenna_sanitize(struct b43_wldev *dev,
  1136. u8 antenna_nr)
  1137. {
  1138. u8 antenna_mask;
  1139. if (antenna_nr == 0) {
  1140. /* Zero means "use default antenna". That's always OK. */
  1141. return 0;
  1142. }
  1143. /* Get the mask of available antennas. */
  1144. if (dev->phy.gmode)
  1145. antenna_mask = dev->dev->bus->sprom.ant_available_bg;
  1146. else
  1147. antenna_mask = dev->dev->bus->sprom.ant_available_a;
  1148. if (!(antenna_mask & (1 << (antenna_nr - 1)))) {
  1149. /* This antenna is not available. Fall back to default. */
  1150. return 0;
  1151. }
  1152. return antenna_nr;
  1153. }
  1154. /* Convert a b43 antenna number value to the PHY TX control value. */
  1155. static u16 b43_antenna_to_phyctl(int antenna)
  1156. {
  1157. switch (antenna) {
  1158. case B43_ANTENNA0:
  1159. return B43_TXH_PHY_ANT0;
  1160. case B43_ANTENNA1:
  1161. return B43_TXH_PHY_ANT1;
  1162. case B43_ANTENNA2:
  1163. return B43_TXH_PHY_ANT2;
  1164. case B43_ANTENNA3:
  1165. return B43_TXH_PHY_ANT3;
  1166. case B43_ANTENNA_AUTO:
  1167. return B43_TXH_PHY_ANT01AUTO;
  1168. }
  1169. B43_WARN_ON(1);
  1170. return 0;
  1171. }
  1172. static void b43_write_beacon_template(struct b43_wldev *dev,
  1173. u16 ram_offset,
  1174. u16 shm_size_offset)
  1175. {
  1176. unsigned int i, len, variable_len;
  1177. const struct ieee80211_mgmt *bcn;
  1178. const u8 *ie;
  1179. bool tim_found = 0;
  1180. unsigned int rate;
  1181. u16 ctl;
  1182. int antenna;
  1183. struct ieee80211_tx_info *info = IEEE80211_SKB_CB(dev->wl->current_beacon);
  1184. bcn = (const struct ieee80211_mgmt *)(dev->wl->current_beacon->data);
  1185. len = min((size_t) dev->wl->current_beacon->len,
  1186. 0x200 - sizeof(struct b43_plcp_hdr6));
  1187. rate = ieee80211_get_tx_rate(dev->wl->hw, info)->hw_value;
  1188. b43_write_template_common(dev, (const u8 *)bcn,
  1189. len, ram_offset, shm_size_offset, rate);
  1190. /* Write the PHY TX control parameters. */
  1191. antenna = B43_ANTENNA_DEFAULT;
  1192. antenna = b43_antenna_to_phyctl(antenna);
  1193. ctl = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL);
  1194. /* We can't send beacons with short preamble. Would get PHY errors. */
  1195. ctl &= ~B43_TXH_PHY_SHORTPRMBL;
  1196. ctl &= ~B43_TXH_PHY_ANT;
  1197. ctl &= ~B43_TXH_PHY_ENC;
  1198. ctl |= antenna;
  1199. if (b43_is_cck_rate(rate))
  1200. ctl |= B43_TXH_PHY_ENC_CCK;
  1201. else
  1202. ctl |= B43_TXH_PHY_ENC_OFDM;
  1203. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
  1204. /* Find the position of the TIM and the DTIM_period value
  1205. * and write them to SHM. */
  1206. ie = bcn->u.beacon.variable;
  1207. variable_len = len - offsetof(struct ieee80211_mgmt, u.beacon.variable);
  1208. for (i = 0; i < variable_len - 2; ) {
  1209. uint8_t ie_id, ie_len;
  1210. ie_id = ie[i];
  1211. ie_len = ie[i + 1];
  1212. if (ie_id == 5) {
  1213. u16 tim_position;
  1214. u16 dtim_period;
  1215. /* This is the TIM Information Element */
  1216. /* Check whether the ie_len is in the beacon data range. */
  1217. if (variable_len < ie_len + 2 + i)
  1218. break;
  1219. /* A valid TIM is at least 4 bytes long. */
  1220. if (ie_len < 4)
  1221. break;
  1222. tim_found = 1;
  1223. tim_position = sizeof(struct b43_plcp_hdr6);
  1224. tim_position += offsetof(struct ieee80211_mgmt, u.beacon.variable);
  1225. tim_position += i;
  1226. dtim_period = ie[i + 3];
  1227. b43_shm_write16(dev, B43_SHM_SHARED,
  1228. B43_SHM_SH_TIMBPOS, tim_position);
  1229. b43_shm_write16(dev, B43_SHM_SHARED,
  1230. B43_SHM_SH_DTIMPER, dtim_period);
  1231. break;
  1232. }
  1233. i += ie_len + 2;
  1234. }
  1235. if (!tim_found) {
  1236. /*
  1237. * If ucode wants to modify TIM do it behind the beacon, this
  1238. * will happen, for example, when doing mesh networking.
  1239. */
  1240. b43_shm_write16(dev, B43_SHM_SHARED,
  1241. B43_SHM_SH_TIMBPOS,
  1242. len + sizeof(struct b43_plcp_hdr6));
  1243. b43_shm_write16(dev, B43_SHM_SHARED,
  1244. B43_SHM_SH_DTIMPER, 0);
  1245. }
  1246. b43dbg(dev->wl, "Updated beacon template at 0x%x\n", ram_offset);
  1247. }
  1248. static void b43_write_probe_resp_plcp(struct b43_wldev *dev,
  1249. u16 shm_offset, u16 size,
  1250. struct ieee80211_rate *rate)
  1251. {
  1252. struct b43_plcp_hdr4 plcp;
  1253. u32 tmp;
  1254. __le16 dur;
  1255. plcp.data = 0;
  1256. b43_generate_plcp_hdr(&plcp, size + FCS_LEN, rate->hw_value);
  1257. dur = ieee80211_generic_frame_duration(dev->wl->hw,
  1258. dev->wl->vif, size,
  1259. rate);
  1260. /* Write PLCP in two parts and timing for packet transfer */
  1261. tmp = le32_to_cpu(plcp.data);
  1262. b43_shm_write16(dev, B43_SHM_SHARED, shm_offset, tmp & 0xFFFF);
  1263. b43_shm_write16(dev, B43_SHM_SHARED, shm_offset + 2, tmp >> 16);
  1264. b43_shm_write16(dev, B43_SHM_SHARED, shm_offset + 6, le16_to_cpu(dur));
  1265. }
  1266. /* Instead of using custom probe response template, this function
  1267. * just patches custom beacon template by:
  1268. * 1) Changing packet type
  1269. * 2) Patching duration field
  1270. * 3) Stripping TIM
  1271. */
  1272. static const u8 *b43_generate_probe_resp(struct b43_wldev *dev,
  1273. u16 *dest_size,
  1274. struct ieee80211_rate *rate)
  1275. {
  1276. const u8 *src_data;
  1277. u8 *dest_data;
  1278. u16 src_size, elem_size, src_pos, dest_pos;
  1279. __le16 dur;
  1280. struct ieee80211_hdr *hdr;
  1281. size_t ie_start;
  1282. src_size = dev->wl->current_beacon->len;
  1283. src_data = (const u8 *)dev->wl->current_beacon->data;
  1284. /* Get the start offset of the variable IEs in the packet. */
  1285. ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable);
  1286. B43_WARN_ON(ie_start != offsetof(struct ieee80211_mgmt, u.beacon.variable));
  1287. if (B43_WARN_ON(src_size < ie_start))
  1288. return NULL;
  1289. dest_data = kmalloc(src_size, GFP_ATOMIC);
  1290. if (unlikely(!dest_data))
  1291. return NULL;
  1292. /* Copy the static data and all Information Elements, except the TIM. */
  1293. memcpy(dest_data, src_data, ie_start);
  1294. src_pos = ie_start;
  1295. dest_pos = ie_start;
  1296. for ( ; src_pos < src_size - 2; src_pos += elem_size) {
  1297. elem_size = src_data[src_pos + 1] + 2;
  1298. if (src_data[src_pos] == 5) {
  1299. /* This is the TIM. */
  1300. continue;
  1301. }
  1302. memcpy(dest_data + dest_pos, src_data + src_pos,
  1303. elem_size);
  1304. dest_pos += elem_size;
  1305. }
  1306. *dest_size = dest_pos;
  1307. hdr = (struct ieee80211_hdr *)dest_data;
  1308. /* Set the frame control. */
  1309. hdr->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT |
  1310. IEEE80211_STYPE_PROBE_RESP);
  1311. dur = ieee80211_generic_frame_duration(dev->wl->hw,
  1312. dev->wl->vif, *dest_size,
  1313. rate);
  1314. hdr->duration_id = dur;
  1315. return dest_data;
  1316. }
  1317. static void b43_write_probe_resp_template(struct b43_wldev *dev,
  1318. u16 ram_offset,
  1319. u16 shm_size_offset,
  1320. struct ieee80211_rate *rate)
  1321. {
  1322. const u8 *probe_resp_data;
  1323. u16 size;
  1324. size = dev->wl->current_beacon->len;
  1325. probe_resp_data = b43_generate_probe_resp(dev, &size, rate);
  1326. if (unlikely(!probe_resp_data))
  1327. return;
  1328. /* Looks like PLCP headers plus packet timings are stored for
  1329. * all possible basic rates
  1330. */
  1331. b43_write_probe_resp_plcp(dev, 0x31A, size, &b43_b_ratetable[0]);
  1332. b43_write_probe_resp_plcp(dev, 0x32C, size, &b43_b_ratetable[1]);
  1333. b43_write_probe_resp_plcp(dev, 0x33E, size, &b43_b_ratetable[2]);
  1334. b43_write_probe_resp_plcp(dev, 0x350, size, &b43_b_ratetable[3]);
  1335. size = min((size_t) size, 0x200 - sizeof(struct b43_plcp_hdr6));
  1336. b43_write_template_common(dev, probe_resp_data,
  1337. size, ram_offset, shm_size_offset,
  1338. rate->hw_value);
  1339. kfree(probe_resp_data);
  1340. }
  1341. static void b43_upload_beacon0(struct b43_wldev *dev)
  1342. {
  1343. struct b43_wl *wl = dev->wl;
  1344. if (wl->beacon0_uploaded)
  1345. return;
  1346. b43_write_beacon_template(dev, 0x68, 0x18);
  1347. /* FIXME: Probe resp upload doesn't really belong here,
  1348. * but we don't use that feature anyway. */
  1349. b43_write_probe_resp_template(dev, 0x268, 0x4A,
  1350. &__b43_ratetable[3]);
  1351. wl->beacon0_uploaded = 1;
  1352. }
  1353. static void b43_upload_beacon1(struct b43_wldev *dev)
  1354. {
  1355. struct b43_wl *wl = dev->wl;
  1356. if (wl->beacon1_uploaded)
  1357. return;
  1358. b43_write_beacon_template(dev, 0x468, 0x1A);
  1359. wl->beacon1_uploaded = 1;
  1360. }
  1361. static void handle_irq_beacon(struct b43_wldev *dev)
  1362. {
  1363. struct b43_wl *wl = dev->wl;
  1364. u32 cmd, beacon0_valid, beacon1_valid;
  1365. if (!b43_is_mode(wl, NL80211_IFTYPE_AP) &&
  1366. !b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
  1367. return;
  1368. /* This is the bottom half of the asynchronous beacon update. */
  1369. /* Ignore interrupt in the future. */
  1370. dev->irq_mask &= ~B43_IRQ_BEACON;
  1371. cmd = b43_read32(dev, B43_MMIO_MACCMD);
  1372. beacon0_valid = (cmd & B43_MACCMD_BEACON0_VALID);
  1373. beacon1_valid = (cmd & B43_MACCMD_BEACON1_VALID);
  1374. /* Schedule interrupt manually, if busy. */
  1375. if (beacon0_valid && beacon1_valid) {
  1376. b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_BEACON);
  1377. dev->irq_mask |= B43_IRQ_BEACON;
  1378. return;
  1379. }
  1380. if (unlikely(wl->beacon_templates_virgin)) {
  1381. /* We never uploaded a beacon before.
  1382. * Upload both templates now, but only mark one valid. */
  1383. wl->beacon_templates_virgin = 0;
  1384. b43_upload_beacon0(dev);
  1385. b43_upload_beacon1(dev);
  1386. cmd = b43_read32(dev, B43_MMIO_MACCMD);
  1387. cmd |= B43_MACCMD_BEACON0_VALID;
  1388. b43_write32(dev, B43_MMIO_MACCMD, cmd);
  1389. } else {
  1390. if (!beacon0_valid) {
  1391. b43_upload_beacon0(dev);
  1392. cmd = b43_read32(dev, B43_MMIO_MACCMD);
  1393. cmd |= B43_MACCMD_BEACON0_VALID;
  1394. b43_write32(dev, B43_MMIO_MACCMD, cmd);
  1395. } else if (!beacon1_valid) {
  1396. b43_upload_beacon1(dev);
  1397. cmd = b43_read32(dev, B43_MMIO_MACCMD);
  1398. cmd |= B43_MACCMD_BEACON1_VALID;
  1399. b43_write32(dev, B43_MMIO_MACCMD, cmd);
  1400. }
  1401. }
  1402. }
  1403. static void b43_beacon_update_trigger_work(struct work_struct *work)
  1404. {
  1405. struct b43_wl *wl = container_of(work, struct b43_wl,
  1406. beacon_update_trigger);
  1407. struct b43_wldev *dev;
  1408. mutex_lock(&wl->mutex);
  1409. dev = wl->current_dev;
  1410. if (likely(dev && (b43_status(dev) >= B43_STAT_INITIALIZED))) {
  1411. spin_lock_irq(&wl->irq_lock);
  1412. /* update beacon right away or defer to irq */
  1413. handle_irq_beacon(dev);
  1414. /* The handler might have updated the IRQ mask. */
  1415. b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  1416. mmiowb();
  1417. spin_unlock_irq(&wl->irq_lock);
  1418. }
  1419. mutex_unlock(&wl->mutex);
  1420. }
  1421. /* Asynchronously update the packet templates in template RAM.
  1422. * Locking: Requires wl->irq_lock to be locked. */
  1423. static void b43_update_templates(struct b43_wl *wl)
  1424. {
  1425. struct sk_buff *beacon;
  1426. /* This is the top half of the ansynchronous beacon update.
  1427. * The bottom half is the beacon IRQ.
  1428. * Beacon update must be asynchronous to avoid sending an
  1429. * invalid beacon. This can happen for example, if the firmware
  1430. * transmits a beacon while we are updating it. */
  1431. /* We could modify the existing beacon and set the aid bit in
  1432. * the TIM field, but that would probably require resizing and
  1433. * moving of data within the beacon template.
  1434. * Simply request a new beacon and let mac80211 do the hard work. */
  1435. beacon = ieee80211_beacon_get(wl->hw, wl->vif);
  1436. if (unlikely(!beacon))
  1437. return;
  1438. if (wl->current_beacon)
  1439. dev_kfree_skb_any(wl->current_beacon);
  1440. wl->current_beacon = beacon;
  1441. wl->beacon0_uploaded = 0;
  1442. wl->beacon1_uploaded = 0;
  1443. queue_work(wl->hw->workqueue, &wl->beacon_update_trigger);
  1444. }
  1445. static void b43_set_beacon_int(struct b43_wldev *dev, u16 beacon_int)
  1446. {
  1447. b43_time_lock(dev);
  1448. if (dev->dev->id.revision >= 3) {
  1449. b43_write32(dev, B43_MMIO_TSF_CFP_REP, (beacon_int << 16));
  1450. b43_write32(dev, B43_MMIO_TSF_CFP_START, (beacon_int << 10));
  1451. } else {
  1452. b43_write16(dev, 0x606, (beacon_int >> 6));
  1453. b43_write16(dev, 0x610, beacon_int);
  1454. }
  1455. b43_time_unlock(dev);
  1456. b43dbg(dev->wl, "Set beacon interval to %u\n", beacon_int);
  1457. }
  1458. static void b43_handle_firmware_panic(struct b43_wldev *dev)
  1459. {
  1460. u16 reason;
  1461. /* Read the register that contains the reason code for the panic. */
  1462. reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_FWPANIC_REASON_REG);
  1463. b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
  1464. switch (reason) {
  1465. default:
  1466. b43dbg(dev->wl, "The panic reason is unknown.\n");
  1467. /* fallthrough */
  1468. case B43_FWPANIC_DIE:
  1469. /* Do not restart the controller or firmware.
  1470. * The device is nonfunctional from now on.
  1471. * Restarting would result in this panic to trigger again,
  1472. * so we avoid that recursion. */
  1473. break;
  1474. case B43_FWPANIC_RESTART:
  1475. b43_controller_restart(dev, "Microcode panic");
  1476. break;
  1477. }
  1478. }
  1479. static void handle_irq_ucode_debug(struct b43_wldev *dev)
  1480. {
  1481. unsigned int i, cnt;
  1482. u16 reason, marker_id, marker_line;
  1483. __le16 *buf;
  1484. /* The proprietary firmware doesn't have this IRQ. */
  1485. if (!dev->fw.opensource)
  1486. return;
  1487. /* Read the register that contains the reason code for this IRQ. */
  1488. reason = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_DEBUGIRQ_REASON_REG);
  1489. switch (reason) {
  1490. case B43_DEBUGIRQ_PANIC:
  1491. b43_handle_firmware_panic(dev);
  1492. break;
  1493. case B43_DEBUGIRQ_DUMP_SHM:
  1494. if (!B43_DEBUG)
  1495. break; /* Only with driver debugging enabled. */
  1496. buf = kmalloc(4096, GFP_ATOMIC);
  1497. if (!buf) {
  1498. b43dbg(dev->wl, "SHM-dump: Failed to allocate memory\n");
  1499. goto out;
  1500. }
  1501. for (i = 0; i < 4096; i += 2) {
  1502. u16 tmp = b43_shm_read16(dev, B43_SHM_SHARED, i);
  1503. buf[i / 2] = cpu_to_le16(tmp);
  1504. }
  1505. b43info(dev->wl, "Shared memory dump:\n");
  1506. print_hex_dump(KERN_INFO, "", DUMP_PREFIX_OFFSET,
  1507. 16, 2, buf, 4096, 1);
  1508. kfree(buf);
  1509. break;
  1510. case B43_DEBUGIRQ_DUMP_REGS:
  1511. if (!B43_DEBUG)
  1512. break; /* Only with driver debugging enabled. */
  1513. b43info(dev->wl, "Microcode register dump:\n");
  1514. for (i = 0, cnt = 0; i < 64; i++) {
  1515. u16 tmp = b43_shm_read16(dev, B43_SHM_SCRATCH, i);
  1516. if (cnt == 0)
  1517. printk(KERN_INFO);
  1518. printk("r%02u: 0x%04X ", i, tmp);
  1519. cnt++;
  1520. if (cnt == 6) {
  1521. printk("\n");
  1522. cnt = 0;
  1523. }
  1524. }
  1525. printk("\n");
  1526. break;
  1527. case B43_DEBUGIRQ_MARKER:
  1528. if (!B43_DEBUG)
  1529. break; /* Only with driver debugging enabled. */
  1530. marker_id = b43_shm_read16(dev, B43_SHM_SCRATCH,
  1531. B43_MARKER_ID_REG);
  1532. marker_line = b43_shm_read16(dev, B43_SHM_SCRATCH,
  1533. B43_MARKER_LINE_REG);
  1534. b43info(dev->wl, "The firmware just executed the MARKER(%u) "
  1535. "at line number %u\n",
  1536. marker_id, marker_line);
  1537. break;
  1538. default:
  1539. b43dbg(dev->wl, "Debug-IRQ triggered for unknown reason: %u\n",
  1540. reason);
  1541. }
  1542. out:
  1543. /* Acknowledge the debug-IRQ, so the firmware can continue. */
  1544. b43_shm_write16(dev, B43_SHM_SCRATCH,
  1545. B43_DEBUGIRQ_REASON_REG, B43_DEBUGIRQ_ACK);
  1546. }
  1547. /* Interrupt handler bottom-half */
  1548. static void b43_interrupt_tasklet(struct b43_wldev *dev)
  1549. {
  1550. u32 reason;
  1551. u32 dma_reason[ARRAY_SIZE(dev->dma_reason)];
  1552. u32 merged_dma_reason = 0;
  1553. int i;
  1554. unsigned long flags;
  1555. spin_lock_irqsave(&dev->wl->irq_lock, flags);
  1556. B43_WARN_ON(b43_status(dev) != B43_STAT_STARTED);
  1557. reason = dev->irq_reason;
  1558. for (i = 0; i < ARRAY_SIZE(dma_reason); i++) {
  1559. dma_reason[i] = dev->dma_reason[i];
  1560. merged_dma_reason |= dma_reason[i];
  1561. }
  1562. if (unlikely(reason & B43_IRQ_MAC_TXERR))
  1563. b43err(dev->wl, "MAC transmission error\n");
  1564. if (unlikely(reason & B43_IRQ_PHY_TXERR)) {
  1565. b43err(dev->wl, "PHY transmission error\n");
  1566. rmb();
  1567. if (unlikely(atomic_dec_and_test(&dev->phy.txerr_cnt))) {
  1568. atomic_set(&dev->phy.txerr_cnt,
  1569. B43_PHY_TX_BADNESS_LIMIT);
  1570. b43err(dev->wl, "Too many PHY TX errors, "
  1571. "restarting the controller\n");
  1572. b43_controller_restart(dev, "PHY TX errors");
  1573. }
  1574. }
  1575. if (unlikely(merged_dma_reason & (B43_DMAIRQ_FATALMASK |
  1576. B43_DMAIRQ_NONFATALMASK))) {
  1577. if (merged_dma_reason & B43_DMAIRQ_FATALMASK) {
  1578. b43err(dev->wl, "Fatal DMA error: "
  1579. "0x%08X, 0x%08X, 0x%08X, "
  1580. "0x%08X, 0x%08X, 0x%08X\n",
  1581. dma_reason[0], dma_reason[1],
  1582. dma_reason[2], dma_reason[3],
  1583. dma_reason[4], dma_reason[5]);
  1584. b43_controller_restart(dev, "DMA error");
  1585. mmiowb();
  1586. spin_unlock_irqrestore(&dev->wl->irq_lock, flags);
  1587. return;
  1588. }
  1589. if (merged_dma_reason & B43_DMAIRQ_NONFATALMASK) {
  1590. b43err(dev->wl, "DMA error: "
  1591. "0x%08X, 0x%08X, 0x%08X, "
  1592. "0x%08X, 0x%08X, 0x%08X\n",
  1593. dma_reason[0], dma_reason[1],
  1594. dma_reason[2], dma_reason[3],
  1595. dma_reason[4], dma_reason[5]);
  1596. }
  1597. }
  1598. if (unlikely(reason & B43_IRQ_UCODE_DEBUG))
  1599. handle_irq_ucode_debug(dev);
  1600. if (reason & B43_IRQ_TBTT_INDI)
  1601. handle_irq_tbtt_indication(dev);
  1602. if (reason & B43_IRQ_ATIM_END)
  1603. handle_irq_atim_end(dev);
  1604. if (reason & B43_IRQ_BEACON)
  1605. handle_irq_beacon(dev);
  1606. if (reason & B43_IRQ_PMQ)
  1607. handle_irq_pmq(dev);
  1608. if (reason & B43_IRQ_TXFIFO_FLUSH_OK)
  1609. ;/* TODO */
  1610. if (reason & B43_IRQ_NOISESAMPLE_OK)
  1611. handle_irq_noise(dev);
  1612. /* Check the DMA reason registers for received data. */
  1613. if (dma_reason[0] & B43_DMAIRQ_RX_DONE) {
  1614. if (b43_using_pio_transfers(dev))
  1615. b43_pio_rx(dev->pio.rx_queue);
  1616. else
  1617. b43_dma_rx(dev->dma.rx_ring);
  1618. }
  1619. B43_WARN_ON(dma_reason[1] & B43_DMAIRQ_RX_DONE);
  1620. B43_WARN_ON(dma_reason[2] & B43_DMAIRQ_RX_DONE);
  1621. B43_WARN_ON(dma_reason[3] & B43_DMAIRQ_RX_DONE);
  1622. B43_WARN_ON(dma_reason[4] & B43_DMAIRQ_RX_DONE);
  1623. B43_WARN_ON(dma_reason[5] & B43_DMAIRQ_RX_DONE);
  1624. if (reason & B43_IRQ_TX_OK)
  1625. handle_irq_transmit_status(dev);
  1626. b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  1627. mmiowb();
  1628. spin_unlock_irqrestore(&dev->wl->irq_lock, flags);
  1629. }
  1630. static void b43_interrupt_ack(struct b43_wldev *dev, u32 reason)
  1631. {
  1632. b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, reason);
  1633. b43_write32(dev, B43_MMIO_DMA0_REASON, dev->dma_reason[0]);
  1634. b43_write32(dev, B43_MMIO_DMA1_REASON, dev->dma_reason[1]);
  1635. b43_write32(dev, B43_MMIO_DMA2_REASON, dev->dma_reason[2]);
  1636. b43_write32(dev, B43_MMIO_DMA3_REASON, dev->dma_reason[3]);
  1637. b43_write32(dev, B43_MMIO_DMA4_REASON, dev->dma_reason[4]);
  1638. /* Unused ring
  1639. b43_write32(dev, B43_MMIO_DMA5_REASON, dev->dma_reason[5]);
  1640. */
  1641. }
  1642. /* Interrupt handler top-half */
  1643. static irqreturn_t b43_interrupt_handler(int irq, void *dev_id)
  1644. {
  1645. irqreturn_t ret = IRQ_NONE;
  1646. struct b43_wldev *dev = dev_id;
  1647. u32 reason;
  1648. B43_WARN_ON(!dev);
  1649. spin_lock(&dev->wl->irq_lock);
  1650. if (unlikely(b43_status(dev) < B43_STAT_STARTED)) {
  1651. /* This can only happen on shared IRQ lines. */
  1652. goto out;
  1653. }
  1654. reason = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
  1655. if (reason == 0xffffffff) /* shared IRQ */
  1656. goto out;
  1657. ret = IRQ_HANDLED;
  1658. reason &= dev->irq_mask;
  1659. if (!reason)
  1660. goto out;
  1661. dev->dma_reason[0] = b43_read32(dev, B43_MMIO_DMA0_REASON)
  1662. & 0x0001DC00;
  1663. dev->dma_reason[1] = b43_read32(dev, B43_MMIO_DMA1_REASON)
  1664. & 0x0000DC00;
  1665. dev->dma_reason[2] = b43_read32(dev, B43_MMIO_DMA2_REASON)
  1666. & 0x0000DC00;
  1667. dev->dma_reason[3] = b43_read32(dev, B43_MMIO_DMA3_REASON)
  1668. & 0x0001DC00;
  1669. dev->dma_reason[4] = b43_read32(dev, B43_MMIO_DMA4_REASON)
  1670. & 0x0000DC00;
  1671. /* Unused ring
  1672. dev->dma_reason[5] = b43_read32(dev, B43_MMIO_DMA5_REASON)
  1673. & 0x0000DC00;
  1674. */
  1675. b43_interrupt_ack(dev, reason);
  1676. /* disable all IRQs. They are enabled again in the bottom half. */
  1677. b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
  1678. /* save the reason code and call our bottom half. */
  1679. dev->irq_reason = reason;
  1680. tasklet_schedule(&dev->isr_tasklet);
  1681. out:
  1682. mmiowb();
  1683. spin_unlock(&dev->wl->irq_lock);
  1684. return ret;
  1685. }
  1686. void b43_do_release_fw(struct b43_firmware_file *fw)
  1687. {
  1688. release_firmware(fw->data);
  1689. fw->data = NULL;
  1690. fw->filename = NULL;
  1691. }
  1692. static void b43_release_firmware(struct b43_wldev *dev)
  1693. {
  1694. b43_do_release_fw(&dev->fw.ucode);
  1695. b43_do_release_fw(&dev->fw.pcm);
  1696. b43_do_release_fw(&dev->fw.initvals);
  1697. b43_do_release_fw(&dev->fw.initvals_band);
  1698. }
  1699. static void b43_print_fw_helptext(struct b43_wl *wl, bool error)
  1700. {
  1701. const char text[] =
  1702. "You must go to " \
  1703. "http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware " \
  1704. "and download the correct firmware for this driver version. " \
  1705. "Please carefully read all instructions on this website.\n";
  1706. if (error)
  1707. b43err(wl, text);
  1708. else
  1709. b43warn(wl, text);
  1710. }
  1711. int b43_do_request_fw(struct b43_request_fw_context *ctx,
  1712. const char *name,
  1713. struct b43_firmware_file *fw)
  1714. {
  1715. const struct firmware *blob;
  1716. struct b43_fw_header *hdr;
  1717. u32 size;
  1718. int err;
  1719. if (!name) {
  1720. /* Don't fetch anything. Free possibly cached firmware. */
  1721. /* FIXME: We should probably keep it anyway, to save some headache
  1722. * on suspend/resume with multiband devices. */
  1723. b43_do_release_fw(fw);
  1724. return 0;
  1725. }
  1726. if (fw->filename) {
  1727. if ((fw->type == ctx->req_type) &&
  1728. (strcmp(fw->filename, name) == 0))
  1729. return 0; /* Already have this fw. */
  1730. /* Free the cached firmware first. */
  1731. /* FIXME: We should probably do this later after we successfully
  1732. * got the new fw. This could reduce headache with multiband devices.
  1733. * We could also redesign this to cache the firmware for all possible
  1734. * bands all the time. */
  1735. b43_do_release_fw(fw);
  1736. }
  1737. switch (ctx->req_type) {
  1738. case B43_FWTYPE_PROPRIETARY:
  1739. snprintf(ctx->fwname, sizeof(ctx->fwname),
  1740. "b43%s/%s.fw",
  1741. modparam_fwpostfix, name);
  1742. break;
  1743. case B43_FWTYPE_OPENSOURCE:
  1744. snprintf(ctx->fwname, sizeof(ctx->fwname),
  1745. "b43-open%s/%s.fw",
  1746. modparam_fwpostfix, name);
  1747. break;
  1748. default:
  1749. B43_WARN_ON(1);
  1750. return -ENOSYS;
  1751. }
  1752. err = request_firmware(&blob, ctx->fwname, ctx->dev->dev->dev);
  1753. if (err == -ENOENT) {
  1754. snprintf(ctx->errors[ctx->req_type],
  1755. sizeof(ctx->errors[ctx->req_type]),
  1756. "Firmware file \"%s\" not found\n", ctx->fwname);
  1757. return err;
  1758. } else if (err) {
  1759. snprintf(ctx->errors[ctx->req_type],
  1760. sizeof(ctx->errors[ctx->req_type]),
  1761. "Firmware file \"%s\" request failed (err=%d)\n",
  1762. ctx->fwname, err);
  1763. return err;
  1764. }
  1765. if (blob->size < sizeof(struct b43_fw_header))
  1766. goto err_format;
  1767. hdr = (struct b43_fw_header *)(blob->data);
  1768. switch (hdr->type) {
  1769. case B43_FW_TYPE_UCODE:
  1770. case B43_FW_TYPE_PCM:
  1771. size = be32_to_cpu(hdr->size);
  1772. if (size != blob->size - sizeof(struct b43_fw_header))
  1773. goto err_format;
  1774. /* fallthrough */
  1775. case B43_FW_TYPE_IV:
  1776. if (hdr->ver != 1)
  1777. goto err_format;
  1778. break;
  1779. default:
  1780. goto err_format;
  1781. }
  1782. fw->data = blob;
  1783. fw->filename = name;
  1784. fw->type = ctx->req_type;
  1785. return 0;
  1786. err_format:
  1787. snprintf(ctx->errors[ctx->req_type],
  1788. sizeof(ctx->errors[ctx->req_type]),
  1789. "Firmware file \"%s\" format error.\n", ctx->fwname);
  1790. release_firmware(blob);
  1791. return -EPROTO;
  1792. }
  1793. static int b43_try_request_fw(struct b43_request_fw_context *ctx)
  1794. {
  1795. struct b43_wldev *dev = ctx->dev;
  1796. struct b43_firmware *fw = &ctx->dev->fw;
  1797. const u8 rev = ctx->dev->dev->id.revision;
  1798. const char *filename;
  1799. u32 tmshigh;
  1800. int err;
  1801. /* Get microcode */
  1802. tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
  1803. if ((rev >= 5) && (rev <= 10))
  1804. filename = "ucode5";
  1805. else if ((rev >= 11) && (rev <= 12))
  1806. filename = "ucode11";
  1807. else if (rev >= 13)
  1808. filename = "ucode13";
  1809. else
  1810. goto err_no_ucode;
  1811. err = b43_do_request_fw(ctx, filename, &fw->ucode);
  1812. if (err)
  1813. goto err_load;
  1814. /* Get PCM code */
  1815. if ((rev >= 5) && (rev <= 10))
  1816. filename = "pcm5";
  1817. else if (rev >= 11)
  1818. filename = NULL;
  1819. else
  1820. goto err_no_pcm;
  1821. fw->pcm_request_failed = 0;
  1822. err = b43_do_request_fw(ctx, filename, &fw->pcm);
  1823. if (err == -ENOENT) {
  1824. /* We did not find a PCM file? Not fatal, but
  1825. * core rev <= 10 must do without hwcrypto then. */
  1826. fw->pcm_request_failed = 1;
  1827. } else if (err)
  1828. goto err_load;
  1829. /* Get initvals */
  1830. switch (dev->phy.type) {
  1831. case B43_PHYTYPE_A:
  1832. if ((rev >= 5) && (rev <= 10)) {
  1833. if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
  1834. filename = "a0g1initvals5";
  1835. else
  1836. filename = "a0g0initvals5";
  1837. } else
  1838. goto err_no_initvals;
  1839. break;
  1840. case B43_PHYTYPE_G:
  1841. if ((rev >= 5) && (rev <= 10))
  1842. filename = "b0g0initvals5";
  1843. else if (rev >= 13)
  1844. filename = "b0g0initvals13";
  1845. else
  1846. goto err_no_initvals;
  1847. break;
  1848. case B43_PHYTYPE_N:
  1849. if ((rev >= 11) && (rev <= 12))
  1850. filename = "n0initvals11";
  1851. else
  1852. goto err_no_initvals;
  1853. break;
  1854. default:
  1855. goto err_no_initvals;
  1856. }
  1857. err = b43_do_request_fw(ctx, filename, &fw->initvals);
  1858. if (err)
  1859. goto err_load;
  1860. /* Get bandswitch initvals */
  1861. switch (dev->phy.type) {
  1862. case B43_PHYTYPE_A:
  1863. if ((rev >= 5) && (rev <= 10)) {
  1864. if (tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY)
  1865. filename = "a0g1bsinitvals5";
  1866. else
  1867. filename = "a0g0bsinitvals5";
  1868. } else if (rev >= 11)
  1869. filename = NULL;
  1870. else
  1871. goto err_no_initvals;
  1872. break;
  1873. case B43_PHYTYPE_G:
  1874. if ((rev >= 5) && (rev <= 10))
  1875. filename = "b0g0bsinitvals5";
  1876. else if (rev >= 11)
  1877. filename = NULL;
  1878. else
  1879. goto err_no_initvals;
  1880. break;
  1881. case B43_PHYTYPE_N:
  1882. if ((rev >= 11) && (rev <= 12))
  1883. filename = "n0bsinitvals11";
  1884. else
  1885. goto err_no_initvals;
  1886. break;
  1887. default:
  1888. goto err_no_initvals;
  1889. }
  1890. err = b43_do_request_fw(ctx, filename, &fw->initvals_band);
  1891. if (err)
  1892. goto err_load;
  1893. return 0;
  1894. err_no_ucode:
  1895. err = ctx->fatal_failure = -EOPNOTSUPP;
  1896. b43err(dev->wl, "The driver does not know which firmware (ucode) "
  1897. "is required for your device (wl-core rev %u)\n", rev);
  1898. goto error;
  1899. err_no_pcm:
  1900. err = ctx->fatal_failure = -EOPNOTSUPP;
  1901. b43err(dev->wl, "The driver does not know which firmware (PCM) "
  1902. "is required for your device (wl-core rev %u)\n", rev);
  1903. goto error;
  1904. err_no_initvals:
  1905. err = ctx->fatal_failure = -EOPNOTSUPP;
  1906. b43err(dev->wl, "The driver does not know which firmware (initvals) "
  1907. "is required for your device (wl-core rev %u)\n", rev);
  1908. goto error;
  1909. err_load:
  1910. /* We failed to load this firmware image. The error message
  1911. * already is in ctx->errors. Return and let our caller decide
  1912. * what to do. */
  1913. goto error;
  1914. error:
  1915. b43_release_firmware(dev);
  1916. return err;
  1917. }
  1918. static int b43_request_firmware(struct b43_wldev *dev)
  1919. {
  1920. struct b43_request_fw_context *ctx;
  1921. unsigned int i;
  1922. int err;
  1923. const char *errmsg;
  1924. ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
  1925. if (!ctx)
  1926. return -ENOMEM;
  1927. ctx->dev = dev;
  1928. ctx->req_type = B43_FWTYPE_PROPRIETARY;
  1929. err = b43_try_request_fw(ctx);
  1930. if (!err)
  1931. goto out; /* Successfully loaded it. */
  1932. err = ctx->fatal_failure;
  1933. if (err)
  1934. goto out;
  1935. ctx->req_type = B43_FWTYPE_OPENSOURCE;
  1936. err = b43_try_request_fw(ctx);
  1937. if (!err)
  1938. goto out; /* Successfully loaded it. */
  1939. err = ctx->fatal_failure;
  1940. if (err)
  1941. goto out;
  1942. /* Could not find a usable firmware. Print the errors. */
  1943. for (i = 0; i < B43_NR_FWTYPES; i++) {
  1944. errmsg = ctx->errors[i];
  1945. if (strlen(errmsg))
  1946. b43err(dev->wl, errmsg);
  1947. }
  1948. b43_print_fw_helptext(dev->wl, 1);
  1949. err = -ENOENT;
  1950. out:
  1951. kfree(ctx);
  1952. return err;
  1953. }
  1954. static int b43_upload_microcode(struct b43_wldev *dev)
  1955. {
  1956. const size_t hdr_len = sizeof(struct b43_fw_header);
  1957. const __be32 *data;
  1958. unsigned int i, len;
  1959. u16 fwrev, fwpatch, fwdate, fwtime;
  1960. u32 tmp, macctl;
  1961. int err = 0;
  1962. /* Jump the microcode PSM to offset 0 */
  1963. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  1964. B43_WARN_ON(macctl & B43_MACCTL_PSM_RUN);
  1965. macctl |= B43_MACCTL_PSM_JMP0;
  1966. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  1967. /* Zero out all microcode PSM registers and shared memory. */
  1968. for (i = 0; i < 64; i++)
  1969. b43_shm_write16(dev, B43_SHM_SCRATCH, i, 0);
  1970. for (i = 0; i < 4096; i += 2)
  1971. b43_shm_write16(dev, B43_SHM_SHARED, i, 0);
  1972. /* Upload Microcode. */
  1973. data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
  1974. len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
  1975. b43_shm_control_word(dev, B43_SHM_UCODE | B43_SHM_AUTOINC_W, 0x0000);
  1976. for (i = 0; i < len; i++) {
  1977. b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
  1978. udelay(10);
  1979. }
  1980. if (dev->fw.pcm.data) {
  1981. /* Upload PCM data. */
  1982. data = (__be32 *) (dev->fw.pcm.data->data + hdr_len);
  1983. len = (dev->fw.pcm.data->size - hdr_len) / sizeof(__be32);
  1984. b43_shm_control_word(dev, B43_SHM_HW, 0x01EA);
  1985. b43_write32(dev, B43_MMIO_SHM_DATA, 0x00004000);
  1986. /* No need for autoinc bit in SHM_HW */
  1987. b43_shm_control_word(dev, B43_SHM_HW, 0x01EB);
  1988. for (i = 0; i < len; i++) {
  1989. b43_write32(dev, B43_MMIO_SHM_DATA, be32_to_cpu(data[i]));
  1990. udelay(10);
  1991. }
  1992. }
  1993. b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, B43_IRQ_ALL);
  1994. /* Start the microcode PSM */
  1995. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  1996. macctl &= ~B43_MACCTL_PSM_JMP0;
  1997. macctl |= B43_MACCTL_PSM_RUN;
  1998. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  1999. /* Wait for the microcode to load and respond */
  2000. i = 0;
  2001. while (1) {
  2002. tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
  2003. if (tmp == B43_IRQ_MAC_SUSPENDED)
  2004. break;
  2005. i++;
  2006. if (i >= 20) {
  2007. b43err(dev->wl, "Microcode not responding\n");
  2008. b43_print_fw_helptext(dev->wl, 1);
  2009. err = -ENODEV;
  2010. goto error;
  2011. }
  2012. msleep_interruptible(50);
  2013. if (signal_pending(current)) {
  2014. err = -EINTR;
  2015. goto error;
  2016. }
  2017. }
  2018. b43_read32(dev, B43_MMIO_GEN_IRQ_REASON); /* dummy read */
  2019. /* Get and check the revisions. */
  2020. fwrev = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEREV);
  2021. fwpatch = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEPATCH);
  2022. fwdate = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODEDATE);
  2023. fwtime = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_UCODETIME);
  2024. if (fwrev <= 0x128) {
  2025. b43err(dev->wl, "YOUR FIRMWARE IS TOO OLD. Firmware from "
  2026. "binary drivers older than version 4.x is unsupported. "
  2027. "You must upgrade your firmware files.\n");
  2028. b43_print_fw_helptext(dev->wl, 1);
  2029. err = -EOPNOTSUPP;
  2030. goto error;
  2031. }
  2032. dev->fw.rev = fwrev;
  2033. dev->fw.patch = fwpatch;
  2034. dev->fw.opensource = (fwdate == 0xFFFF);
  2035. /* Default to use-all-queues. */
  2036. dev->wl->hw->queues = dev->wl->mac80211_initially_registered_queues;
  2037. dev->qos_enabled = !!modparam_qos;
  2038. /* Default to firmware/hardware crypto acceleration. */
  2039. dev->hwcrypto_enabled = 1;
  2040. if (dev->fw.opensource) {
  2041. u16 fwcapa;
  2042. /* Patchlevel info is encoded in the "time" field. */
  2043. dev->fw.patch = fwtime;
  2044. b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
  2045. dev->fw.rev, dev->fw.patch);
  2046. fwcapa = b43_fwcapa_read(dev);
  2047. if (!(fwcapa & B43_FWCAPA_HWCRYPTO) || dev->fw.pcm_request_failed) {
  2048. b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
  2049. /* Disable hardware crypto and fall back to software crypto. */
  2050. dev->hwcrypto_enabled = 0;
  2051. }
  2052. if (!(fwcapa & B43_FWCAPA_QOS)) {
  2053. b43info(dev->wl, "QoS not supported by firmware\n");
  2054. /* Disable QoS. Tweak hw->queues to 1. It will be restored before
  2055. * ieee80211_unregister to make sure the networking core can
  2056. * properly free possible resources. */
  2057. dev->wl->hw->queues = 1;
  2058. dev->qos_enabled = 0;
  2059. }
  2060. } else {
  2061. b43info(dev->wl, "Loading firmware version %u.%u "
  2062. "(20%.2i-%.2i-%.2i %.2i:%.2i:%.2i)\n",
  2063. fwrev, fwpatch,
  2064. (fwdate >> 12) & 0xF, (fwdate >> 8) & 0xF, fwdate & 0xFF,
  2065. (fwtime >> 11) & 0x1F, (fwtime >> 5) & 0x3F, fwtime & 0x1F);
  2066. if (dev->fw.pcm_request_failed) {
  2067. b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
  2068. "Hardware accelerated cryptography is disabled.\n");
  2069. b43_print_fw_helptext(dev->wl, 0);
  2070. }
  2071. }
  2072. if (b43_is_old_txhdr_format(dev)) {
  2073. /* We're over the deadline, but we keep support for old fw
  2074. * until it turns out to be in major conflict with something new. */
  2075. b43warn(dev->wl, "You are using an old firmware image. "
  2076. "Support for old firmware will be removed soon "
  2077. "(official deadline was July 2008).\n");
  2078. b43_print_fw_helptext(dev->wl, 0);
  2079. }
  2080. return 0;
  2081. error:
  2082. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  2083. macctl &= ~B43_MACCTL_PSM_RUN;
  2084. macctl |= B43_MACCTL_PSM_JMP0;
  2085. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  2086. return err;
  2087. }
  2088. static int b43_write_initvals(struct b43_wldev *dev,
  2089. const struct b43_iv *ivals,
  2090. size_t count,
  2091. size_t array_size)
  2092. {
  2093. const struct b43_iv *iv;
  2094. u16 offset;
  2095. size_t i;
  2096. bool bit32;
  2097. BUILD_BUG_ON(sizeof(struct b43_iv) != 6);
  2098. iv = ivals;
  2099. for (i = 0; i < count; i++) {
  2100. if (array_size < sizeof(iv->offset_size))
  2101. goto err_format;
  2102. array_size -= sizeof(iv->offset_size);
  2103. offset = be16_to_cpu(iv->offset_size);
  2104. bit32 = !!(offset & B43_IV_32BIT);
  2105. offset &= B43_IV_OFFSET_MASK;
  2106. if (offset >= 0x1000)
  2107. goto err_format;
  2108. if (bit32) {
  2109. u32 value;
  2110. if (array_size < sizeof(iv->data.d32))
  2111. goto err_format;
  2112. array_size -= sizeof(iv->data.d32);
  2113. value = get_unaligned_be32(&iv->data.d32);
  2114. b43_write32(dev, offset, value);
  2115. iv = (const struct b43_iv *)((const uint8_t *)iv +
  2116. sizeof(__be16) +
  2117. sizeof(__be32));
  2118. } else {
  2119. u16 value;
  2120. if (array_size < sizeof(iv->data.d16))
  2121. goto err_format;
  2122. array_size -= sizeof(iv->data.d16);
  2123. value = be16_to_cpu(iv->data.d16);
  2124. b43_write16(dev, offset, value);
  2125. iv = (const struct b43_iv *)((const uint8_t *)iv +
  2126. sizeof(__be16) +
  2127. sizeof(__be16));
  2128. }
  2129. }
  2130. if (array_size)
  2131. goto err_format;
  2132. return 0;
  2133. err_format:
  2134. b43err(dev->wl, "Initial Values Firmware file-format error.\n");
  2135. b43_print_fw_helptext(dev->wl, 1);
  2136. return -EPROTO;
  2137. }
  2138. static int b43_upload_initvals(struct b43_wldev *dev)
  2139. {
  2140. const size_t hdr_len = sizeof(struct b43_fw_header);
  2141. const struct b43_fw_header *hdr;
  2142. struct b43_firmware *fw = &dev->fw;
  2143. const struct b43_iv *ivals;
  2144. size_t count;
  2145. int err;
  2146. hdr = (const struct b43_fw_header *)(fw->initvals.data->data);
  2147. ivals = (const struct b43_iv *)(fw->initvals.data->data + hdr_len);
  2148. count = be32_to_cpu(hdr->size);
  2149. err = b43_write_initvals(dev, ivals, count,
  2150. fw->initvals.data->size - hdr_len);
  2151. if (err)
  2152. goto out;
  2153. if (fw->initvals_band.data) {
  2154. hdr = (const struct b43_fw_header *)(fw->initvals_band.data->data);
  2155. ivals = (const struct b43_iv *)(fw->initvals_band.data->data + hdr_len);
  2156. count = be32_to_cpu(hdr->size);
  2157. err = b43_write_initvals(dev, ivals, count,
  2158. fw->initvals_band.data->size - hdr_len);
  2159. if (err)
  2160. goto out;
  2161. }
  2162. out:
  2163. return err;
  2164. }
  2165. /* Initialize the GPIOs
  2166. * http://bcm-specs.sipsolutions.net/GPIO
  2167. */
  2168. static int b43_gpio_init(struct b43_wldev *dev)
  2169. {
  2170. struct ssb_bus *bus = dev->dev->bus;
  2171. struct ssb_device *gpiodev, *pcidev = NULL;
  2172. u32 mask, set;
  2173. b43_write32(dev, B43_MMIO_MACCTL, b43_read32(dev, B43_MMIO_MACCTL)
  2174. & ~B43_MACCTL_GPOUTSMSK);
  2175. b43_write16(dev, B43_MMIO_GPIO_MASK, b43_read16(dev, B43_MMIO_GPIO_MASK)
  2176. | 0x000F);
  2177. mask = 0x0000001F;
  2178. set = 0x0000000F;
  2179. if (dev->dev->bus->chip_id == 0x4301) {
  2180. mask |= 0x0060;
  2181. set |= 0x0060;
  2182. }
  2183. if (0 /* FIXME: conditional unknown */ ) {
  2184. b43_write16(dev, B43_MMIO_GPIO_MASK,
  2185. b43_read16(dev, B43_MMIO_GPIO_MASK)
  2186. | 0x0100);
  2187. mask |= 0x0180;
  2188. set |= 0x0180;
  2189. }
  2190. if (dev->dev->bus->sprom.boardflags_lo & B43_BFL_PACTRL) {
  2191. b43_write16(dev, B43_MMIO_GPIO_MASK,
  2192. b43_read16(dev, B43_MMIO_GPIO_MASK)
  2193. | 0x0200);
  2194. mask |= 0x0200;
  2195. set |= 0x0200;
  2196. }
  2197. if (dev->dev->id.revision >= 2)
  2198. mask |= 0x0010; /* FIXME: This is redundant. */
  2199. #ifdef CONFIG_SSB_DRIVER_PCICORE
  2200. pcidev = bus->pcicore.dev;
  2201. #endif
  2202. gpiodev = bus->chipco.dev ? : pcidev;
  2203. if (!gpiodev)
  2204. return 0;
  2205. ssb_write32(gpiodev, B43_GPIO_CONTROL,
  2206. (ssb_read32(gpiodev, B43_GPIO_CONTROL)
  2207. & mask) | set);
  2208. return 0;
  2209. }
  2210. /* Turn off all GPIO stuff. Call this on module unload, for example. */
  2211. static void b43_gpio_cleanup(struct b43_wldev *dev)
  2212. {
  2213. struct ssb_bus *bus = dev->dev->bus;
  2214. struct ssb_device *gpiodev, *pcidev = NULL;
  2215. #ifdef CONFIG_SSB_DRIVER_PCICORE
  2216. pcidev = bus->pcicore.dev;
  2217. #endif
  2218. gpiodev = bus->chipco.dev ? : pcidev;
  2219. if (!gpiodev)
  2220. return;
  2221. ssb_write32(gpiodev, B43_GPIO_CONTROL, 0);
  2222. }
  2223. /* http://bcm-specs.sipsolutions.net/EnableMac */
  2224. void b43_mac_enable(struct b43_wldev *dev)
  2225. {
  2226. if (b43_debug(dev, B43_DBG_FIRMWARE)) {
  2227. u16 fwstate;
  2228. fwstate = b43_shm_read16(dev, B43_SHM_SHARED,
  2229. B43_SHM_SH_UCODESTAT);
  2230. if ((fwstate != B43_SHM_SH_UCODESTAT_SUSP) &&
  2231. (fwstate != B43_SHM_SH_UCODESTAT_SLEEP)) {
  2232. b43err(dev->wl, "b43_mac_enable(): The firmware "
  2233. "should be suspended, but current state is %u\n",
  2234. fwstate);
  2235. }
  2236. }
  2237. dev->mac_suspended--;
  2238. B43_WARN_ON(dev->mac_suspended < 0);
  2239. if (dev->mac_suspended == 0) {
  2240. b43_write32(dev, B43_MMIO_MACCTL,
  2241. b43_read32(dev, B43_MMIO_MACCTL)
  2242. | B43_MACCTL_ENABLED);
  2243. b43_write32(dev, B43_MMIO_GEN_IRQ_REASON,
  2244. B43_IRQ_MAC_SUSPENDED);
  2245. /* Commit writes */
  2246. b43_read32(dev, B43_MMIO_MACCTL);
  2247. b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
  2248. b43_power_saving_ctl_bits(dev, 0);
  2249. }
  2250. }
  2251. /* http://bcm-specs.sipsolutions.net/SuspendMAC */
  2252. void b43_mac_suspend(struct b43_wldev *dev)
  2253. {
  2254. int i;
  2255. u32 tmp;
  2256. might_sleep();
  2257. B43_WARN_ON(dev->mac_suspended < 0);
  2258. if (dev->mac_suspended == 0) {
  2259. b43_power_saving_ctl_bits(dev, B43_PS_AWAKE);
  2260. b43_write32(dev, B43_MMIO_MACCTL,
  2261. b43_read32(dev, B43_MMIO_MACCTL)
  2262. & ~B43_MACCTL_ENABLED);
  2263. /* force pci to flush the write */
  2264. b43_read32(dev, B43_MMIO_MACCTL);
  2265. for (i = 35; i; i--) {
  2266. tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
  2267. if (tmp & B43_IRQ_MAC_SUSPENDED)
  2268. goto out;
  2269. udelay(10);
  2270. }
  2271. /* Hm, it seems this will take some time. Use msleep(). */
  2272. for (i = 40; i; i--) {
  2273. tmp = b43_read32(dev, B43_MMIO_GEN_IRQ_REASON);
  2274. if (tmp & B43_IRQ_MAC_SUSPENDED)
  2275. goto out;
  2276. msleep(1);
  2277. }
  2278. b43err(dev->wl, "MAC suspend failed\n");
  2279. }
  2280. out:
  2281. dev->mac_suspended++;
  2282. }
  2283. static void b43_adjust_opmode(struct b43_wldev *dev)
  2284. {
  2285. struct b43_wl *wl = dev->wl;
  2286. u32 ctl;
  2287. u16 cfp_pretbtt;
  2288. ctl = b43_read32(dev, B43_MMIO_MACCTL);
  2289. /* Reset status to STA infrastructure mode. */
  2290. ctl &= ~B43_MACCTL_AP;
  2291. ctl &= ~B43_MACCTL_KEEP_CTL;
  2292. ctl &= ~B43_MACCTL_KEEP_BADPLCP;
  2293. ctl &= ~B43_MACCTL_KEEP_BAD;
  2294. ctl &= ~B43_MACCTL_PROMISC;
  2295. ctl &= ~B43_MACCTL_BEACPROMISC;
  2296. ctl |= B43_MACCTL_INFRA;
  2297. if (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
  2298. b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT))
  2299. ctl |= B43_MACCTL_AP;
  2300. else if (b43_is_mode(wl, NL80211_IFTYPE_ADHOC))
  2301. ctl &= ~B43_MACCTL_INFRA;
  2302. if (wl->filter_flags & FIF_CONTROL)
  2303. ctl |= B43_MACCTL_KEEP_CTL;
  2304. if (wl->filter_flags & FIF_FCSFAIL)
  2305. ctl |= B43_MACCTL_KEEP_BAD;
  2306. if (wl->filter_flags & FIF_PLCPFAIL)
  2307. ctl |= B43_MACCTL_KEEP_BADPLCP;
  2308. if (wl->filter_flags & FIF_PROMISC_IN_BSS)
  2309. ctl |= B43_MACCTL_PROMISC;
  2310. if (wl->filter_flags & FIF_BCN_PRBRESP_PROMISC)
  2311. ctl |= B43_MACCTL_BEACPROMISC;
  2312. /* Workaround: On old hardware the HW-MAC-address-filter
  2313. * doesn't work properly, so always run promisc in filter
  2314. * it in software. */
  2315. if (dev->dev->id.revision <= 4)
  2316. ctl |= B43_MACCTL_PROMISC;
  2317. b43_write32(dev, B43_MMIO_MACCTL, ctl);
  2318. cfp_pretbtt = 2;
  2319. if ((ctl & B43_MACCTL_INFRA) && !(ctl & B43_MACCTL_AP)) {
  2320. if (dev->dev->bus->chip_id == 0x4306 &&
  2321. dev->dev->bus->chip_rev == 3)
  2322. cfp_pretbtt = 100;
  2323. else
  2324. cfp_pretbtt = 50;
  2325. }
  2326. b43_write16(dev, 0x612, cfp_pretbtt);
  2327. }
  2328. static void b43_rate_memory_write(struct b43_wldev *dev, u16 rate, int is_ofdm)
  2329. {
  2330. u16 offset;
  2331. if (is_ofdm) {
  2332. offset = 0x480;
  2333. offset += (b43_plcp_get_ratecode_ofdm(rate) & 0x000F) * 2;
  2334. } else {
  2335. offset = 0x4C0;
  2336. offset += (b43_plcp_get_ratecode_cck(rate) & 0x000F) * 2;
  2337. }
  2338. b43_shm_write16(dev, B43_SHM_SHARED, offset + 0x20,
  2339. b43_shm_read16(dev, B43_SHM_SHARED, offset));
  2340. }
  2341. static void b43_rate_memory_init(struct b43_wldev *dev)
  2342. {
  2343. switch (dev->phy.type) {
  2344. case B43_PHYTYPE_A:
  2345. case B43_PHYTYPE_G:
  2346. case B43_PHYTYPE_N:
  2347. b43_rate_memory_write(dev, B43_OFDM_RATE_6MB, 1);
  2348. b43_rate_memory_write(dev, B43_OFDM_RATE_12MB, 1);
  2349. b43_rate_memory_write(dev, B43_OFDM_RATE_18MB, 1);
  2350. b43_rate_memory_write(dev, B43_OFDM_RATE_24MB, 1);
  2351. b43_rate_memory_write(dev, B43_OFDM_RATE_36MB, 1);
  2352. b43_rate_memory_write(dev, B43_OFDM_RATE_48MB, 1);
  2353. b43_rate_memory_write(dev, B43_OFDM_RATE_54MB, 1);
  2354. if (dev->phy.type == B43_PHYTYPE_A)
  2355. break;
  2356. /* fallthrough */
  2357. case B43_PHYTYPE_B:
  2358. b43_rate_memory_write(dev, B43_CCK_RATE_1MB, 0);
  2359. b43_rate_memory_write(dev, B43_CCK_RATE_2MB, 0);
  2360. b43_rate_memory_write(dev, B43_CCK_RATE_5MB, 0);
  2361. b43_rate_memory_write(dev, B43_CCK_RATE_11MB, 0);
  2362. break;
  2363. default:
  2364. B43_WARN_ON(1);
  2365. }
  2366. }
  2367. /* Set the default values for the PHY TX Control Words. */
  2368. static void b43_set_phytxctl_defaults(struct b43_wldev *dev)
  2369. {
  2370. u16 ctl = 0;
  2371. ctl |= B43_TXH_PHY_ENC_CCK;
  2372. ctl |= B43_TXH_PHY_ANT01AUTO;
  2373. ctl |= B43_TXH_PHY_TXPWR;
  2374. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_BEACPHYCTL, ctl);
  2375. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, ctl);
  2376. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, ctl);
  2377. }
  2378. /* Set the TX-Antenna for management frames sent by firmware. */
  2379. static void b43_mgmtframe_txantenna(struct b43_wldev *dev, int antenna)
  2380. {
  2381. u16 ant;
  2382. u16 tmp;
  2383. ant = b43_antenna_to_phyctl(antenna);
  2384. /* For ACK/CTS */
  2385. tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL);
  2386. tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
  2387. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_ACKCTSPHYCTL, tmp);
  2388. /* For Probe Resposes */
  2389. tmp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL);
  2390. tmp = (tmp & ~B43_TXH_PHY_ANT) | ant;
  2391. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRPHYCTL, tmp);
  2392. }
  2393. /* This is the opposite of b43_chip_init() */
  2394. static void b43_chip_exit(struct b43_wldev *dev)
  2395. {
  2396. b43_phy_exit(dev);
  2397. b43_gpio_cleanup(dev);
  2398. /* firmware is released later */
  2399. }
  2400. /* Initialize the chip
  2401. * http://bcm-specs.sipsolutions.net/ChipInit
  2402. */
  2403. static int b43_chip_init(struct b43_wldev *dev)
  2404. {
  2405. struct b43_phy *phy = &dev->phy;
  2406. int err;
  2407. u32 value32, macctl;
  2408. u16 value16;
  2409. /* Initialize the MAC control */
  2410. macctl = B43_MACCTL_IHR_ENABLED | B43_MACCTL_SHM_ENABLED;
  2411. if (dev->phy.gmode)
  2412. macctl |= B43_MACCTL_GMODE;
  2413. macctl |= B43_MACCTL_INFRA;
  2414. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  2415. err = b43_request_firmware(dev);
  2416. if (err)
  2417. goto out;
  2418. err = b43_upload_microcode(dev);
  2419. if (err)
  2420. goto out; /* firmware is released later */
  2421. err = b43_gpio_init(dev);
  2422. if (err)
  2423. goto out; /* firmware is released later */
  2424. err = b43_upload_initvals(dev);
  2425. if (err)
  2426. goto err_gpio_clean;
  2427. /* Turn the Analog on and initialize the PHY. */
  2428. phy->ops->switch_analog(dev, 1);
  2429. err = b43_phy_init(dev);
  2430. if (err)
  2431. goto err_gpio_clean;
  2432. /* Disable Interference Mitigation. */
  2433. if (phy->ops->interf_mitigation)
  2434. phy->ops->interf_mitigation(dev, B43_INTERFMODE_NONE);
  2435. /* Select the antennae */
  2436. if (phy->ops->set_rx_antenna)
  2437. phy->ops->set_rx_antenna(dev, B43_ANTENNA_DEFAULT);
  2438. b43_mgmtframe_txantenna(dev, B43_ANTENNA_DEFAULT);
  2439. if (phy->type == B43_PHYTYPE_B) {
  2440. value16 = b43_read16(dev, 0x005E);
  2441. value16 |= 0x0004;
  2442. b43_write16(dev, 0x005E, value16);
  2443. }
  2444. b43_write32(dev, 0x0100, 0x01000000);
  2445. if (dev->dev->id.revision < 5)
  2446. b43_write32(dev, 0x010C, 0x01000000);
  2447. b43_write32(dev, B43_MMIO_MACCTL, b43_read32(dev, B43_MMIO_MACCTL)
  2448. & ~B43_MACCTL_INFRA);
  2449. b43_write32(dev, B43_MMIO_MACCTL, b43_read32(dev, B43_MMIO_MACCTL)
  2450. | B43_MACCTL_INFRA);
  2451. /* Probe Response Timeout value */
  2452. /* FIXME: Default to 0, has to be set by ioctl probably... :-/ */
  2453. b43_shm_write16(dev, B43_SHM_SHARED, 0x0074, 0x0000);
  2454. /* Initially set the wireless operation mode. */
  2455. b43_adjust_opmode(dev);
  2456. if (dev->dev->id.revision < 3) {
  2457. b43_write16(dev, 0x060E, 0x0000);
  2458. b43_write16(dev, 0x0610, 0x8000);
  2459. b43_write16(dev, 0x0604, 0x0000);
  2460. b43_write16(dev, 0x0606, 0x0200);
  2461. } else {
  2462. b43_write32(dev, 0x0188, 0x80000000);
  2463. b43_write32(dev, 0x018C, 0x02000000);
  2464. }
  2465. b43_write32(dev, B43_MMIO_GEN_IRQ_REASON, 0x00004000);
  2466. b43_write32(dev, B43_MMIO_DMA0_IRQ_MASK, 0x0001DC00);
  2467. b43_write32(dev, B43_MMIO_DMA1_IRQ_MASK, 0x0000DC00);
  2468. b43_write32(dev, B43_MMIO_DMA2_IRQ_MASK, 0x0000DC00);
  2469. b43_write32(dev, B43_MMIO_DMA3_IRQ_MASK, 0x0001DC00);
  2470. b43_write32(dev, B43_MMIO_DMA4_IRQ_MASK, 0x0000DC00);
  2471. b43_write32(dev, B43_MMIO_DMA5_IRQ_MASK, 0x0000DC00);
  2472. value32 = ssb_read32(dev->dev, SSB_TMSLOW);
  2473. value32 |= 0x00100000;
  2474. ssb_write32(dev->dev, SSB_TMSLOW, value32);
  2475. b43_write16(dev, B43_MMIO_POWERUP_DELAY,
  2476. dev->dev->bus->chipco.fast_pwrup_delay);
  2477. err = 0;
  2478. b43dbg(dev->wl, "Chip initialized\n");
  2479. out:
  2480. return err;
  2481. err_gpio_clean:
  2482. b43_gpio_cleanup(dev);
  2483. return err;
  2484. }
  2485. static void b43_periodic_every60sec(struct b43_wldev *dev)
  2486. {
  2487. const struct b43_phy_operations *ops = dev->phy.ops;
  2488. if (ops->pwork_60sec)
  2489. ops->pwork_60sec(dev);
  2490. /* Force check the TX power emission now. */
  2491. b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME);
  2492. }
  2493. static void b43_periodic_every30sec(struct b43_wldev *dev)
  2494. {
  2495. /* Update device statistics. */
  2496. b43_calculate_link_quality(dev);
  2497. }
  2498. static void b43_periodic_every15sec(struct b43_wldev *dev)
  2499. {
  2500. struct b43_phy *phy = &dev->phy;
  2501. u16 wdr;
  2502. if (dev->fw.opensource) {
  2503. /* Check if the firmware is still alive.
  2504. * It will reset the watchdog counter to 0 in its idle loop. */
  2505. wdr = b43_shm_read16(dev, B43_SHM_SCRATCH, B43_WATCHDOG_REG);
  2506. if (unlikely(wdr)) {
  2507. b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
  2508. b43_controller_restart(dev, "Firmware watchdog");
  2509. return;
  2510. } else {
  2511. b43_shm_write16(dev, B43_SHM_SCRATCH,
  2512. B43_WATCHDOG_REG, 1);
  2513. }
  2514. }
  2515. if (phy->ops->pwork_15sec)
  2516. phy->ops->pwork_15sec(dev);
  2517. atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
  2518. wmb();
  2519. }
  2520. static void do_periodic_work(struct b43_wldev *dev)
  2521. {
  2522. unsigned int state;
  2523. state = dev->periodic_state;
  2524. if (state % 4 == 0)
  2525. b43_periodic_every60sec(dev);
  2526. if (state % 2 == 0)
  2527. b43_periodic_every30sec(dev);
  2528. b43_periodic_every15sec(dev);
  2529. }
  2530. /* Periodic work locking policy:
  2531. * The whole periodic work handler is protected by
  2532. * wl->mutex. If another lock is needed somewhere in the
  2533. * pwork callchain, it's aquired in-place, where it's needed.
  2534. */
  2535. static void b43_periodic_work_handler(struct work_struct *work)
  2536. {
  2537. struct b43_wldev *dev = container_of(work, struct b43_wldev,
  2538. periodic_work.work);
  2539. struct b43_wl *wl = dev->wl;
  2540. unsigned long delay;
  2541. mutex_lock(&wl->mutex);
  2542. if (unlikely(b43_status(dev) != B43_STAT_STARTED))
  2543. goto out;
  2544. if (b43_debug(dev, B43_DBG_PWORK_STOP))
  2545. goto out_requeue;
  2546. do_periodic_work(dev);
  2547. dev->periodic_state++;
  2548. out_requeue:
  2549. if (b43_debug(dev, B43_DBG_PWORK_FAST))
  2550. delay = msecs_to_jiffies(50);
  2551. else
  2552. delay = round_jiffies_relative(HZ * 15);
  2553. queue_delayed_work(wl->hw->workqueue, &dev->periodic_work, delay);
  2554. out:
  2555. mutex_unlock(&wl->mutex);
  2556. }
  2557. static void b43_periodic_tasks_setup(struct b43_wldev *dev)
  2558. {
  2559. struct delayed_work *work = &dev->periodic_work;
  2560. dev->periodic_state = 0;
  2561. INIT_DELAYED_WORK(work, b43_periodic_work_handler);
  2562. queue_delayed_work(dev->wl->hw->workqueue, work, 0);
  2563. }
  2564. /* Check if communication with the device works correctly. */
  2565. static int b43_validate_chipaccess(struct b43_wldev *dev)
  2566. {
  2567. u32 v, backup;
  2568. backup = b43_shm_read32(dev, B43_SHM_SHARED, 0);
  2569. /* Check for read/write and endianness problems. */
  2570. b43_shm_write32(dev, B43_SHM_SHARED, 0, 0x55AAAA55);
  2571. if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0x55AAAA55)
  2572. goto error;
  2573. b43_shm_write32(dev, B43_SHM_SHARED, 0, 0xAA5555AA);
  2574. if (b43_shm_read32(dev, B43_SHM_SHARED, 0) != 0xAA5555AA)
  2575. goto error;
  2576. b43_shm_write32(dev, B43_SHM_SHARED, 0, backup);
  2577. if ((dev->dev->id.revision >= 3) && (dev->dev->id.revision <= 10)) {
  2578. /* The 32bit register shadows the two 16bit registers
  2579. * with update sideeffects. Validate this. */
  2580. b43_write16(dev, B43_MMIO_TSF_CFP_START, 0xAAAA);
  2581. b43_write32(dev, B43_MMIO_TSF_CFP_START, 0xCCCCBBBB);
  2582. if (b43_read16(dev, B43_MMIO_TSF_CFP_START_LOW) != 0xBBBB)
  2583. goto error;
  2584. if (b43_read16(dev, B43_MMIO_TSF_CFP_START_HIGH) != 0xCCCC)
  2585. goto error;
  2586. }
  2587. b43_write32(dev, B43_MMIO_TSF_CFP_START, 0);
  2588. v = b43_read32(dev, B43_MMIO_MACCTL);
  2589. v |= B43_MACCTL_GMODE;
  2590. if (v != (B43_MACCTL_GMODE | B43_MACCTL_IHR_ENABLED))
  2591. goto error;
  2592. return 0;
  2593. error:
  2594. b43err(dev->wl, "Failed to validate the chipaccess\n");
  2595. return -ENODEV;
  2596. }
  2597. static void b43_security_init(struct b43_wldev *dev)
  2598. {
  2599. dev->max_nr_keys = (dev->dev->id.revision >= 5) ? 58 : 20;
  2600. B43_WARN_ON(dev->max_nr_keys > ARRAY_SIZE(dev->key));
  2601. dev->ktp = b43_shm_read16(dev, B43_SHM_SHARED, B43_SHM_SH_KTP);
  2602. /* KTP is a word address, but we address SHM bytewise.
  2603. * So multiply by two.
  2604. */
  2605. dev->ktp *= 2;
  2606. if (dev->dev->id.revision >= 5) {
  2607. /* Number of RCMTA address slots */
  2608. b43_write16(dev, B43_MMIO_RCMTA_COUNT, dev->max_nr_keys - 8);
  2609. }
  2610. b43_clear_keys(dev);
  2611. }
  2612. #ifdef CONFIG_B43_HWRNG
  2613. static int b43_rng_read(struct hwrng *rng, u32 *data)
  2614. {
  2615. struct b43_wl *wl = (struct b43_wl *)rng->priv;
  2616. unsigned long flags;
  2617. /* Don't take wl->mutex here, as it could deadlock with
  2618. * hwrng internal locking. It's not needed to take
  2619. * wl->mutex here, anyway. */
  2620. spin_lock_irqsave(&wl->irq_lock, flags);
  2621. *data = b43_read16(wl->current_dev, B43_MMIO_RNG);
  2622. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2623. return (sizeof(u16));
  2624. }
  2625. #endif /* CONFIG_B43_HWRNG */
  2626. static void b43_rng_exit(struct b43_wl *wl)
  2627. {
  2628. #ifdef CONFIG_B43_HWRNG
  2629. if (wl->rng_initialized)
  2630. hwrng_unregister(&wl->rng);
  2631. #endif /* CONFIG_B43_HWRNG */
  2632. }
  2633. static int b43_rng_init(struct b43_wl *wl)
  2634. {
  2635. int err = 0;
  2636. #ifdef CONFIG_B43_HWRNG
  2637. snprintf(wl->rng_name, ARRAY_SIZE(wl->rng_name),
  2638. "%s_%s", KBUILD_MODNAME, wiphy_name(wl->hw->wiphy));
  2639. wl->rng.name = wl->rng_name;
  2640. wl->rng.data_read = b43_rng_read;
  2641. wl->rng.priv = (unsigned long)wl;
  2642. wl->rng_initialized = 1;
  2643. err = hwrng_register(&wl->rng);
  2644. if (err) {
  2645. wl->rng_initialized = 0;
  2646. b43err(wl, "Failed to register the random "
  2647. "number generator (%d)\n", err);
  2648. }
  2649. #endif /* CONFIG_B43_HWRNG */
  2650. return err;
  2651. }
  2652. static int b43_op_tx(struct ieee80211_hw *hw,
  2653. struct sk_buff *skb)
  2654. {
  2655. struct b43_wl *wl = hw_to_b43_wl(hw);
  2656. struct b43_wldev *dev = wl->current_dev;
  2657. unsigned long flags;
  2658. int err;
  2659. if (unlikely(skb->len < 2 + 2 + 6)) {
  2660. /* Too short, this can't be a valid frame. */
  2661. goto drop_packet;
  2662. }
  2663. B43_WARN_ON(skb_shinfo(skb)->nr_frags);
  2664. if (unlikely(!dev))
  2665. goto drop_packet;
  2666. /* Transmissions on seperate queues can run concurrently. */
  2667. read_lock_irqsave(&wl->tx_lock, flags);
  2668. err = -ENODEV;
  2669. if (likely(b43_status(dev) >= B43_STAT_STARTED)) {
  2670. if (b43_using_pio_transfers(dev))
  2671. err = b43_pio_tx(dev, skb);
  2672. else
  2673. err = b43_dma_tx(dev, skb);
  2674. }
  2675. read_unlock_irqrestore(&wl->tx_lock, flags);
  2676. if (unlikely(err))
  2677. goto drop_packet;
  2678. return NETDEV_TX_OK;
  2679. drop_packet:
  2680. /* We can not transmit this packet. Drop it. */
  2681. dev_kfree_skb_any(skb);
  2682. return NETDEV_TX_OK;
  2683. }
  2684. /* Locking: wl->irq_lock */
  2685. static void b43_qos_params_upload(struct b43_wldev *dev,
  2686. const struct ieee80211_tx_queue_params *p,
  2687. u16 shm_offset)
  2688. {
  2689. u16 params[B43_NR_QOSPARAMS];
  2690. int bslots, tmp;
  2691. unsigned int i;
  2692. bslots = b43_read16(dev, B43_MMIO_RNG) & p->cw_min;
  2693. memset(&params, 0, sizeof(params));
  2694. params[B43_QOSPARAM_TXOP] = p->txop * 32;
  2695. params[B43_QOSPARAM_CWMIN] = p->cw_min;
  2696. params[B43_QOSPARAM_CWMAX] = p->cw_max;
  2697. params[B43_QOSPARAM_CWCUR] = p->cw_min;
  2698. params[B43_QOSPARAM_AIFS] = p->aifs;
  2699. params[B43_QOSPARAM_BSLOTS] = bslots;
  2700. params[B43_QOSPARAM_REGGAP] = bslots + p->aifs;
  2701. for (i = 0; i < ARRAY_SIZE(params); i++) {
  2702. if (i == B43_QOSPARAM_STATUS) {
  2703. tmp = b43_shm_read16(dev, B43_SHM_SHARED,
  2704. shm_offset + (i * 2));
  2705. /* Mark the parameters as updated. */
  2706. tmp |= 0x100;
  2707. b43_shm_write16(dev, B43_SHM_SHARED,
  2708. shm_offset + (i * 2),
  2709. tmp);
  2710. } else {
  2711. b43_shm_write16(dev, B43_SHM_SHARED,
  2712. shm_offset + (i * 2),
  2713. params[i]);
  2714. }
  2715. }
  2716. }
  2717. /* Mapping of mac80211 queue numbers to b43 QoS SHM offsets. */
  2718. static const u16 b43_qos_shm_offsets[] = {
  2719. /* [mac80211-queue-nr] = SHM_OFFSET, */
  2720. [0] = B43_QOS_VOICE,
  2721. [1] = B43_QOS_VIDEO,
  2722. [2] = B43_QOS_BESTEFFORT,
  2723. [3] = B43_QOS_BACKGROUND,
  2724. };
  2725. /* Update all QOS parameters in hardware. */
  2726. static void b43_qos_upload_all(struct b43_wldev *dev)
  2727. {
  2728. struct b43_wl *wl = dev->wl;
  2729. struct b43_qos_params *params;
  2730. unsigned int i;
  2731. BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
  2732. ARRAY_SIZE(wl->qos_params));
  2733. b43_mac_suspend(dev);
  2734. for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
  2735. params = &(wl->qos_params[i]);
  2736. b43_qos_params_upload(dev, &(params->p),
  2737. b43_qos_shm_offsets[i]);
  2738. }
  2739. b43_mac_enable(dev);
  2740. }
  2741. static void b43_qos_clear(struct b43_wl *wl)
  2742. {
  2743. struct b43_qos_params *params;
  2744. unsigned int i;
  2745. /* Initialize QoS parameters to sane defaults. */
  2746. BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
  2747. ARRAY_SIZE(wl->qos_params));
  2748. for (i = 0; i < ARRAY_SIZE(wl->qos_params); i++) {
  2749. params = &(wl->qos_params[i]);
  2750. switch (b43_qos_shm_offsets[i]) {
  2751. case B43_QOS_VOICE:
  2752. params->p.txop = 0;
  2753. params->p.aifs = 2;
  2754. params->p.cw_min = 0x0001;
  2755. params->p.cw_max = 0x0001;
  2756. break;
  2757. case B43_QOS_VIDEO:
  2758. params->p.txop = 0;
  2759. params->p.aifs = 2;
  2760. params->p.cw_min = 0x0001;
  2761. params->p.cw_max = 0x0001;
  2762. break;
  2763. case B43_QOS_BESTEFFORT:
  2764. params->p.txop = 0;
  2765. params->p.aifs = 3;
  2766. params->p.cw_min = 0x0001;
  2767. params->p.cw_max = 0x03FF;
  2768. break;
  2769. case B43_QOS_BACKGROUND:
  2770. params->p.txop = 0;
  2771. params->p.aifs = 7;
  2772. params->p.cw_min = 0x0001;
  2773. params->p.cw_max = 0x03FF;
  2774. break;
  2775. default:
  2776. B43_WARN_ON(1);
  2777. }
  2778. }
  2779. }
  2780. /* Initialize the core's QOS capabilities */
  2781. static void b43_qos_init(struct b43_wldev *dev)
  2782. {
  2783. /* Upload the current QOS parameters. */
  2784. b43_qos_upload_all(dev);
  2785. /* Enable QOS support. */
  2786. b43_hf_write(dev, b43_hf_read(dev) | B43_HF_EDCF);
  2787. b43_write16(dev, B43_MMIO_IFSCTL,
  2788. b43_read16(dev, B43_MMIO_IFSCTL)
  2789. | B43_MMIO_IFSCTL_USE_EDCF);
  2790. }
  2791. static int b43_op_conf_tx(struct ieee80211_hw *hw, u16 _queue,
  2792. const struct ieee80211_tx_queue_params *params)
  2793. {
  2794. struct b43_wl *wl = hw_to_b43_wl(hw);
  2795. struct b43_wldev *dev;
  2796. unsigned int queue = (unsigned int)_queue;
  2797. int err = -ENODEV;
  2798. if (queue >= ARRAY_SIZE(wl->qos_params)) {
  2799. /* Queue not available or don't support setting
  2800. * params on this queue. Return success to not
  2801. * confuse mac80211. */
  2802. return 0;
  2803. }
  2804. BUILD_BUG_ON(ARRAY_SIZE(b43_qos_shm_offsets) !=
  2805. ARRAY_SIZE(wl->qos_params));
  2806. mutex_lock(&wl->mutex);
  2807. dev = wl->current_dev;
  2808. if (unlikely(!dev || (b43_status(dev) < B43_STAT_INITIALIZED)))
  2809. goto out_unlock;
  2810. memcpy(&(wl->qos_params[queue].p), params, sizeof(*params));
  2811. b43_mac_suspend(dev);
  2812. b43_qos_params_upload(dev, &(wl->qos_params[queue].p),
  2813. b43_qos_shm_offsets[queue]);
  2814. b43_mac_enable(dev);
  2815. err = 0;
  2816. out_unlock:
  2817. mutex_unlock(&wl->mutex);
  2818. return err;
  2819. }
  2820. static int b43_op_get_tx_stats(struct ieee80211_hw *hw,
  2821. struct ieee80211_tx_queue_stats *stats)
  2822. {
  2823. struct b43_wl *wl = hw_to_b43_wl(hw);
  2824. struct b43_wldev *dev = wl->current_dev;
  2825. unsigned long flags;
  2826. int err = -ENODEV;
  2827. if (!dev)
  2828. goto out;
  2829. spin_lock_irqsave(&wl->irq_lock, flags);
  2830. if (likely(b43_status(dev) >= B43_STAT_STARTED)) {
  2831. if (b43_using_pio_transfers(dev))
  2832. b43_pio_get_tx_stats(dev, stats);
  2833. else
  2834. b43_dma_get_tx_stats(dev, stats);
  2835. err = 0;
  2836. }
  2837. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2838. out:
  2839. return err;
  2840. }
  2841. static int b43_op_get_stats(struct ieee80211_hw *hw,
  2842. struct ieee80211_low_level_stats *stats)
  2843. {
  2844. struct b43_wl *wl = hw_to_b43_wl(hw);
  2845. unsigned long flags;
  2846. spin_lock_irqsave(&wl->irq_lock, flags);
  2847. memcpy(stats, &wl->ieee_stats, sizeof(*stats));
  2848. spin_unlock_irqrestore(&wl->irq_lock, flags);
  2849. return 0;
  2850. }
  2851. static u64 b43_op_get_tsf(struct ieee80211_hw *hw)
  2852. {
  2853. struct b43_wl *wl = hw_to_b43_wl(hw);
  2854. struct b43_wldev *dev;
  2855. u64 tsf;
  2856. mutex_lock(&wl->mutex);
  2857. spin_lock_irq(&wl->irq_lock);
  2858. dev = wl->current_dev;
  2859. if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
  2860. b43_tsf_read(dev, &tsf);
  2861. else
  2862. tsf = 0;
  2863. spin_unlock_irq(&wl->irq_lock);
  2864. mutex_unlock(&wl->mutex);
  2865. return tsf;
  2866. }
  2867. static void b43_op_set_tsf(struct ieee80211_hw *hw, u64 tsf)
  2868. {
  2869. struct b43_wl *wl = hw_to_b43_wl(hw);
  2870. struct b43_wldev *dev;
  2871. mutex_lock(&wl->mutex);
  2872. spin_lock_irq(&wl->irq_lock);
  2873. dev = wl->current_dev;
  2874. if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED))
  2875. b43_tsf_write(dev, tsf);
  2876. spin_unlock_irq(&wl->irq_lock);
  2877. mutex_unlock(&wl->mutex);
  2878. }
  2879. static void b43_put_phy_into_reset(struct b43_wldev *dev)
  2880. {
  2881. struct ssb_device *sdev = dev->dev;
  2882. u32 tmslow;
  2883. tmslow = ssb_read32(sdev, SSB_TMSLOW);
  2884. tmslow &= ~B43_TMSLOW_GMODE;
  2885. tmslow |= B43_TMSLOW_PHYRESET;
  2886. tmslow |= SSB_TMSLOW_FGC;
  2887. ssb_write32(sdev, SSB_TMSLOW, tmslow);
  2888. msleep(1);
  2889. tmslow = ssb_read32(sdev, SSB_TMSLOW);
  2890. tmslow &= ~SSB_TMSLOW_FGC;
  2891. tmslow |= B43_TMSLOW_PHYRESET;
  2892. ssb_write32(sdev, SSB_TMSLOW, tmslow);
  2893. msleep(1);
  2894. }
  2895. static const char *band_to_string(enum ieee80211_band band)
  2896. {
  2897. switch (band) {
  2898. case IEEE80211_BAND_5GHZ:
  2899. return "5";
  2900. case IEEE80211_BAND_2GHZ:
  2901. return "2.4";
  2902. default:
  2903. break;
  2904. }
  2905. B43_WARN_ON(1);
  2906. return "";
  2907. }
  2908. /* Expects wl->mutex locked */
  2909. static int b43_switch_band(struct b43_wl *wl, struct ieee80211_channel *chan)
  2910. {
  2911. struct b43_wldev *up_dev = NULL;
  2912. struct b43_wldev *down_dev;
  2913. struct b43_wldev *d;
  2914. int err;
  2915. bool uninitialized_var(gmode);
  2916. int prev_status;
  2917. /* Find a device and PHY which supports the band. */
  2918. list_for_each_entry(d, &wl->devlist, list) {
  2919. switch (chan->band) {
  2920. case IEEE80211_BAND_5GHZ:
  2921. if (d->phy.supports_5ghz) {
  2922. up_dev = d;
  2923. gmode = 0;
  2924. }
  2925. break;
  2926. case IEEE80211_BAND_2GHZ:
  2927. if (d->phy.supports_2ghz) {
  2928. up_dev = d;
  2929. gmode = 1;
  2930. }
  2931. break;
  2932. default:
  2933. B43_WARN_ON(1);
  2934. return -EINVAL;
  2935. }
  2936. if (up_dev)
  2937. break;
  2938. }
  2939. if (!up_dev) {
  2940. b43err(wl, "Could not find a device for %s-GHz band operation\n",
  2941. band_to_string(chan->band));
  2942. return -ENODEV;
  2943. }
  2944. if ((up_dev == wl->current_dev) &&
  2945. (!!wl->current_dev->phy.gmode == !!gmode)) {
  2946. /* This device is already running. */
  2947. return 0;
  2948. }
  2949. b43dbg(wl, "Switching to %s-GHz band\n",
  2950. band_to_string(chan->band));
  2951. down_dev = wl->current_dev;
  2952. prev_status = b43_status(down_dev);
  2953. /* Shutdown the currently running core. */
  2954. if (prev_status >= B43_STAT_STARTED)
  2955. b43_wireless_core_stop(down_dev);
  2956. if (prev_status >= B43_STAT_INITIALIZED)
  2957. b43_wireless_core_exit(down_dev);
  2958. if (down_dev != up_dev) {
  2959. /* We switch to a different core, so we put PHY into
  2960. * RESET on the old core. */
  2961. b43_put_phy_into_reset(down_dev);
  2962. }
  2963. /* Now start the new core. */
  2964. up_dev->phy.gmode = gmode;
  2965. if (prev_status >= B43_STAT_INITIALIZED) {
  2966. err = b43_wireless_core_init(up_dev);
  2967. if (err) {
  2968. b43err(wl, "Fatal: Could not initialize device for "
  2969. "selected %s-GHz band\n",
  2970. band_to_string(chan->band));
  2971. goto init_failure;
  2972. }
  2973. }
  2974. if (prev_status >= B43_STAT_STARTED) {
  2975. err = b43_wireless_core_start(up_dev);
  2976. if (err) {
  2977. b43err(wl, "Fatal: Coult not start device for "
  2978. "selected %s-GHz band\n",
  2979. band_to_string(chan->band));
  2980. b43_wireless_core_exit(up_dev);
  2981. goto init_failure;
  2982. }
  2983. }
  2984. B43_WARN_ON(b43_status(up_dev) != prev_status);
  2985. wl->current_dev = up_dev;
  2986. return 0;
  2987. init_failure:
  2988. /* Whoops, failed to init the new core. No core is operating now. */
  2989. wl->current_dev = NULL;
  2990. return err;
  2991. }
  2992. /* Write the short and long frame retry limit values. */
  2993. static void b43_set_retry_limits(struct b43_wldev *dev,
  2994. unsigned int short_retry,
  2995. unsigned int long_retry)
  2996. {
  2997. /* The retry limit is a 4-bit counter. Enforce this to avoid overflowing
  2998. * the chip-internal counter. */
  2999. short_retry = min(short_retry, (unsigned int)0xF);
  3000. long_retry = min(long_retry, (unsigned int)0xF);
  3001. b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_SRLIMIT,
  3002. short_retry);
  3003. b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_LRLIMIT,
  3004. long_retry);
  3005. }
  3006. static int b43_op_config(struct ieee80211_hw *hw, u32 changed)
  3007. {
  3008. struct b43_wl *wl = hw_to_b43_wl(hw);
  3009. struct b43_wldev *dev;
  3010. struct b43_phy *phy;
  3011. struct ieee80211_conf *conf = &hw->conf;
  3012. unsigned long flags;
  3013. int antenna;
  3014. int err = 0;
  3015. mutex_lock(&wl->mutex);
  3016. /* Switch the band (if necessary). This might change the active core. */
  3017. err = b43_switch_band(wl, conf->channel);
  3018. if (err)
  3019. goto out_unlock_mutex;
  3020. dev = wl->current_dev;
  3021. phy = &dev->phy;
  3022. b43_mac_suspend(dev);
  3023. if (changed & IEEE80211_CONF_CHANGE_RETRY_LIMITS)
  3024. b43_set_retry_limits(dev, conf->short_frame_max_tx_count,
  3025. conf->long_frame_max_tx_count);
  3026. changed &= ~IEEE80211_CONF_CHANGE_RETRY_LIMITS;
  3027. if (!changed)
  3028. goto out_mac_enable;
  3029. /* Switch to the requested channel.
  3030. * The firmware takes care of races with the TX handler. */
  3031. if (conf->channel->hw_value != phy->channel)
  3032. b43_switch_channel(dev, conf->channel->hw_value);
  3033. dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_RADIOTAP);
  3034. /* Adjust the desired TX power level. */
  3035. if (conf->power_level != 0) {
  3036. spin_lock_irqsave(&wl->irq_lock, flags);
  3037. if (conf->power_level != phy->desired_txpower) {
  3038. phy->desired_txpower = conf->power_level;
  3039. b43_phy_txpower_check(dev, B43_TXPWR_IGNORE_TIME |
  3040. B43_TXPWR_IGNORE_TSSI);
  3041. }
  3042. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3043. }
  3044. /* Antennas for RX and management frame TX. */
  3045. antenna = B43_ANTENNA_DEFAULT;
  3046. b43_mgmtframe_txantenna(dev, antenna);
  3047. antenna = B43_ANTENNA_DEFAULT;
  3048. if (phy->ops->set_rx_antenna)
  3049. phy->ops->set_rx_antenna(dev, antenna);
  3050. if (wl->radio_enabled != phy->radio_on) {
  3051. if (wl->radio_enabled) {
  3052. b43_software_rfkill(dev, false);
  3053. b43info(dev->wl, "Radio turned on by software\n");
  3054. if (!dev->radio_hw_enable) {
  3055. b43info(dev->wl, "The hardware RF-kill button "
  3056. "still turns the radio physically off. "
  3057. "Press the button to turn it on.\n");
  3058. }
  3059. } else {
  3060. b43_software_rfkill(dev, true);
  3061. b43info(dev->wl, "Radio turned off by software\n");
  3062. }
  3063. }
  3064. out_mac_enable:
  3065. b43_mac_enable(dev);
  3066. out_unlock_mutex:
  3067. mutex_unlock(&wl->mutex);
  3068. return err;
  3069. }
  3070. static void b43_update_basic_rates(struct b43_wldev *dev, u32 brates)
  3071. {
  3072. struct ieee80211_supported_band *sband =
  3073. dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)];
  3074. struct ieee80211_rate *rate;
  3075. int i;
  3076. u16 basic, direct, offset, basic_offset, rateptr;
  3077. for (i = 0; i < sband->n_bitrates; i++) {
  3078. rate = &sband->bitrates[i];
  3079. if (b43_is_cck_rate(rate->hw_value)) {
  3080. direct = B43_SHM_SH_CCKDIRECT;
  3081. basic = B43_SHM_SH_CCKBASIC;
  3082. offset = b43_plcp_get_ratecode_cck(rate->hw_value);
  3083. offset &= 0xF;
  3084. } else {
  3085. direct = B43_SHM_SH_OFDMDIRECT;
  3086. basic = B43_SHM_SH_OFDMBASIC;
  3087. offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
  3088. offset &= 0xF;
  3089. }
  3090. rate = ieee80211_get_response_rate(sband, brates, rate->bitrate);
  3091. if (b43_is_cck_rate(rate->hw_value)) {
  3092. basic_offset = b43_plcp_get_ratecode_cck(rate->hw_value);
  3093. basic_offset &= 0xF;
  3094. } else {
  3095. basic_offset = b43_plcp_get_ratecode_ofdm(rate->hw_value);
  3096. basic_offset &= 0xF;
  3097. }
  3098. /*
  3099. * Get the pointer that we need to point to
  3100. * from the direct map
  3101. */
  3102. rateptr = b43_shm_read16(dev, B43_SHM_SHARED,
  3103. direct + 2 * basic_offset);
  3104. /* and write it to the basic map */
  3105. b43_shm_write16(dev, B43_SHM_SHARED, basic + 2 * offset,
  3106. rateptr);
  3107. }
  3108. }
  3109. static void b43_op_bss_info_changed(struct ieee80211_hw *hw,
  3110. struct ieee80211_vif *vif,
  3111. struct ieee80211_bss_conf *conf,
  3112. u32 changed)
  3113. {
  3114. struct b43_wl *wl = hw_to_b43_wl(hw);
  3115. struct b43_wldev *dev;
  3116. unsigned long flags;
  3117. mutex_lock(&wl->mutex);
  3118. dev = wl->current_dev;
  3119. if (!dev || b43_status(dev) < B43_STAT_STARTED)
  3120. goto out_unlock_mutex;
  3121. B43_WARN_ON(wl->vif != vif);
  3122. spin_lock_irqsave(&wl->irq_lock, flags);
  3123. if (changed & BSS_CHANGED_BSSID) {
  3124. if (conf->bssid)
  3125. memcpy(wl->bssid, conf->bssid, ETH_ALEN);
  3126. else
  3127. memset(wl->bssid, 0, ETH_ALEN);
  3128. }
  3129. if (b43_status(dev) >= B43_STAT_INITIALIZED) {
  3130. if (changed & BSS_CHANGED_BEACON &&
  3131. (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
  3132. b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
  3133. b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
  3134. b43_update_templates(wl);
  3135. if (changed & BSS_CHANGED_BSSID)
  3136. b43_write_mac_bssid_templates(dev);
  3137. }
  3138. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3139. b43_mac_suspend(dev);
  3140. /* Update templates for AP/mesh mode. */
  3141. if (changed & BSS_CHANGED_BEACON_INT &&
  3142. (b43_is_mode(wl, NL80211_IFTYPE_AP) ||
  3143. b43_is_mode(wl, NL80211_IFTYPE_MESH_POINT) ||
  3144. b43_is_mode(wl, NL80211_IFTYPE_ADHOC)))
  3145. b43_set_beacon_int(dev, conf->beacon_int);
  3146. if (changed & BSS_CHANGED_BASIC_RATES)
  3147. b43_update_basic_rates(dev, conf->basic_rates);
  3148. if (changed & BSS_CHANGED_ERP_SLOT) {
  3149. if (conf->use_short_slot)
  3150. b43_short_slot_timing_enable(dev);
  3151. else
  3152. b43_short_slot_timing_disable(dev);
  3153. }
  3154. b43_mac_enable(dev);
  3155. out_unlock_mutex:
  3156. mutex_unlock(&wl->mutex);
  3157. }
  3158. static int b43_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
  3159. struct ieee80211_vif *vif, struct ieee80211_sta *sta,
  3160. struct ieee80211_key_conf *key)
  3161. {
  3162. struct b43_wl *wl = hw_to_b43_wl(hw);
  3163. struct b43_wldev *dev;
  3164. u8 algorithm;
  3165. u8 index;
  3166. int err;
  3167. static const u8 bcast_addr[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
  3168. if (modparam_nohwcrypt)
  3169. return -ENOSPC; /* User disabled HW-crypto */
  3170. mutex_lock(&wl->mutex);
  3171. spin_lock_irq(&wl->irq_lock);
  3172. write_lock(&wl->tx_lock);
  3173. /* Why do we need all this locking here?
  3174. * mutex -> Every config operation must take it.
  3175. * irq_lock -> We modify the dev->key array, which is accessed
  3176. * in the IRQ handlers.
  3177. * tx_lock -> We modify the dev->key array, which is accessed
  3178. * in the TX handler.
  3179. */
  3180. dev = wl->current_dev;
  3181. err = -ENODEV;
  3182. if (!dev || b43_status(dev) < B43_STAT_INITIALIZED)
  3183. goto out_unlock;
  3184. if (dev->fw.pcm_request_failed || !dev->hwcrypto_enabled) {
  3185. /* We don't have firmware for the crypto engine.
  3186. * Must use software-crypto. */
  3187. err = -EOPNOTSUPP;
  3188. goto out_unlock;
  3189. }
  3190. err = -EINVAL;
  3191. switch (key->alg) {
  3192. case ALG_WEP:
  3193. if (key->keylen == WLAN_KEY_LEN_WEP40)
  3194. algorithm = B43_SEC_ALGO_WEP40;
  3195. else
  3196. algorithm = B43_SEC_ALGO_WEP104;
  3197. break;
  3198. case ALG_TKIP:
  3199. algorithm = B43_SEC_ALGO_TKIP;
  3200. break;
  3201. case ALG_CCMP:
  3202. algorithm = B43_SEC_ALGO_AES;
  3203. break;
  3204. default:
  3205. B43_WARN_ON(1);
  3206. goto out_unlock;
  3207. }
  3208. index = (u8) (key->keyidx);
  3209. if (index > 3)
  3210. goto out_unlock;
  3211. switch (cmd) {
  3212. case SET_KEY:
  3213. if (algorithm == B43_SEC_ALGO_TKIP) {
  3214. /* FIXME: No TKIP hardware encryption for now. */
  3215. err = -EOPNOTSUPP;
  3216. goto out_unlock;
  3217. }
  3218. if (key->flags & IEEE80211_KEY_FLAG_PAIRWISE) {
  3219. if (WARN_ON(!sta)) {
  3220. err = -EOPNOTSUPP;
  3221. goto out_unlock;
  3222. }
  3223. /* Pairwise key with an assigned MAC address. */
  3224. err = b43_key_write(dev, -1, algorithm,
  3225. key->key, key->keylen,
  3226. sta->addr, key);
  3227. } else {
  3228. /* Group key */
  3229. err = b43_key_write(dev, index, algorithm,
  3230. key->key, key->keylen, NULL, key);
  3231. }
  3232. if (err)
  3233. goto out_unlock;
  3234. if (algorithm == B43_SEC_ALGO_WEP40 ||
  3235. algorithm == B43_SEC_ALGO_WEP104) {
  3236. b43_hf_write(dev, b43_hf_read(dev) | B43_HF_USEDEFKEYS);
  3237. } else {
  3238. b43_hf_write(dev,
  3239. b43_hf_read(dev) & ~B43_HF_USEDEFKEYS);
  3240. }
  3241. key->flags |= IEEE80211_KEY_FLAG_GENERATE_IV;
  3242. break;
  3243. case DISABLE_KEY: {
  3244. err = b43_key_clear(dev, key->hw_key_idx);
  3245. if (err)
  3246. goto out_unlock;
  3247. break;
  3248. }
  3249. default:
  3250. B43_WARN_ON(1);
  3251. }
  3252. out_unlock:
  3253. if (!err) {
  3254. b43dbg(wl, "%s hardware based encryption for keyidx: %d, "
  3255. "mac: %pM\n",
  3256. cmd == SET_KEY ? "Using" : "Disabling", key->keyidx,
  3257. sta ? sta->addr : bcast_addr);
  3258. b43_dump_keymemory(dev);
  3259. }
  3260. write_unlock(&wl->tx_lock);
  3261. spin_unlock_irq(&wl->irq_lock);
  3262. mutex_unlock(&wl->mutex);
  3263. return err;
  3264. }
  3265. static void b43_op_configure_filter(struct ieee80211_hw *hw,
  3266. unsigned int changed, unsigned int *fflags,
  3267. int mc_count, struct dev_addr_list *mc_list)
  3268. {
  3269. struct b43_wl *wl = hw_to_b43_wl(hw);
  3270. struct b43_wldev *dev = wl->current_dev;
  3271. unsigned long flags;
  3272. if (!dev) {
  3273. *fflags = 0;
  3274. return;
  3275. }
  3276. spin_lock_irqsave(&wl->irq_lock, flags);
  3277. *fflags &= FIF_PROMISC_IN_BSS |
  3278. FIF_ALLMULTI |
  3279. FIF_FCSFAIL |
  3280. FIF_PLCPFAIL |
  3281. FIF_CONTROL |
  3282. FIF_OTHER_BSS |
  3283. FIF_BCN_PRBRESP_PROMISC;
  3284. changed &= FIF_PROMISC_IN_BSS |
  3285. FIF_ALLMULTI |
  3286. FIF_FCSFAIL |
  3287. FIF_PLCPFAIL |
  3288. FIF_CONTROL |
  3289. FIF_OTHER_BSS |
  3290. FIF_BCN_PRBRESP_PROMISC;
  3291. wl->filter_flags = *fflags;
  3292. if (changed && b43_status(dev) >= B43_STAT_INITIALIZED)
  3293. b43_adjust_opmode(dev);
  3294. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3295. }
  3296. /* Locking: wl->mutex */
  3297. static void b43_wireless_core_stop(struct b43_wldev *dev)
  3298. {
  3299. struct b43_wl *wl = dev->wl;
  3300. unsigned long flags;
  3301. if (b43_status(dev) < B43_STAT_STARTED)
  3302. return;
  3303. /* Disable and sync interrupts. We must do this before than
  3304. * setting the status to INITIALIZED, as the interrupt handler
  3305. * won't care about IRQs then. */
  3306. spin_lock_irqsave(&wl->irq_lock, flags);
  3307. b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, 0);
  3308. b43_read32(dev, B43_MMIO_GEN_IRQ_MASK); /* flush */
  3309. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3310. b43_synchronize_irq(dev);
  3311. write_lock_irqsave(&wl->tx_lock, flags);
  3312. b43_set_status(dev, B43_STAT_INITIALIZED);
  3313. write_unlock_irqrestore(&wl->tx_lock, flags);
  3314. b43_pio_stop(dev);
  3315. mutex_unlock(&wl->mutex);
  3316. /* Must unlock as it would otherwise deadlock. No races here.
  3317. * Cancel the possibly running self-rearming periodic work. */
  3318. cancel_delayed_work_sync(&dev->periodic_work);
  3319. mutex_lock(&wl->mutex);
  3320. b43_mac_suspend(dev);
  3321. free_irq(dev->dev->irq, dev);
  3322. b43dbg(wl, "Wireless interface stopped\n");
  3323. }
  3324. /* Locking: wl->mutex */
  3325. static int b43_wireless_core_start(struct b43_wldev *dev)
  3326. {
  3327. int err;
  3328. B43_WARN_ON(b43_status(dev) != B43_STAT_INITIALIZED);
  3329. drain_txstatus_queue(dev);
  3330. err = request_irq(dev->dev->irq, b43_interrupt_handler,
  3331. IRQF_SHARED, KBUILD_MODNAME, dev);
  3332. if (err) {
  3333. b43err(dev->wl, "Cannot request IRQ-%d\n", dev->dev->irq);
  3334. goto out;
  3335. }
  3336. /* We are ready to run. */
  3337. b43_set_status(dev, B43_STAT_STARTED);
  3338. /* Start data flow (TX/RX). */
  3339. b43_mac_enable(dev);
  3340. b43_write32(dev, B43_MMIO_GEN_IRQ_MASK, dev->irq_mask);
  3341. /* Start maintainance work */
  3342. b43_periodic_tasks_setup(dev);
  3343. b43dbg(dev->wl, "Wireless interface started\n");
  3344. out:
  3345. return err;
  3346. }
  3347. /* Get PHY and RADIO versioning numbers */
  3348. static int b43_phy_versioning(struct b43_wldev *dev)
  3349. {
  3350. struct b43_phy *phy = &dev->phy;
  3351. u32 tmp;
  3352. u8 analog_type;
  3353. u8 phy_type;
  3354. u8 phy_rev;
  3355. u16 radio_manuf;
  3356. u16 radio_ver;
  3357. u16 radio_rev;
  3358. int unsupported = 0;
  3359. /* Get PHY versioning */
  3360. tmp = b43_read16(dev, B43_MMIO_PHY_VER);
  3361. analog_type = (tmp & B43_PHYVER_ANALOG) >> B43_PHYVER_ANALOG_SHIFT;
  3362. phy_type = (tmp & B43_PHYVER_TYPE) >> B43_PHYVER_TYPE_SHIFT;
  3363. phy_rev = (tmp & B43_PHYVER_VERSION);
  3364. switch (phy_type) {
  3365. case B43_PHYTYPE_A:
  3366. if (phy_rev >= 4)
  3367. unsupported = 1;
  3368. break;
  3369. case B43_PHYTYPE_B:
  3370. if (phy_rev != 2 && phy_rev != 4 && phy_rev != 6
  3371. && phy_rev != 7)
  3372. unsupported = 1;
  3373. break;
  3374. case B43_PHYTYPE_G:
  3375. if (phy_rev > 9)
  3376. unsupported = 1;
  3377. break;
  3378. #ifdef CONFIG_B43_NPHY
  3379. case B43_PHYTYPE_N:
  3380. if (phy_rev > 4)
  3381. unsupported = 1;
  3382. break;
  3383. #endif
  3384. #ifdef CONFIG_B43_PHY_LP
  3385. case B43_PHYTYPE_LP:
  3386. if (phy_rev > 1)
  3387. unsupported = 1;
  3388. break;
  3389. #endif
  3390. default:
  3391. unsupported = 1;
  3392. };
  3393. if (unsupported) {
  3394. b43err(dev->wl, "FOUND UNSUPPORTED PHY "
  3395. "(Analog %u, Type %u, Revision %u)\n",
  3396. analog_type, phy_type, phy_rev);
  3397. return -EOPNOTSUPP;
  3398. }
  3399. b43dbg(dev->wl, "Found PHY: Analog %u, Type %u, Revision %u\n",
  3400. analog_type, phy_type, phy_rev);
  3401. /* Get RADIO versioning */
  3402. if (dev->dev->bus->chip_id == 0x4317) {
  3403. if (dev->dev->bus->chip_rev == 0)
  3404. tmp = 0x3205017F;
  3405. else if (dev->dev->bus->chip_rev == 1)
  3406. tmp = 0x4205017F;
  3407. else
  3408. tmp = 0x5205017F;
  3409. } else {
  3410. b43_write16(dev, B43_MMIO_RADIO_CONTROL, B43_RADIOCTL_ID);
  3411. tmp = b43_read16(dev, B43_MMIO_RADIO_DATA_LOW);
  3412. b43_write16(dev, B43_MMIO_RADIO_CONTROL, B43_RADIOCTL_ID);
  3413. tmp |= (u32)b43_read16(dev, B43_MMIO_RADIO_DATA_HIGH) << 16;
  3414. }
  3415. radio_manuf = (tmp & 0x00000FFF);
  3416. radio_ver = (tmp & 0x0FFFF000) >> 12;
  3417. radio_rev = (tmp & 0xF0000000) >> 28;
  3418. if (radio_manuf != 0x17F /* Broadcom */)
  3419. unsupported = 1;
  3420. switch (phy_type) {
  3421. case B43_PHYTYPE_A:
  3422. if (radio_ver != 0x2060)
  3423. unsupported = 1;
  3424. if (radio_rev != 1)
  3425. unsupported = 1;
  3426. if (radio_manuf != 0x17F)
  3427. unsupported = 1;
  3428. break;
  3429. case B43_PHYTYPE_B:
  3430. if ((radio_ver & 0xFFF0) != 0x2050)
  3431. unsupported = 1;
  3432. break;
  3433. case B43_PHYTYPE_G:
  3434. if (radio_ver != 0x2050)
  3435. unsupported = 1;
  3436. break;
  3437. case B43_PHYTYPE_N:
  3438. if (radio_ver != 0x2055 && radio_ver != 0x2056)
  3439. unsupported = 1;
  3440. break;
  3441. case B43_PHYTYPE_LP:
  3442. if (radio_ver != 0x2062)
  3443. unsupported = 1;
  3444. break;
  3445. default:
  3446. B43_WARN_ON(1);
  3447. }
  3448. if (unsupported) {
  3449. b43err(dev->wl, "FOUND UNSUPPORTED RADIO "
  3450. "(Manuf 0x%X, Version 0x%X, Revision %u)\n",
  3451. radio_manuf, radio_ver, radio_rev);
  3452. return -EOPNOTSUPP;
  3453. }
  3454. b43dbg(dev->wl, "Found Radio: Manuf 0x%X, Version 0x%X, Revision %u\n",
  3455. radio_manuf, radio_ver, radio_rev);
  3456. phy->radio_manuf = radio_manuf;
  3457. phy->radio_ver = radio_ver;
  3458. phy->radio_rev = radio_rev;
  3459. phy->analog = analog_type;
  3460. phy->type = phy_type;
  3461. phy->rev = phy_rev;
  3462. return 0;
  3463. }
  3464. static void setup_struct_phy_for_init(struct b43_wldev *dev,
  3465. struct b43_phy *phy)
  3466. {
  3467. phy->hardware_power_control = !!modparam_hwpctl;
  3468. phy->next_txpwr_check_time = jiffies;
  3469. /* PHY TX errors counter. */
  3470. atomic_set(&phy->txerr_cnt, B43_PHY_TX_BADNESS_LIMIT);
  3471. #if B43_DEBUG
  3472. phy->phy_locked = 0;
  3473. phy->radio_locked = 0;
  3474. #endif
  3475. }
  3476. static void setup_struct_wldev_for_init(struct b43_wldev *dev)
  3477. {
  3478. dev->dfq_valid = 0;
  3479. /* Assume the radio is enabled. If it's not enabled, the state will
  3480. * immediately get fixed on the first periodic work run. */
  3481. dev->radio_hw_enable = 1;
  3482. /* Stats */
  3483. memset(&dev->stats, 0, sizeof(dev->stats));
  3484. setup_struct_phy_for_init(dev, &dev->phy);
  3485. /* IRQ related flags */
  3486. dev->irq_reason = 0;
  3487. memset(dev->dma_reason, 0, sizeof(dev->dma_reason));
  3488. dev->irq_mask = B43_IRQ_MASKTEMPLATE;
  3489. if (b43_modparam_verbose < B43_VERBOSITY_DEBUG)
  3490. dev->irq_mask &= ~B43_IRQ_PHY_TXERR;
  3491. dev->mac_suspended = 1;
  3492. /* Noise calculation context */
  3493. memset(&dev->noisecalc, 0, sizeof(dev->noisecalc));
  3494. }
  3495. static void b43_bluetooth_coext_enable(struct b43_wldev *dev)
  3496. {
  3497. struct ssb_sprom *sprom = &dev->dev->bus->sprom;
  3498. u64 hf;
  3499. if (!modparam_btcoex)
  3500. return;
  3501. if (!(sprom->boardflags_lo & B43_BFL_BTCOEXIST))
  3502. return;
  3503. if (dev->phy.type != B43_PHYTYPE_B && !dev->phy.gmode)
  3504. return;
  3505. hf = b43_hf_read(dev);
  3506. if (sprom->boardflags_lo & B43_BFL_BTCMOD)
  3507. hf |= B43_HF_BTCOEXALT;
  3508. else
  3509. hf |= B43_HF_BTCOEX;
  3510. b43_hf_write(dev, hf);
  3511. }
  3512. static void b43_bluetooth_coext_disable(struct b43_wldev *dev)
  3513. {
  3514. if (!modparam_btcoex)
  3515. return;
  3516. //TODO
  3517. }
  3518. static void b43_imcfglo_timeouts_workaround(struct b43_wldev *dev)
  3519. {
  3520. #ifdef CONFIG_SSB_DRIVER_PCICORE
  3521. struct ssb_bus *bus = dev->dev->bus;
  3522. u32 tmp;
  3523. if (bus->pcicore.dev &&
  3524. bus->pcicore.dev->id.coreid == SSB_DEV_PCI &&
  3525. bus->pcicore.dev->id.revision <= 5) {
  3526. /* IMCFGLO timeouts workaround. */
  3527. tmp = ssb_read32(dev->dev, SSB_IMCFGLO);
  3528. tmp &= ~SSB_IMCFGLO_REQTO;
  3529. tmp &= ~SSB_IMCFGLO_SERTO;
  3530. switch (bus->bustype) {
  3531. case SSB_BUSTYPE_PCI:
  3532. case SSB_BUSTYPE_PCMCIA:
  3533. tmp |= 0x32;
  3534. break;
  3535. case SSB_BUSTYPE_SSB:
  3536. tmp |= 0x53;
  3537. break;
  3538. }
  3539. ssb_write32(dev->dev, SSB_IMCFGLO, tmp);
  3540. }
  3541. #endif /* CONFIG_SSB_DRIVER_PCICORE */
  3542. }
  3543. static void b43_set_synth_pu_delay(struct b43_wldev *dev, bool idle)
  3544. {
  3545. u16 pu_delay;
  3546. /* The time value is in microseconds. */
  3547. if (dev->phy.type == B43_PHYTYPE_A)
  3548. pu_delay = 3700;
  3549. else
  3550. pu_delay = 1050;
  3551. if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC) || idle)
  3552. pu_delay = 500;
  3553. if ((dev->phy.radio_ver == 0x2050) && (dev->phy.radio_rev == 8))
  3554. pu_delay = max(pu_delay, (u16)2400);
  3555. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SPUWKUP, pu_delay);
  3556. }
  3557. /* Set the TSF CFP pre-TargetBeaconTransmissionTime. */
  3558. static void b43_set_pretbtt(struct b43_wldev *dev)
  3559. {
  3560. u16 pretbtt;
  3561. /* The time value is in microseconds. */
  3562. if (b43_is_mode(dev->wl, NL80211_IFTYPE_ADHOC)) {
  3563. pretbtt = 2;
  3564. } else {
  3565. if (dev->phy.type == B43_PHYTYPE_A)
  3566. pretbtt = 120;
  3567. else
  3568. pretbtt = 250;
  3569. }
  3570. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRETBTT, pretbtt);
  3571. b43_write16(dev, B43_MMIO_TSF_CFP_PRETBTT, pretbtt);
  3572. }
  3573. /* Shutdown a wireless core */
  3574. /* Locking: wl->mutex */
  3575. static void b43_wireless_core_exit(struct b43_wldev *dev)
  3576. {
  3577. u32 macctl;
  3578. B43_WARN_ON(b43_status(dev) > B43_STAT_INITIALIZED);
  3579. if (b43_status(dev) != B43_STAT_INITIALIZED)
  3580. return;
  3581. b43_set_status(dev, B43_STAT_UNINIT);
  3582. /* Stop the microcode PSM. */
  3583. macctl = b43_read32(dev, B43_MMIO_MACCTL);
  3584. macctl &= ~B43_MACCTL_PSM_RUN;
  3585. macctl |= B43_MACCTL_PSM_JMP0;
  3586. b43_write32(dev, B43_MMIO_MACCTL, macctl);
  3587. if (!dev->suspend_in_progress) {
  3588. b43_leds_exit(dev);
  3589. b43_rng_exit(dev->wl);
  3590. }
  3591. b43_dma_free(dev);
  3592. b43_pio_free(dev);
  3593. b43_chip_exit(dev);
  3594. dev->phy.ops->switch_analog(dev, 0);
  3595. if (dev->wl->current_beacon) {
  3596. dev_kfree_skb_any(dev->wl->current_beacon);
  3597. dev->wl->current_beacon = NULL;
  3598. }
  3599. ssb_device_disable(dev->dev, 0);
  3600. ssb_bus_may_powerdown(dev->dev->bus);
  3601. }
  3602. /* Initialize a wireless core */
  3603. static int b43_wireless_core_init(struct b43_wldev *dev)
  3604. {
  3605. struct b43_wl *wl = dev->wl;
  3606. struct ssb_bus *bus = dev->dev->bus;
  3607. struct ssb_sprom *sprom = &bus->sprom;
  3608. struct b43_phy *phy = &dev->phy;
  3609. int err;
  3610. u64 hf;
  3611. u32 tmp;
  3612. B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
  3613. err = ssb_bus_powerup(bus, 0);
  3614. if (err)
  3615. goto out;
  3616. if (!ssb_device_is_enabled(dev->dev)) {
  3617. tmp = phy->gmode ? B43_TMSLOW_GMODE : 0;
  3618. b43_wireless_core_reset(dev, tmp);
  3619. }
  3620. /* Reset all data structures. */
  3621. setup_struct_wldev_for_init(dev);
  3622. phy->ops->prepare_structs(dev);
  3623. /* Enable IRQ routing to this device. */
  3624. ssb_pcicore_dev_irqvecs_enable(&bus->pcicore, dev->dev);
  3625. b43_imcfglo_timeouts_workaround(dev);
  3626. b43_bluetooth_coext_disable(dev);
  3627. if (phy->ops->prepare_hardware) {
  3628. err = phy->ops->prepare_hardware(dev);
  3629. if (err)
  3630. goto err_busdown;
  3631. }
  3632. err = b43_chip_init(dev);
  3633. if (err)
  3634. goto err_busdown;
  3635. b43_shm_write16(dev, B43_SHM_SHARED,
  3636. B43_SHM_SH_WLCOREREV, dev->dev->id.revision);
  3637. hf = b43_hf_read(dev);
  3638. if (phy->type == B43_PHYTYPE_G) {
  3639. hf |= B43_HF_SYMW;
  3640. if (phy->rev == 1)
  3641. hf |= B43_HF_GDCW;
  3642. if (sprom->boardflags_lo & B43_BFL_PACTRL)
  3643. hf |= B43_HF_OFDMPABOOST;
  3644. }
  3645. if (phy->radio_ver == 0x2050) {
  3646. if (phy->radio_rev == 6)
  3647. hf |= B43_HF_4318TSSI;
  3648. if (phy->radio_rev < 6)
  3649. hf |= B43_HF_VCORECALC;
  3650. }
  3651. if (sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW)
  3652. hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
  3653. #ifdef CONFIG_SSB_DRIVER_PCICORE
  3654. if ((bus->bustype == SSB_BUSTYPE_PCI) &&
  3655. (bus->pcicore.dev->id.revision <= 10))
  3656. hf |= B43_HF_PCISCW; /* PCI slow clock workaround. */
  3657. #endif
  3658. hf &= ~B43_HF_SKCFPUP;
  3659. b43_hf_write(dev, hf);
  3660. b43_set_retry_limits(dev, B43_DEFAULT_SHORT_RETRY_LIMIT,
  3661. B43_DEFAULT_LONG_RETRY_LIMIT);
  3662. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_SFFBLIM, 3);
  3663. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_LFFBLIM, 2);
  3664. /* Disable sending probe responses from firmware.
  3665. * Setting the MaxTime to one usec will always trigger
  3666. * a timeout, so we never send any probe resp.
  3667. * A timeout of zero is infinite. */
  3668. b43_shm_write16(dev, B43_SHM_SHARED, B43_SHM_SH_PRMAXTIME, 1);
  3669. b43_rate_memory_init(dev);
  3670. b43_set_phytxctl_defaults(dev);
  3671. /* Minimum Contention Window */
  3672. if (phy->type == B43_PHYTYPE_B) {
  3673. b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
  3674. } else {
  3675. b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
  3676. }
  3677. /* Maximum Contention Window */
  3678. b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);
  3679. if ((dev->dev->bus->bustype == SSB_BUSTYPE_PCMCIA) || B43_FORCE_PIO) {
  3680. dev->__using_pio_transfers = 1;
  3681. err = b43_pio_init(dev);
  3682. } else {
  3683. dev->__using_pio_transfers = 0;
  3684. err = b43_dma_init(dev);
  3685. }
  3686. if (err)
  3687. goto err_chip_exit;
  3688. b43_qos_init(dev);
  3689. b43_set_synth_pu_delay(dev, 1);
  3690. b43_bluetooth_coext_enable(dev);
  3691. ssb_bus_powerup(bus, !(sprom->boardflags_lo & B43_BFL_XTAL_NOSLOW));
  3692. b43_upload_card_macaddress(dev);
  3693. b43_security_init(dev);
  3694. if (!dev->suspend_in_progress)
  3695. b43_rng_init(wl);
  3696. b43_set_status(dev, B43_STAT_INITIALIZED);
  3697. if (!dev->suspend_in_progress)
  3698. b43_leds_init(dev);
  3699. out:
  3700. return err;
  3701. err_chip_exit:
  3702. b43_chip_exit(dev);
  3703. err_busdown:
  3704. ssb_bus_may_powerdown(bus);
  3705. B43_WARN_ON(b43_status(dev) != B43_STAT_UNINIT);
  3706. return err;
  3707. }
  3708. static int b43_op_add_interface(struct ieee80211_hw *hw,
  3709. struct ieee80211_if_init_conf *conf)
  3710. {
  3711. struct b43_wl *wl = hw_to_b43_wl(hw);
  3712. struct b43_wldev *dev;
  3713. unsigned long flags;
  3714. int err = -EOPNOTSUPP;
  3715. /* TODO: allow WDS/AP devices to coexist */
  3716. if (conf->type != NL80211_IFTYPE_AP &&
  3717. conf->type != NL80211_IFTYPE_MESH_POINT &&
  3718. conf->type != NL80211_IFTYPE_STATION &&
  3719. conf->type != NL80211_IFTYPE_WDS &&
  3720. conf->type != NL80211_IFTYPE_ADHOC)
  3721. return -EOPNOTSUPP;
  3722. mutex_lock(&wl->mutex);
  3723. if (wl->operating)
  3724. goto out_mutex_unlock;
  3725. b43dbg(wl, "Adding Interface type %d\n", conf->type);
  3726. dev = wl->current_dev;
  3727. wl->operating = 1;
  3728. wl->vif = conf->vif;
  3729. wl->if_type = conf->type;
  3730. memcpy(wl->mac_addr, conf->mac_addr, ETH_ALEN);
  3731. spin_lock_irqsave(&wl->irq_lock, flags);
  3732. b43_adjust_opmode(dev);
  3733. b43_set_pretbtt(dev);
  3734. b43_set_synth_pu_delay(dev, 0);
  3735. b43_upload_card_macaddress(dev);
  3736. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3737. err = 0;
  3738. out_mutex_unlock:
  3739. mutex_unlock(&wl->mutex);
  3740. return err;
  3741. }
  3742. static void b43_op_remove_interface(struct ieee80211_hw *hw,
  3743. struct ieee80211_if_init_conf *conf)
  3744. {
  3745. struct b43_wl *wl = hw_to_b43_wl(hw);
  3746. struct b43_wldev *dev = wl->current_dev;
  3747. unsigned long flags;
  3748. b43dbg(wl, "Removing Interface type %d\n", conf->type);
  3749. mutex_lock(&wl->mutex);
  3750. B43_WARN_ON(!wl->operating);
  3751. B43_WARN_ON(wl->vif != conf->vif);
  3752. wl->vif = NULL;
  3753. wl->operating = 0;
  3754. spin_lock_irqsave(&wl->irq_lock, flags);
  3755. b43_adjust_opmode(dev);
  3756. memset(wl->mac_addr, 0, ETH_ALEN);
  3757. b43_upload_card_macaddress(dev);
  3758. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3759. mutex_unlock(&wl->mutex);
  3760. }
  3761. static int b43_op_start(struct ieee80211_hw *hw)
  3762. {
  3763. struct b43_wl *wl = hw_to_b43_wl(hw);
  3764. struct b43_wldev *dev = wl->current_dev;
  3765. int did_init = 0;
  3766. int err = 0;
  3767. /* Kill all old instance specific information to make sure
  3768. * the card won't use it in the short timeframe between start
  3769. * and mac80211 reconfiguring it. */
  3770. memset(wl->bssid, 0, ETH_ALEN);
  3771. memset(wl->mac_addr, 0, ETH_ALEN);
  3772. wl->filter_flags = 0;
  3773. wl->radiotap_enabled = 0;
  3774. b43_qos_clear(wl);
  3775. wl->beacon0_uploaded = 0;
  3776. wl->beacon1_uploaded = 0;
  3777. wl->beacon_templates_virgin = 1;
  3778. wl->radio_enabled = 1;
  3779. mutex_lock(&wl->mutex);
  3780. if (b43_status(dev) < B43_STAT_INITIALIZED) {
  3781. err = b43_wireless_core_init(dev);
  3782. if (err)
  3783. goto out_mutex_unlock;
  3784. did_init = 1;
  3785. }
  3786. if (b43_status(dev) < B43_STAT_STARTED) {
  3787. err = b43_wireless_core_start(dev);
  3788. if (err) {
  3789. if (did_init)
  3790. b43_wireless_core_exit(dev);
  3791. goto out_mutex_unlock;
  3792. }
  3793. }
  3794. /* XXX: only do if device doesn't support rfkill irq */
  3795. wiphy_rfkill_start_polling(hw->wiphy);
  3796. out_mutex_unlock:
  3797. mutex_unlock(&wl->mutex);
  3798. return err;
  3799. }
  3800. static void b43_op_stop(struct ieee80211_hw *hw)
  3801. {
  3802. struct b43_wl *wl = hw_to_b43_wl(hw);
  3803. struct b43_wldev *dev = wl->current_dev;
  3804. cancel_work_sync(&(wl->beacon_update_trigger));
  3805. mutex_lock(&wl->mutex);
  3806. if (b43_status(dev) >= B43_STAT_STARTED)
  3807. b43_wireless_core_stop(dev);
  3808. b43_wireless_core_exit(dev);
  3809. wl->radio_enabled = 0;
  3810. mutex_unlock(&wl->mutex);
  3811. cancel_work_sync(&(wl->txpower_adjust_work));
  3812. }
  3813. static int b43_op_beacon_set_tim(struct ieee80211_hw *hw,
  3814. struct ieee80211_sta *sta, bool set)
  3815. {
  3816. struct b43_wl *wl = hw_to_b43_wl(hw);
  3817. unsigned long flags;
  3818. spin_lock_irqsave(&wl->irq_lock, flags);
  3819. b43_update_templates(wl);
  3820. spin_unlock_irqrestore(&wl->irq_lock, flags);
  3821. return 0;
  3822. }
  3823. static void b43_op_sta_notify(struct ieee80211_hw *hw,
  3824. struct ieee80211_vif *vif,
  3825. enum sta_notify_cmd notify_cmd,
  3826. struct ieee80211_sta *sta)
  3827. {
  3828. struct b43_wl *wl = hw_to_b43_wl(hw);
  3829. B43_WARN_ON(!vif || wl->vif != vif);
  3830. }
  3831. static void b43_op_sw_scan_start_notifier(struct ieee80211_hw *hw)
  3832. {
  3833. struct b43_wl *wl = hw_to_b43_wl(hw);
  3834. struct b43_wldev *dev;
  3835. mutex_lock(&wl->mutex);
  3836. dev = wl->current_dev;
  3837. if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
  3838. /* Disable CFP update during scan on other channels. */
  3839. b43_hf_write(dev, b43_hf_read(dev) | B43_HF_SKCFPUP);
  3840. }
  3841. mutex_unlock(&wl->mutex);
  3842. }
  3843. static void b43_op_sw_scan_complete_notifier(struct ieee80211_hw *hw)
  3844. {
  3845. struct b43_wl *wl = hw_to_b43_wl(hw);
  3846. struct b43_wldev *dev;
  3847. mutex_lock(&wl->mutex);
  3848. dev = wl->current_dev;
  3849. if (dev && (b43_status(dev) >= B43_STAT_INITIALIZED)) {
  3850. /* Re-enable CFP update. */
  3851. b43_hf_write(dev, b43_hf_read(dev) & ~B43_HF_SKCFPUP);
  3852. }
  3853. mutex_unlock(&wl->mutex);
  3854. }
  3855. static const struct ieee80211_ops b43_hw_ops = {
  3856. .tx = b43_op_tx,
  3857. .conf_tx = b43_op_conf_tx,
  3858. .add_interface = b43_op_add_interface,
  3859. .remove_interface = b43_op_remove_interface,
  3860. .config = b43_op_config,
  3861. .bss_info_changed = b43_op_bss_info_changed,
  3862. .configure_filter = b43_op_configure_filter,
  3863. .set_key = b43_op_set_key,
  3864. .get_stats = b43_op_get_stats,
  3865. .get_tx_stats = b43_op_get_tx_stats,
  3866. .get_tsf = b43_op_get_tsf,
  3867. .set_tsf = b43_op_set_tsf,
  3868. .start = b43_op_start,
  3869. .stop = b43_op_stop,
  3870. .set_tim = b43_op_beacon_set_tim,
  3871. .sta_notify = b43_op_sta_notify,
  3872. .sw_scan_start = b43_op_sw_scan_start_notifier,
  3873. .sw_scan_complete = b43_op_sw_scan_complete_notifier,
  3874. .rfkill_poll = b43_rfkill_poll,
  3875. };
  3876. /* Hard-reset the chip. Do not call this directly.
  3877. * Use b43_controller_restart()
  3878. */
  3879. static void b43_chip_reset(struct work_struct *work)
  3880. {
  3881. struct b43_wldev *dev =
  3882. container_of(work, struct b43_wldev, restart_work);
  3883. struct b43_wl *wl = dev->wl;
  3884. int err = 0;
  3885. int prev_status;
  3886. mutex_lock(&wl->mutex);
  3887. prev_status = b43_status(dev);
  3888. /* Bring the device down... */
  3889. if (prev_status >= B43_STAT_STARTED)
  3890. b43_wireless_core_stop(dev);
  3891. if (prev_status >= B43_STAT_INITIALIZED)
  3892. b43_wireless_core_exit(dev);
  3893. /* ...and up again. */
  3894. if (prev_status >= B43_STAT_INITIALIZED) {
  3895. err = b43_wireless_core_init(dev);
  3896. if (err)
  3897. goto out;
  3898. }
  3899. if (prev_status >= B43_STAT_STARTED) {
  3900. err = b43_wireless_core_start(dev);
  3901. if (err) {
  3902. b43_wireless_core_exit(dev);
  3903. goto out;
  3904. }
  3905. }
  3906. out:
  3907. if (err)
  3908. wl->current_dev = NULL; /* Failed to init the dev. */
  3909. mutex_unlock(&wl->mutex);
  3910. if (err)
  3911. b43err(wl, "Controller restart FAILED\n");
  3912. else
  3913. b43info(wl, "Controller restarted\n");
  3914. }
  3915. static int b43_setup_bands(struct b43_wldev *dev,
  3916. bool have_2ghz_phy, bool have_5ghz_phy)
  3917. {
  3918. struct ieee80211_hw *hw = dev->wl->hw;
  3919. if (have_2ghz_phy)
  3920. hw->wiphy->bands[IEEE80211_BAND_2GHZ] = &b43_band_2GHz;
  3921. if (dev->phy.type == B43_PHYTYPE_N) {
  3922. if (have_5ghz_phy)
  3923. hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_nphy;
  3924. } else {
  3925. if (have_5ghz_phy)
  3926. hw->wiphy->bands[IEEE80211_BAND_5GHZ] = &b43_band_5GHz_aphy;
  3927. }
  3928. dev->phy.supports_2ghz = have_2ghz_phy;
  3929. dev->phy.supports_5ghz = have_5ghz_phy;
  3930. return 0;
  3931. }
  3932. static void b43_wireless_core_detach(struct b43_wldev *dev)
  3933. {
  3934. /* We release firmware that late to not be required to re-request
  3935. * is all the time when we reinit the core. */
  3936. b43_release_firmware(dev);
  3937. b43_phy_free(dev);
  3938. }
  3939. static int b43_wireless_core_attach(struct b43_wldev *dev)
  3940. {
  3941. struct b43_wl *wl = dev->wl;
  3942. struct ssb_bus *bus = dev->dev->bus;
  3943. struct pci_dev *pdev = bus->host_pci;
  3944. int err;
  3945. bool have_2ghz_phy = 0, have_5ghz_phy = 0;
  3946. u32 tmp;
  3947. /* Do NOT do any device initialization here.
  3948. * Do it in wireless_core_init() instead.
  3949. * This function is for gathering basic information about the HW, only.
  3950. * Also some structs may be set up here. But most likely you want to have
  3951. * that in core_init(), too.
  3952. */
  3953. err = ssb_bus_powerup(bus, 0);
  3954. if (err) {
  3955. b43err(wl, "Bus powerup failed\n");
  3956. goto out;
  3957. }
  3958. /* Get the PHY type. */
  3959. if (dev->dev->id.revision >= 5) {
  3960. u32 tmshigh;
  3961. tmshigh = ssb_read32(dev->dev, SSB_TMSHIGH);
  3962. have_2ghz_phy = !!(tmshigh & B43_TMSHIGH_HAVE_2GHZ_PHY);
  3963. have_5ghz_phy = !!(tmshigh & B43_TMSHIGH_HAVE_5GHZ_PHY);
  3964. } else
  3965. B43_WARN_ON(1);
  3966. dev->phy.gmode = have_2ghz_phy;
  3967. dev->phy.radio_on = 1;
  3968. tmp = dev->phy.gmode ? B43_TMSLOW_GMODE : 0;
  3969. b43_wireless_core_reset(dev, tmp);
  3970. err = b43_phy_versioning(dev);
  3971. if (err)
  3972. goto err_powerdown;
  3973. /* Check if this device supports multiband. */
  3974. if (!pdev ||
  3975. (pdev->device != 0x4312 &&
  3976. pdev->device != 0x4319 && pdev->device != 0x4324)) {
  3977. /* No multiband support. */
  3978. have_2ghz_phy = 0;
  3979. have_5ghz_phy = 0;
  3980. switch (dev->phy.type) {
  3981. case B43_PHYTYPE_A:
  3982. have_5ghz_phy = 1;
  3983. break;
  3984. case B43_PHYTYPE_G:
  3985. case B43_PHYTYPE_N:
  3986. case B43_PHYTYPE_LP:
  3987. have_2ghz_phy = 1;
  3988. break;
  3989. default:
  3990. B43_WARN_ON(1);
  3991. }
  3992. }
  3993. if (dev->phy.type == B43_PHYTYPE_A) {
  3994. /* FIXME */
  3995. b43err(wl, "IEEE 802.11a devices are unsupported\n");
  3996. err = -EOPNOTSUPP;
  3997. goto err_powerdown;
  3998. }
  3999. if (1 /* disable A-PHY */) {
  4000. /* FIXME: For now we disable the A-PHY on multi-PHY devices. */
  4001. if (dev->phy.type != B43_PHYTYPE_N) {
  4002. have_2ghz_phy = 1;
  4003. have_5ghz_phy = 0;
  4004. }
  4005. }
  4006. err = b43_phy_allocate(dev);
  4007. if (err)
  4008. goto err_powerdown;
  4009. dev->phy.gmode = have_2ghz_phy;
  4010. tmp = dev->phy.gmode ? B43_TMSLOW_GMODE : 0;
  4011. b43_wireless_core_reset(dev, tmp);
  4012. err = b43_validate_chipaccess(dev);
  4013. if (err)
  4014. goto err_phy_free;
  4015. err = b43_setup_bands(dev, have_2ghz_phy, have_5ghz_phy);
  4016. if (err)
  4017. goto err_phy_free;
  4018. /* Now set some default "current_dev" */
  4019. if (!wl->current_dev)
  4020. wl->current_dev = dev;
  4021. INIT_WORK(&dev->restart_work, b43_chip_reset);
  4022. dev->phy.ops->switch_analog(dev, 0);
  4023. ssb_device_disable(dev->dev, 0);
  4024. ssb_bus_may_powerdown(bus);
  4025. out:
  4026. return err;
  4027. err_phy_free:
  4028. b43_phy_free(dev);
  4029. err_powerdown:
  4030. ssb_bus_may_powerdown(bus);
  4031. return err;
  4032. }
  4033. static void b43_one_core_detach(struct ssb_device *dev)
  4034. {
  4035. struct b43_wldev *wldev;
  4036. struct b43_wl *wl;
  4037. /* Do not cancel ieee80211-workqueue based work here.
  4038. * See comment in b43_remove(). */
  4039. wldev = ssb_get_drvdata(dev);
  4040. wl = wldev->wl;
  4041. b43_debugfs_remove_device(wldev);
  4042. b43_wireless_core_detach(wldev);
  4043. list_del(&wldev->list);
  4044. wl->nr_devs--;
  4045. ssb_set_drvdata(dev, NULL);
  4046. kfree(wldev);
  4047. }
  4048. static int b43_one_core_attach(struct ssb_device *dev, struct b43_wl *wl)
  4049. {
  4050. struct b43_wldev *wldev;
  4051. struct pci_dev *pdev;
  4052. int err = -ENOMEM;
  4053. if (!list_empty(&wl->devlist)) {
  4054. /* We are not the first core on this chip. */
  4055. pdev = dev->bus->host_pci;
  4056. /* Only special chips support more than one wireless
  4057. * core, although some of the other chips have more than
  4058. * one wireless core as well. Check for this and
  4059. * bail out early.
  4060. */
  4061. if (!pdev ||
  4062. ((pdev->device != 0x4321) &&
  4063. (pdev->device != 0x4313) && (pdev->device != 0x431A))) {
  4064. b43dbg(wl, "Ignoring unconnected 802.11 core\n");
  4065. return -ENODEV;
  4066. }
  4067. }
  4068. wldev = kzalloc(sizeof(*wldev), GFP_KERNEL);
  4069. if (!wldev)
  4070. goto out;
  4071. wldev->dev = dev;
  4072. wldev->wl = wl;
  4073. b43_set_status(wldev, B43_STAT_UNINIT);
  4074. wldev->bad_frames_preempt = modparam_bad_frames_preempt;
  4075. tasklet_init(&wldev->isr_tasklet,
  4076. (void (*)(unsigned long))b43_interrupt_tasklet,
  4077. (unsigned long)wldev);
  4078. INIT_LIST_HEAD(&wldev->list);
  4079. err = b43_wireless_core_attach(wldev);
  4080. if (err)
  4081. goto err_kfree_wldev;
  4082. list_add(&wldev->list, &wl->devlist);
  4083. wl->nr_devs++;
  4084. ssb_set_drvdata(dev, wldev);
  4085. b43_debugfs_add_device(wldev);
  4086. out:
  4087. return err;
  4088. err_kfree_wldev:
  4089. kfree(wldev);
  4090. return err;
  4091. }
  4092. #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \
  4093. (pdev->vendor == PCI_VENDOR_ID_##_vendor) && \
  4094. (pdev->device == _device) && \
  4095. (pdev->subsystem_vendor == PCI_VENDOR_ID_##_subvendor) && \
  4096. (pdev->subsystem_device == _subdevice) )
  4097. static void b43_sprom_fixup(struct ssb_bus *bus)
  4098. {
  4099. struct pci_dev *pdev;
  4100. /* boardflags workarounds */
  4101. if (bus->boardinfo.vendor == SSB_BOARDVENDOR_DELL &&
  4102. bus->chip_id == 0x4301 && bus->boardinfo.rev == 0x74)
  4103. bus->sprom.boardflags_lo |= B43_BFL_BTCOEXIST;
  4104. if (bus->boardinfo.vendor == PCI_VENDOR_ID_APPLE &&
  4105. bus->boardinfo.type == 0x4E && bus->boardinfo.rev > 0x40)
  4106. bus->sprom.boardflags_lo |= B43_BFL_PACTRL;
  4107. if (bus->bustype == SSB_BUSTYPE_PCI) {
  4108. pdev = bus->host_pci;
  4109. if (IS_PDEV(pdev, BROADCOM, 0x4318, ASUSTEK, 0x100F) ||
  4110. IS_PDEV(pdev, BROADCOM, 0x4320, DELL, 0x0003) ||
  4111. IS_PDEV(pdev, BROADCOM, 0x4320, HP, 0x12f8) ||
  4112. IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0015) ||
  4113. IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0014) ||
  4114. IS_PDEV(pdev, BROADCOM, 0x4320, LINKSYS, 0x0013) ||
  4115. IS_PDEV(pdev, BROADCOM, 0x4320, MOTOROLA, 0x7010))
  4116. bus->sprom.boardflags_lo &= ~B43_BFL_BTCOEXIST;
  4117. }
  4118. }
  4119. static void b43_wireless_exit(struct ssb_device *dev, struct b43_wl *wl)
  4120. {
  4121. struct ieee80211_hw *hw = wl->hw;
  4122. ssb_set_devtypedata(dev, NULL);
  4123. ieee80211_free_hw(hw);
  4124. }
  4125. static int b43_wireless_init(struct ssb_device *dev)
  4126. {
  4127. struct ssb_sprom *sprom = &dev->bus->sprom;
  4128. struct ieee80211_hw *hw;
  4129. struct b43_wl *wl;
  4130. int err = -ENOMEM;
  4131. b43_sprom_fixup(dev->bus);
  4132. hw = ieee80211_alloc_hw(sizeof(*wl), &b43_hw_ops);
  4133. if (!hw) {
  4134. b43err(NULL, "Could not allocate ieee80211 device\n");
  4135. goto out;
  4136. }
  4137. wl = hw_to_b43_wl(hw);
  4138. /* fill hw info */
  4139. hw->flags = IEEE80211_HW_RX_INCLUDES_FCS |
  4140. IEEE80211_HW_SIGNAL_DBM |
  4141. IEEE80211_HW_NOISE_DBM;
  4142. hw->wiphy->interface_modes =
  4143. BIT(NL80211_IFTYPE_AP) |
  4144. BIT(NL80211_IFTYPE_MESH_POINT) |
  4145. BIT(NL80211_IFTYPE_STATION) |
  4146. BIT(NL80211_IFTYPE_WDS) |
  4147. BIT(NL80211_IFTYPE_ADHOC);
  4148. hw->queues = modparam_qos ? 4 : 1;
  4149. wl->mac80211_initially_registered_queues = hw->queues;
  4150. hw->max_rates = 2;
  4151. SET_IEEE80211_DEV(hw, dev->dev);
  4152. if (is_valid_ether_addr(sprom->et1mac))
  4153. SET_IEEE80211_PERM_ADDR(hw, sprom->et1mac);
  4154. else
  4155. SET_IEEE80211_PERM_ADDR(hw, sprom->il0mac);
  4156. /* Initialize struct b43_wl */
  4157. wl->hw = hw;
  4158. spin_lock_init(&wl->irq_lock);
  4159. rwlock_init(&wl->tx_lock);
  4160. spin_lock_init(&wl->leds_lock);
  4161. spin_lock_init(&wl->shm_lock);
  4162. mutex_init(&wl->mutex);
  4163. INIT_LIST_HEAD(&wl->devlist);
  4164. INIT_WORK(&wl->beacon_update_trigger, b43_beacon_update_trigger_work);
  4165. INIT_WORK(&wl->txpower_adjust_work, b43_phy_txpower_adjust_work);
  4166. ssb_set_devtypedata(dev, wl);
  4167. b43info(wl, "Broadcom %04X WLAN found (core revision %u)\n",
  4168. dev->bus->chip_id, dev->id.revision);
  4169. err = 0;
  4170. out:
  4171. return err;
  4172. }
  4173. static int b43_probe(struct ssb_device *dev, const struct ssb_device_id *id)
  4174. {
  4175. struct b43_wl *wl;
  4176. int err;
  4177. int first = 0;
  4178. wl = ssb_get_devtypedata(dev);
  4179. if (!wl) {
  4180. /* Probing the first core. Must setup common struct b43_wl */
  4181. first = 1;
  4182. err = b43_wireless_init(dev);
  4183. if (err)
  4184. goto out;
  4185. wl = ssb_get_devtypedata(dev);
  4186. B43_WARN_ON(!wl);
  4187. }
  4188. err = b43_one_core_attach(dev, wl);
  4189. if (err)
  4190. goto err_wireless_exit;
  4191. if (first) {
  4192. err = ieee80211_register_hw(wl->hw);
  4193. if (err)
  4194. goto err_one_core_detach;
  4195. }
  4196. out:
  4197. return err;
  4198. err_one_core_detach:
  4199. b43_one_core_detach(dev);
  4200. err_wireless_exit:
  4201. if (first)
  4202. b43_wireless_exit(dev, wl);
  4203. return err;
  4204. }
  4205. static void b43_remove(struct ssb_device *dev)
  4206. {
  4207. struct b43_wl *wl = ssb_get_devtypedata(dev);
  4208. struct b43_wldev *wldev = ssb_get_drvdata(dev);
  4209. /* We must cancel any work here before unregistering from ieee80211,
  4210. * as the ieee80211 unreg will destroy the workqueue. */
  4211. cancel_work_sync(&wldev->restart_work);
  4212. B43_WARN_ON(!wl);
  4213. if (wl->current_dev == wldev) {
  4214. /* Restore the queues count before unregistering, because firmware detect
  4215. * might have modified it. Restoring is important, so the networking
  4216. * stack can properly free resources. */
  4217. wl->hw->queues = wl->mac80211_initially_registered_queues;
  4218. ieee80211_unregister_hw(wl->hw);
  4219. }
  4220. b43_one_core_detach(dev);
  4221. if (list_empty(&wl->devlist)) {
  4222. /* Last core on the chip unregistered.
  4223. * We can destroy common struct b43_wl.
  4224. */
  4225. b43_wireless_exit(dev, wl);
  4226. }
  4227. }
  4228. /* Perform a hardware reset. This can be called from any context. */
  4229. void b43_controller_restart(struct b43_wldev *dev, const char *reason)
  4230. {
  4231. /* Must avoid requeueing, if we are in shutdown. */
  4232. if (b43_status(dev) < B43_STAT_INITIALIZED)
  4233. return;
  4234. b43info(dev->wl, "Controller RESET (%s) ...\n", reason);
  4235. queue_work(dev->wl->hw->workqueue, &dev->restart_work);
  4236. }
  4237. #ifdef CONFIG_PM
  4238. static int b43_suspend(struct ssb_device *dev, pm_message_t state)
  4239. {
  4240. struct b43_wldev *wldev = ssb_get_drvdata(dev);
  4241. struct b43_wl *wl = wldev->wl;
  4242. b43dbg(wl, "Suspending...\n");
  4243. mutex_lock(&wl->mutex);
  4244. wldev->suspend_in_progress = true;
  4245. wldev->suspend_init_status = b43_status(wldev);
  4246. if (wldev->suspend_init_status >= B43_STAT_STARTED)
  4247. b43_wireless_core_stop(wldev);
  4248. if (wldev->suspend_init_status >= B43_STAT_INITIALIZED)
  4249. b43_wireless_core_exit(wldev);
  4250. mutex_unlock(&wl->mutex);
  4251. b43dbg(wl, "Device suspended.\n");
  4252. return 0;
  4253. }
  4254. static int b43_resume(struct ssb_device *dev)
  4255. {
  4256. struct b43_wldev *wldev = ssb_get_drvdata(dev);
  4257. struct b43_wl *wl = wldev->wl;
  4258. int err = 0;
  4259. b43dbg(wl, "Resuming...\n");
  4260. mutex_lock(&wl->mutex);
  4261. if (wldev->suspend_init_status >= B43_STAT_INITIALIZED) {
  4262. err = b43_wireless_core_init(wldev);
  4263. if (err) {
  4264. b43err(wl, "Resume failed at core init\n");
  4265. goto out;
  4266. }
  4267. }
  4268. if (wldev->suspend_init_status >= B43_STAT_STARTED) {
  4269. err = b43_wireless_core_start(wldev);
  4270. if (err) {
  4271. b43_leds_exit(wldev);
  4272. b43_rng_exit(wldev->wl);
  4273. b43_wireless_core_exit(wldev);
  4274. b43err(wl, "Resume failed at core start\n");
  4275. goto out;
  4276. }
  4277. }
  4278. b43dbg(wl, "Device resumed.\n");
  4279. out:
  4280. wldev->suspend_in_progress = false;
  4281. mutex_unlock(&wl->mutex);
  4282. return err;
  4283. }
  4284. #else /* CONFIG_PM */
  4285. # define b43_suspend NULL
  4286. # define b43_resume NULL
  4287. #endif /* CONFIG_PM */
  4288. static struct ssb_driver b43_ssb_driver = {
  4289. .name = KBUILD_MODNAME,
  4290. .id_table = b43_ssb_tbl,
  4291. .probe = b43_probe,
  4292. .remove = b43_remove,
  4293. .suspend = b43_suspend,
  4294. .resume = b43_resume,
  4295. };
  4296. static void b43_print_driverinfo(void)
  4297. {
  4298. const char *feat_pci = "", *feat_pcmcia = "", *feat_nphy = "",
  4299. *feat_leds = "";
  4300. #ifdef CONFIG_B43_PCI_AUTOSELECT
  4301. feat_pci = "P";
  4302. #endif
  4303. #ifdef CONFIG_B43_PCMCIA
  4304. feat_pcmcia = "M";
  4305. #endif
  4306. #ifdef CONFIG_B43_NPHY
  4307. feat_nphy = "N";
  4308. #endif
  4309. #ifdef CONFIG_B43_LEDS
  4310. feat_leds = "L";
  4311. #endif
  4312. printk(KERN_INFO "Broadcom 43xx driver loaded "
  4313. "[ Features: %s%s%s%s, Firmware-ID: "
  4314. B43_SUPPORTED_FIRMWARE_ID " ]\n",
  4315. feat_pci, feat_pcmcia, feat_nphy,
  4316. feat_leds);
  4317. }
  4318. static int __init b43_init(void)
  4319. {
  4320. int err;
  4321. b43_debugfs_init();
  4322. err = b43_pcmcia_init();
  4323. if (err)
  4324. goto err_dfs_exit;
  4325. err = ssb_driver_register(&b43_ssb_driver);
  4326. if (err)
  4327. goto err_pcmcia_exit;
  4328. b43_print_driverinfo();
  4329. return err;
  4330. err_pcmcia_exit:
  4331. b43_pcmcia_exit();
  4332. err_dfs_exit:
  4333. b43_debugfs_exit();
  4334. return err;
  4335. }
  4336. static void __exit b43_exit(void)
  4337. {
  4338. ssb_driver_unregister(&b43_ssb_driver);
  4339. b43_pcmcia_exit();
  4340. b43_debugfs_exit();
  4341. }
  4342. module_init(b43_init)
  4343. module_exit(b43_exit)