aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-3/+2
2010-09-29pcmcia: simplify IntTypeDominik Brodowski1-1/+0
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski1-8/+6
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-11/+2
2010-08-03pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski1-2/+1
2010-08-03pcmcia: remove memreq_tDominik Brodowski1-4/+1
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski1-4/+0
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-17/+19
2010-07-21b43: silence phy_n sparse warningsLarry Finger1-7/+9
2010-07-21b43: silence most sparse warningsJohn W. Linville4-10/+10
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