aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22b43: bcma: get DMA translation bitsRafał Miłecki1-0/+5
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-3/+3
2011-07-22b43: disable parity check on BCMA devicesRafał Miłecki3-0/+21
2011-07-19b43: bcma: implement full core resetRafał Miłecki1-7/+27
2011-07-19b43: correctly display longer chipsets idsRafał Miłecki1-2/+5
2011-07-19b43: HT-PHY: fix masks in radio ctlRafał Miłecki1-5/+10
2011-07-19b43: bcma: read info about supported bandsRafał Miłecki1-6/+7
2011-07-19b43: bcma: define 80211 core specific IO status bitsRafał Miłecki1-0/+6
2011-07-19b43: HT-PHY: fix typo in 0x2059 radio initRafał Miłecki1-1/+1
2011-07-19b43: HT-PHY: find channel entry with regs dataRafał Miłecki1-0/+9
2011-07-19b43: HT-PHY: switch to channel after enabling radioRafał Miłecki1-1/+3
2011-07-19b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki2-4/+4
2011-07-18b43: bus: drop inline from SSB functionsRafał Miłecki1-15/+12
2011-07-08net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior1-1/+1
2011-07-08b43: HT-PHY: define dummy TX power functionsRafał Miłecki1-2/+10
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki2-0/+9
2011-07-08b43: define firmwares for HT and LCN PHYsRafał Miłecki1-0/+40
2011-07-08b43: LCN-PHY add place for new PHY supportRafał Miłecki7-0/+125
2011-07-08b43: read radio ID on new coresRafał Miłecki1-1/+13
2011-07-08b43: use radio ID reading code to older cores onlyRafał Miłecki1-15/+23
2011-07-08b43: select BLOCKIO for BCMARafał Miłecki1-0/+6
2011-07-08b43: change selecting ucode for newer coresRafał Miłecki1-9/+17
2011-07-08b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki3-3/+35
2011-07-08b43: handle BCMA in bus switchesRafał Miłecki2-0/+90
2011-07-08b43: use switches for SSB specific codeRafał Miłecki5-57/+139
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg1-2/+1
2011-07-08b43: implement BCMA bus opsRafał Miłecki3-0/+110
2011-07-08b43: make b43_wireless_init bus genericRafał Miłecki1-4/+4
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch1-0/+1
2011-06-29b43: HT-PHY: correct 0x2059 radio initRafał Miłecki1-1/+49
2011-06-29b43: HT-PHY: basic PHY initRafał Miłecki2-2/+9
2011-06-29b43: HT-PHY: add init tablesRafał Miłecki1-0/+588
2011-06-29b43: HT-PHY: init radio when enabling itRafał Miłecki1-0/+33
2011-06-29b43: HT-PHY: replace radio routing magic numbersRafał Miłecki2-1/+6
2011-06-29b43: HT-PHY: implement lacking 0x908 PHY reg opRafał Miłecki1-1/+6
2011-06-29b43: HT-PHY: add channel switching tables for 2 GHz bandRafał Miłecki1-0/+135
2011-06-29b43: HT-PHY: perform some tables ops on channel switchingRafał Miłecki1-0/+19
2011-06-29b43: HT-PHY: upload PHY values when switching channelRafał Miłecki2-2/+28
2011-06-29b43: HT-PHY: prepare place for HT-PHY tablesRafał Miłecki3-0/+183
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens1-3/+3
2011-06-22b43: HT-PHY: calibrate radio after switching channelRafał Miłecki1-1/+7
2011-06-22b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki3-8/+10
2011-06-22b43: N-PHY: update switching analog on/offRafał Miłecki1-4/+17
2011-06-22b43: HT-PHY: switch radio to requested channelRafał Miłecki2-1/+68
2011-06-22b43: HT-PHY: add place for implementing channel switchingRafał Miłecki1-2/+59
2011-06-22b43: HT-PHY: define standard structs for channel switchingRafał Miłecki5-0/+59
2011-06-22b43: HT-PHY: enable radioRafał Miłecki1-0/+4
2011-06-22b43: HT-PHY: implement killing radioRafał Miłecki2-2/+15
2011-06-17b43: HT-PHY: implement switching analogRafał Miłecki2-0/+28
2011-06-17b43: HT-PHY: implement radio opsRafał Miłecki1-1/+17