summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/tables_nphy.c
Commit message (Expand)AuthorAgeFilesLines
* b43: N-PHY: add RF power tables for radio 0x2057 revs 9 & 14Rafał Miłecki2014-08-251-0/+67
* b43: N-PHY: update rev3+ gain control workaroundsRafał Miłecki2014-08-251-24/+37
* b43: N-PHY: fix rev7+ typos at random placesRafał Miłecki2014-07-231-2/+2
* b43: N-PHY: add tables for radio 0x2057 rev 14Rafał Miłecki2014-07-181-0/+40
* b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5Rafał Miłecki2014-07-151-8/+50
* b43: N-PHY: add TX gain tables for devices with specific EPARafał Miłecki2014-07-151-2/+72
* b43: N-PHY: add TX gains tables for radio 0x2057 rev 9Rafał Miłecki2014-07-071-0/+78
* b43: N-PHY: rework names & picking of TX gain tablesRafał Miłecki2014-07-071-29/+73
* b43: N-PHY: initialize hardware tables on new devicesRafał Miłecki2014-07-071-11/+277
* b43: PHY: drop channel_type (we can get this info from chandef)Rafał Miłecki2014-06-191-1/+1
* b43: N-PHY: optimize init by doing some ops just onceRafał Miłecki2014-05-291-38/+42
* b43: N-PHY: drop second noise variance tableRafał Miłecki2014-04-221-70/+2Star
* b43: N-PHY: clean init tablesRafał Miłecki2013-04-231-46/+48
* b43: N-PHY: move tables init function to tables fileRafał Miłecki2013-04-231-2/+11
* b43: mark some functions and structs staticHauke Mehrtens2013-04-011-2/+2
* b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()Dan Carpenter2013-01-221-22/+8Star
* b43: N-PHY: add overriding RF control for rev7+Rafał Miłecki2012-08-061-0/+75
* b43: N-PHY: upload PAPD PGA gain delta tableRafał Miłecki2012-01-241-0/+5
* b43: N-PHY: fix typos in RF controlRafał Miłecki2012-01-241-3/+3
* b43: N-PHY: add helper for getting gain tableRafał Miłecki2012-01-241-9/+56
* b43: N-PHY: update gain ctl workaroundsRafał Miłecki2012-01-041-16/+90
* b43: N-PHY: workaround broken auto-increment on BCM43224Rafał Miłecki2011-12-131-0/+6
* b43: N-PHY: fix 32-bit reads of tablesRafał Miłecki2011-12-131-6/+6
* b43: N-PHY: add table for antenna software controlRafał Miłecki2011-12-131-1/+49
* b43: N-PHY: workaround BCM43224 hw bug in writing table id 9Rafał Miłecki2011-12-131-0/+7
* b43: N-PHY: random trivial fixes for typos, missing writesRafał Miłecki2011-12-131-1/+1
* b43: add my copyrights and myself as the module authorRafał Miłecki2011-09-141-0/+1
* Update my e-mail addressMichael Büsch2011-07-071-1/+1
* b43: N-PHY: rev3+: add tables with gain ctl workaroundsRafał Miłecki2011-03-041-0/+103
* b43: N-PHY: rev3+: add static tablesRafał Miłecki2011-03-011-2/+1104
* b43: N-PHY: one more fix for order of tables initializationRafał Miłecki2010-12-131-2/+2
* b43: N-PHY: reorder and optimize tables initializationRafał Miłecki2010-12-081-7/+5Star
* b43: N-PHY: update init tablesRafał Miłecki2010-12-081-106/+106
* b43: N-PHY: put 2056-radio's specific code in separated fileRafał Miłecki2010-10-151-19/+1Star
* b43: N-PHY: put radio-specific code in separated fileRafał Miłecki2010-10-151-1309/+0Star
* b43: N-PHY: prepare for rev3+ channel tablesRafał Miłecki2010-10-111-3/+21
* b43: N-PHY: prepare for rev3+ channel tablesRafał Miłecki2010-03-311-4/+4
* b43: N-PHY: use b43_phy_n_sfo_cfg rather than duplicating same fieldsRafał Miłecki2010-03-311-6/+6
* b43: N-PHY: add setting power amplifier filtersRafał Miłecki2010-01-221-0/+24
* b43: N-PHY: implement overriding RF controlRafał Miłecki2010-01-221-0/+37
* b43: N-PHY: implement and add multi-dimensional table readingRafał Miłecki2010-01-191-0/+35
* b43: N-PHY: implement and add reading one element tablesRafał Miłecki2010-01-191-0/+31
* b43: N-PHY: implement and add multi-dimensional table writingRafał Miłecki2010-01-191-0/+40
* b43: N-PHY: add various tablesRafał Miłecki2010-01-151-0/+477
* b43: N-PHY: clean table init, check PHY revRafał Miłecki2010-01-151-26/+74
* b43: Move code from nphy.* to phy_n.*Michael Buesch2008-09-051-1/+1
* b43: Implement dynamic PHY APIMichael Buesch2008-08-291-1/+1
* b43: Add lots of N-PHY lookup tablesMichael Buesch2008-01-291-0/+1140
* b43: Add NPHY channel switch codeMichael Buesch2008-01-291-2/+1046
* b43: Add NPHY radio init codeMichael Buesch2008-01-291-0/+292