main.c 134 KB

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