aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10pcmcia: re-work pcmcia_request_irq()Dominik Brodowski1-4/+1
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-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
2010-01-25b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch1-8/+5
2010-01-22b43: N-PHY: add TX toneRafał Miłecki1-5/+55
2010-01-22b43: N-PHY: add setting power amplifier filtersRafał Miłecki3-2/+64
2010-01-22b43: N-PHY: add running samplesRafał Miłecki1-4/+64
2010-01-22b43: N-PHY: implement overriding RF controlRafał Miłecki3-3/+137
2010-01-22b43: check band widthRafał Miłecki3-1/+10
2010-01-22mac80211: pass vif and station to update_tkip_keyJohannes Berg1-3/+8
2010-01-19b43: N-PHY: silence warnings, add missing callRafał Miłecki1-3/+3
2010-01-19b43: N-PHY: implement and add multi-dimensional table readingRafał Miłecki3-19/+48
2010-01-19b43: N-PHY: implement and add reading one element tablesRafał Miłecki3-11/+39
2010-01-19b43: N-PHY: implement and add multi-dimensional table writingRafał Miłecki3-33/+67
2010-01-19b43: N-PHY: add writing one element tablesRafał Miłecki1-27/+13
2010-01-19b43: N-PHY: store seq mode for proper restoring (follow specs)Rafał Miłecki1-2/+2
2010-01-19b43: N-PHY: move RF sequence declarations top, add missing callsRafał Miłecki1-12/+16
2010-01-19b43: N-PHY: implement chain selectionRafał Miłecki2-1/+30
2010-01-19b43: N-PHY: implement stopping playbackRafał Miłecki2-3/+32
2010-01-19b43: N-PHY: implement MIMO config updateRafał Miłecki2-1/+16
2010-01-19b43: N-PHY: implement TX PHY cleanup and setupRafał Miłecki1-2/+110
2010-01-19b43: N-PHY: implement RX PHY cleanup and setupRafał Miłecki1-0/+82
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller7-156/+2414
2010-01-15b43: N-PHY: drop unused definition, uncomment needed callRafał Miłecki1-8/+2
2010-01-15b43: N-PHY: implement TX power control coef setupRafał Miłecki1-1/+68