aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-15b43: N-PHY: add RX IQ calibrationi for rev < 3Rafał Miłecki1-4/+202
2010-01-15b43: N-PHY: add huge calculating TX IQ LORafał Miłecki1-0/+226
2010-01-15b43: N-PHY: implement calculating IQ gain paramsRafał Miłecki1-0/+38
2010-01-15b43: N-PHY: update TX calibration ladderRafał Miłecki1-0/+25
2010-01-15b43: N-PHY: add RX radio cores calibrationRafał Miłecki1-0/+43
2010-01-15b43: N-PHY: add TX LP FBW (TX filter 40 related)Rafał Miłecki1-1/+23
2010-01-15b43: N-PHY: implement getting TX gainsRafał Miłecki1-2/+85
2010-01-15b43: N-PHY: implement calculating RX IQ compRafał Miłecki1-0/+99
2010-01-15b43: N-PHY: implement RX IQ estimationRafał Miłecki1-0/+39
2010-01-15b43: N-PHY: implement restoring general configurationRafał Miłecki1-0/+90
2010-01-15b43: N-PHY: implement workaround for TX IQRafał Miłecki1-0/+16
2010-01-15b43: N-PHY: implement RX IQ coeffsRafał Miłecki1-0/+17
2010-01-15b43: N-PHY: add function than forces (not) staying in carrier searchRafał Miłecki1-0/+23
2010-01-15b43: N-PHY: add RSSI calibration restoreRafał Miłecki1-1/+44
2010-01-15b43: N-PHY: implement PA overriding (RF control related)Rafał Miłecki1-2/+36
2010-01-15b43: N-PHY: RSSI calibration for rev < 3Rafał Miłecki1-2/+155
2010-01-15b43: N-PHY: add RSSI polling and setting 2055 (radio) VCMRafał Miłecki1-0/+96
2010-01-15b43: N-PHY: implement RSSI selection and offset scalingRafał Miłecki1-0/+121
2010-01-15b43: N-PHY: add clip detection reading/writing and some classifier functionRafał Miłecki1-2/+38
2010-01-15b43: N-PHY: split RSSI calibration into 2 functions (rev2, rev3)Rafał Miłecki1-5/+26
2010-01-15b43: N-PHY: update CCA resetRafał Miłecki1-7/+23
2010-01-15b43: N-PHY: update init code to match current specsRafał Miłecki1-40/+161
2010-01-15b43: N-PHY: add various tablesRafał Miłecki2-0/+514
2010-01-15b43: N-PHY: add global variables to b43_phy_n structRafał Miłecki1-1/+43