aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2416-25/+483
|\
| * ssb: add __devinit to some functionsHauke Mehrtens2011-06-221-3/+3
| * b43: HT-PHY: calibrate radio after switching channelRafał Miłecki2011-06-221-1/+7
| * b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki2011-06-223-8/+10
| * b43: N-PHY: update switching analog on/offRafał Miłecki2011-06-221-4/+17
| * b43: HT-PHY: switch radio to requested channelRafał Miłecki2011-06-222-1/+68
| * b43: HT-PHY: add place for implementing channel switchingRafał Miłecki2011-06-221-2/+59
| * b43: HT-PHY: define standard structs for channel switchingRafał Miłecki2011-06-225-0/+59
| * b43: HT-PHY: enable radioRafał Miłecki2011-06-221-0/+4
| * b43: HT-PHY: implement killing radioRafał Miłecki2011-06-222-2/+15
| * b43: HT-PHY: implement switching analogRafał Miłecki2011-06-172-0/+28
| * b43: HT-PHY: implement radio opsRafał Miłecki2011-06-171-1/+17
| * b43: add Kconfig option for compiling SSB driverRafał Miłecki2011-06-173-9/+24
| * b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki2011-06-177-0/+166
| * b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki2011-06-171-0/+6
| * b43: check for allocation failuresDan Carpenter2011-06-102-1/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0822-315/+582
|\|
| * b43: add BCMA 80211 core specific definesRafał Miłecki2011-06-031-0/+11
| * b43: add an option to register BROKEN bcma driverRafał Miłecki2011-06-033-1/+49
| * b43: do not use SSB specific flags when calling core reset functionRafał Miłecki2011-06-033-16/+13
| * b43: Fix warnings from gcc 4.6.0Larry Finger2011-06-012-6/+4
| * b43: bus: add helpers for checking host typeRafał Miłecki2011-06-012-6/+17
| * b43: use new pointers path to access ssb_device in SSB specific placesRafał Miłecki2011-06-011-11/+17
| * b43: SDIO: use new pointers path to access ssb_deviceRafał Miłecki2011-06-011-2/+2
| * b43: LP-PHY: use new pointers path to access ssb_deviceRafał Miłecki2011-06-011-5/+10
| * b43: bus: abstract bus and core operationsRafał Miłecki2011-06-015-16/+77
| * b43: bus: abstract board infoRafał Miłecki2011-06-019-57/+54
| * b43: bus: abstract chip infoRafał Miłecki2011-06-016-25/+28
| * b43: bus: abstract device structs and irqRafał Miłecki2011-06-016-22/+30
| * b43: bus: abstract SPROMRafał Miłecki2011-06-0112-99/+107
| * b43: bus: abstract 80211 core infoRafał Miłecki2011-06-017-25/+31
| * b43: bus: abstract R/W operationsRafał Miłecki2011-06-013-6/+53
| * b43: add bus device abstraction layerRafał Miłecki2011-06-015-14/+74
| * b43: rename ssb_device variable in ssb specific functionsRafał Miłecki2011-06-011-14/+15
* | drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-311-1/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-1/+1
| |\
| | * b43: N-PHY: initialize last var in calibration functionRafał Miłecki2011-05-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-2517-207/+228
|\| |
| * | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-2517-207/+228
| |\ \
| | * | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-2417-207/+228
| | |\|
| | | * b43: read PHY info only when needed (for PHY-A)Rafał Miłecki2011-05-191-1/+2
| | | * b43: separate ssb core resetRafał Miłecki2011-05-191-2/+8
| | | * b43: add helper for finding GPIO deviceRafał Miłecki2011-05-191-20/+21
| | | * b43: dma: cache translation (routing bits)Rafał Miłecki2011-05-192-3/+6
| | | * b43: make b43_wireless_init less bus specificRafał Miłecki2011-05-191-13/+10
| | | * b43: add helpers for block R/W opsRafał Miłecki2011-05-192-10/+22
| | | * b43: rename b43_wldev's field with ssb_device to sdevRafał Miłecki2011-05-1617-174/+175
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-05-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1