aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-01b43: N-PHY: add RSSI selection for newer PHYsRafał Miłecki1-1/+83
2010-02-01b43: N-PHY: split RSSI selection into two per-PHY-revision functionsRafał Miłecki1-49/+52
2010-02-01b43: N-PHY: add workarounds for gain controlRafał Miłecki1-1/+129
2010-02-01b43: N-PHY: update general workaroundsRafał Miłecki2-104/+115
2010-01-27b43: N PHY: Fix compilation after removal of typdef b43_c32Larry Finger1-2/+2
2010-01-25b43: N-PHY: use cordic to generate samplesRafał Miłecki1-9/+12
2010-01-25b43: update cordic code to match current specsRafał Miłecki3-9/+21
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki3-43/+43
2010-01-25b43: N-PHY: fix one bit off in parsing RF Ctrl Override argumentsRafał Miłecki1-1/+1