summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\ \ \ | |/ / |/| |
| * | b43: fix comment typo reqest -> requestJim Cromie2011-05-231-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-163-58/+25
|\ \ \ | | |/ | |/|
| * | b43: implement timeouts workaroundRafał Miłecki2011-05-111-1/+12
| * | b43: move MAC PHY clock controling functionRafał Miłecki2011-05-113-16/+15
| * | b43: trivial: include ssb word in ssb specific functionsRafał Miłecki2011-05-101-4/+4
| * | b43: drop ssb-duplicated workaround for dangling coresRafał Miłecki2011-05-101-17/+0
| * | b43: drop invalid IMCFGLO workaroundRafał Miłecki2011-05-051-27/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-0/+1
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-05-021-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | b43: trivial: update module info about ucode16_mimo firmwareRafał Miłecki2011-04-281-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-2/+5
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | b43: avoid uninitialized variable warnings in phy_nJohn W. Linville2011-04-291-2/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-112-2/+2
|\ \ | |/
| * b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville2011-04-042-2/+2
* | Fix common misspellingsLucas De Marchi2011-03-314-4/+4
|/
* b43: trivial: update B43_PHY_N description (PHY support)Rafał Miłecki2011-03-071-1/+1
* b43: N-PHY: rev3+: implement gain ctl workaroundsRafał Miłecki2011-03-041-9/+162
* b43: N-PHY: rev3+: add tables with gain ctl workaroundsRafał Miłecki2011-03-042-0/+128
* b43: N-PHY: rev3+: correct switching analog coreRafał Miłecki2011-03-041-2/+6
* b43: N-PHY: rev3+: add static tablesRafał Miłecki2011-03-012-2/+1131
* b43: fill PHY ctl word1 in TX header for N-PHYRafał Miłecki2011-02-252-0/+79
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-4/+2
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+1
* b43: N-PHY: rev1: restore PHY state after RSSI operationsRafał Miłecki2011-02-231-2/+2
OpenPOWER on IntegriCloud