summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-93/+622
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-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+1
2011-07-05b43: Add RX side DMA memory barrierMichael Büsch1-0/+1
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-5/+1054
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-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-25/+483
2011-06-23ssb: add __devinit to some functionsHauke Mehrtens1-3/+3
2011-06-23b43: HT-PHY: calibrate radio after switching channelRafał Miłecki1-1/+7
2011-06-23b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki3-8/+10
2011-06-23b43: N-PHY: update switching analog on/offRafał Miłecki1-4/+17
2011-06-23b43: HT-PHY: switch radio to requested channelRafał Miłecki2-1/+68
2011-06-23b43: HT-PHY: add place for implementing channel switchingRafał Miłecki1-2/+59
2011-06-23b43: HT-PHY: define standard structs for channel switchingRafał Miłecki5-0/+59
2011-06-23b43: HT-PHY: enable radioRafał Miłecki1-0/+4
2011-06-23b43: 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
2011-06-17b43: add Kconfig option for compiling SSB driverRafał Miłecki3-9/+24
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki7-0/+166
2011-06-17b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki1-0/+6
2011-06-10b43: check for allocation failuresDan Carpenter2-1/+7
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville22-315/+582
2011-06-06drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-03b43: add BCMA 80211 core specific definesRafał Miłecki1-0/+11
2011-06-03b43: add an option to register BROKEN bcma driverRafał Miłecki3-1/+49
2011-06-03b43: do not use SSB specific flags when calling core reset functionRafał Miłecki3-16/+13