aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-1/+2
2010-06-28b43: Add SDIO_DEVICE() for EW-CG1102GCMagnus Damm1-0/+1
2010-06-21b43: Clarify logged message after fatal DMA error and switch to PIO modeLarry Finger1-1/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-33/+36
2010-06-04b43: replace the ssb_dma API with the generic DMA APIFUJITA Tomonori1-31/+34
2010-06-03drivers/net: use __packed annotationEric Dumazet3-17/+17
2010-06-02drivers/net/wireless/b43: Use kmemdupJulia Lawall1-2/+2
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds7-135/+452
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-4/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-3/+19
2010-05-03b43: Added get_survey callback in order to get channel noiseJohn W. Linville1-0/+18
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-28b43: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville3-41/+63
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller10-0/+12
2010-04-06b43: N-PHY: fix copy&paste typoRafał Miłecki1-1/+1
2010-03-31b43: N-PHY: fix value written on 2055 radio setupRafał Miłecki1-3/+3
2010-03-31b43: N-PHY: prepare for rev3+ channel tablesRafał Miłecki3-16/+31
2010-03-31b43: N-PHY: find table entry earlier for setting chanspecRafał Miłecki1-4/+4
2010-03-31b43: N-PHY: use b43_phy_n_sfo_cfg rather than duplicating same fieldsRafał Miłecki3-19/+14
2010-03-31b43: N-PHY: some dummy PHY rev 3 callsRafał Miłecki1-2/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo10-0/+12
2010-03-23drivers/net/wireless/b43/main.c:4351: Fixed coding styleDaniel Ngu1-3/+2
2010-03-09b43: N-PHY: switch to chanspec opsRafał Miłecki2-25/+63
2010-03-09b43: N-PHY: implement chanspec setupRafał Miłecki1-0/+62
2010-03-09b43: N-PHY: isloate 2055 radio setupRafał Miłecki1-6/+17
2010-03-09b43: N-PHY: adjust gain tableRafał Miłecki1-1/+57
2010-03-09b43: N-PHY: switch to chanspec structRafał Miłecki2-20/+36
2010-03-09b43: N-PHY: update post init of 2055 radioRafał Miłecki1-26/+35
2010-03-09b43: N-PHY: update writing channel-specific radio registersRafał Miłecki1-22/+32
2010-03-09b43: N-PHY: turn radio on/off (rfkill)Rafał Miłecki1-13/+37
2010-03-09b43: N-PHY: initialize super switchRafał Miłecki1-1/+36
2010-03-09b43: N-PHY: add some registers and structs definitionsRafał Miłecki3-0/+19
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-7/+31
2010-02-26b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds3-7/+31
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller8-84/+305
2010-02-08b43: remove get_tx_stats() mac80211 opKalle Valo5-66/+0
2010-02-08b43: N-PHY: handle allocation fail in samples generationRafał Miłecki1-0/+4
2010-02-08b43: N-PHY: load generated samplesRafał Miłecki1-2/+29
2010-02-08b43: N-PHY: partly implement SPUR workaroundRafał Miłecki2-1/+66
2010-02-08b43: N-PHY: save calibration for further restoreRafał Miłecki2-1/+51
2010-02-08b43: N-PHY: prepare code for reapplying TX cal coeffsRafał Miłecki1-1/+34
2010-02-08b43: N-PHY: implement overriding RF control intcRafał Miłecki1-8/+109
2010-02-08b43/b43legacy: Wake queues in wireless_core_startLarry Finger1-2/+1
2010-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-3/+11
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller8-306/+1294
2010-02-03b43: Fix throughput regressionLarry Finger2-3/+11
2010-02-01b43: N-PHY: implement setting RF sequenceRafał Miłecki1-4/+31
2010-02-01b43: N-PHY: add TX radio setup for newer PHYsRafał Miłecki1-1/+52
2010-02-01b43: N-PHY: fix Cal TX IQ LO for newer PHYsRafał Miłecki1-1/+11