summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: read correct register on bcma bus.Hauke Mehrtens2011-08-091-3/+17
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-273-3/+6
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-263-3/+6
| |\
| | * b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin2011-07-261-2/+3
| | * b43: bcma: drop BROKENRafał Miłecki2011-07-261-1/+1
| | * b43: bus: fix memory corruption when setting driver's dataRafał Miłecki2011-07-261-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-2522-22/+22
|\ \ \ | |/ / |/| |
| * | Update my e-mail addressMichael Büsch2011-07-0722-22/+22
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-041-1/+1
| |\ \
* | \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-228-48/+157
|\ \ \ \ | | |_|/ | |/| |
| * | | b43: (un)initialize driver on the BCMA busRafał Miłecki2011-07-221-4/+44
| * | | b43: bcma: get DMA translation bitsRafał Miłecki2011-07-221-0/+5
| * | | ssb: return correct translation bit for 64-bit DMARafał Miłecki2011-07-221-3/+3
| * | | b43: disable parity check on BCMA devicesRafał Miłecki2011-07-223-0/+21
| * | | b43: bcma: implement full core resetRafał Miłecki2011-07-191-7/+27
| * | | b43: correctly display longer chipsets idsRafał Miłecki2011-07-191-2/+5
| * | | b43: HT-PHY: fix masks in radio ctlRafał Miłecki2011-07-191-5/+10
| * | | b43: bcma: read info about supported bandsRafał Miłecki2011-07-191-6/+7
| * | | b43: bcma: define 80211 core specific IO status bitsRafał Miłecki2011-07-191-0/+6
| * | | b43: HT-PHY: fix typo in 0x2059 radio initRafał Miłecki2011-07-191-1/+1
| * | | b43: HT-PHY: find channel entry with regs dataRafał Miłecki2011-07-191-0/+9
| * | | b43: HT-PHY: switch to channel after enabling radioRafał Miłecki2011-07-191-1/+3
| * | | b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki2011-07-192-4/+4
| * | | b43: bus: drop inline from SSB functionsRafał Miłecki2011-07-181-15/+12
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1516-93/+622
|\ \ \ \ | |/ / /
| * | | net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior2011-07-081-1/+1
| * | | b43: HT-PHY: define dummy TX power functionsRafał Miłecki2011-07-081-2/+10
| * | | b43: LCN-PHY: include new PHY in common codeRafał Miłecki2011-07-082-0/+9
| * | | b43: define firmwares for HT and LCN PHYsRafał Miłecki2011-07-081-0/+40
| * | | b43: LCN-PHY add place for new PHY supportRafał Miłecki2011-07-087-0/+125
| * | | b43: read radio ID on new coresRafał Miłecki2011-07-081-1/+13
| * | | b43: use radio ID reading code to older cores onlyRafał Miłecki2011-07-081-15/+23
| * | | b43: select BLOCKIO for BCMARafał Miłecki2011-07-081-0/+6
| * | | b43: change selecting ucode for newer coresRafał Miłecki2011-07-081-9/+17
| * | | b43: bus: add helpers for getting/setting wldev from/in bus coreRafał Miłecki2011-07-083-3/+35
| * | | b43: handle BCMA in bus switchesRafał Miłecki2011-07-082-0/+90
| * | | b43: use switches for SSB specific codeRafał Miłecki2011-07-085-57/+139
| * | | mac80211: fix TKIP races, make API easier to useJohannes Berg2011-07-081-2/+1
| * | | b43: implement BCMA bus opsRafał Miłecki2011-07-083-0/+110
| * | | b43: make b43_wireless_init bus genericRafał Miłecki2011-07-081-4/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-081-0/+1
|\ \ \ \ | |/ / /
| * | | b43: Add RX side DMA memory barrierMichael Büsch2011-07-051-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-307-5/+1054
|\ \ \ \ | |/ / /
| * | | b43: HT-PHY: correct 0x2059 radio initRafał Miłecki2011-06-291-1/+49
| * | | b43: HT-PHY: basic PHY initRafał Miłecki2011-06-292-2/+9
| * | | b43: HT-PHY: add init tablesRafał Miłecki2011-06-291-0/+588
| * | | b43: HT-PHY: init radio when enabling itRafał Miłecki2011-06-291-0/+33
| * | | b43: HT-PHY: replace radio routing magic numbersRafał Miłecki2011-06-292-1/+6
| * | | b43: HT-PHY: implement lacking 0x908 PHY reg opRafał Miłecki2011-06-291-1/+6
| * | | b43: HT-PHY: add channel switching tables for 2 GHz bandRafał Miłecki2011-06-291-0/+135
OpenPOWER on IntegriCloud