aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next-2.6 into for-davemJohn W. Linville16-25/+483
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
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/linville/wireless-next-2.6 into for-davemJohn W. Linville22-315/+582
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-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
2011-06-01b43: Fix warnings from gcc 4.6.0Larry Finger2-6/+4
2011-06-01b43: bus: add helpers for checking host typeRafał Miłecki2-6/+17
2011-06-01b43: use new pointers path to access ssb_device in SSB specific placesRafał Miłecki1-11/+17
2011-06-01b43: SDIO: use new pointers path to access ssb_deviceRafał Miłecki1-2/+2
2011-06-01b43: LP-PHY: use new pointers path to access ssb_deviceRafał Miłecki1-5/+10
2011-06-01b43: bus: abstract bus and core operationsRafał Miłecki5-16/+77
2011-06-01b43: bus: abstract board infoRafał Miłecki9-57/+54
2011-06-01b43: bus: abstract chip infoRafał Miłecki6-25/+28
2011-06-01b43: bus: abstract device structs and irqRafał Miłecki6-22/+30
2011-06-01b43: bus: abstract SPROMRafał Miłecki12-99/+107
2011-06-01b43: bus: abstract 80211 core infoRafał Miłecki7-25/+31
2011-06-01b43: bus: abstract R/W operationsRafał Miłecki3-6/+53
2011-06-01b43: add bus device abstraction layerRafał Miłecki5-14/+74
2011-06-01b43: rename ssb_device variable in ssb specific functionsRafał Miłecki1-14/+15
2011-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-26b43: N-PHY: initialize last var in calibration functionRafał Miłecki1-1/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-207/+228
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller17-207/+228
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville17-207/+228
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-23b43: fix comment typo reqest -> requestJim Cromie1-2/+2
2011-05-19b43: read PHY info only when needed (for PHY-A)Rafał Miłecki1-1/+2