summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2011-09-14b43: N-PHY: implement few random missing opsRafał Miłecki2-17/+96
2011-09-14b43: N-PHY: split workarounds into per-PHY-ver functionsRafał Miłecki1-143/+157
2011-09-14b43: N-PHY: replace some hacks with nice tables opsRafał Miłecki1-13/+4
2011-09-14b43: N-PHY: use helper for checking IPARafał Miłecki1-18/+12
2011-09-14b43: LCN-PHY: load TX gain table on initRafał Miłecki2-3/+194
2011-09-14b43: add my copyrights and myself as the module authorRafał Miłecki11-0/+19
2011-09-14b43: drop Copyright for not really copyrightable infoRafał Miłecki1-26/+0
2011-09-14b43: N-PHY: implement enabling TX power controlRafał Miłecki2-6/+80
2011-09-13b43: LCN-PHY: add conditions for few operationsRafał Miłecki2-14/+38
2011-09-13b43: LCN-PHY: rename functions, get rid of magic namesRafał Miłecki2-10/+29
2011-09-13b43: LCN-PHY: upload additional 0x7 tableRafał Miłecki1-0/+17
2011-09-13b43: LCN-PHY: rewrite 0x7 table at the end of initRafał Miłecki1-0/+12
2011-09-13b43: LCN-PHY: put tables functions in correct fileRafał Miłecki2-11/+16
2011-09-13b43: LCN-PHY: minor fixesRafał Miłecki3-6/+7
2011-09-13b43: LCN-PHY: implement saving and restoring PHY & radio configurationRafał Miłecki1-0/+35
2011-09-13b43: LCN-PHY: prepare functions for channel switchingRafał Miłecki1-2/+84
2011-09-13b43: LCN-PHY: implement more PHY ops before radio initRafał Miłecki1-3/+53
2011-09-13b43: LCN-PHY: add R/W ops for PHY and radioRafał Miłecki1-2/+40
2011-08-29b43: Fix swatch warningLarry Finger1-1/+4
2011-08-29b43: make HT-PHY support experimentalRafał Miłecki1-3/+3
2011-08-29b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki2-9/+18
2011-08-29b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger1-7/+0
2011-08-26b43: correct warning for uninitialized variable 'macstat'John W. Linville1-1/+1
2011-08-26b43: HT-PHY: read clip stateRafał Miłecki2-1/+14
2011-08-26b43: HT-PHY: use separated function for forcing RF sequenceRafał Miłecki2-9/+34
2011-08-26b43: drop Kconfig option of forcing PIO modeRafał Miłecki3-17/+1
2011-08-24b43/legacy: Remove firmware IDsMichael Büsch2-8/+1
2011-08-24b43: warn when forcing PIO modeRafał Miłecki1-2/+7
2011-08-24b43: LCN-PHY: init 0x2064 radioRafał Miłecki1-0/+54
2011-08-24b43: LCN-PHY: basic PHY initRafał Miłecki1-2/+72
2011-08-24b43: LCN-PHY: add init tablesRafał Miłecki3-0/+451
2011-08-24b43: LCN-PHY: switch analogRafał Miłecki2-1/+13
2011-08-24b43: LCN-PHY: implement disabling radioRafał Miłecki2-0/+32
2011-08-24b43: LCN-PHY: add very basic PHY opsRafał Miłecki2-3/+53
2011-08-24b43: fix DMA on some bugged hardwareRafał Miłecki3-36/+84
2011-08-24b43: HT-PHY: allow writing longer tables with a single callRafał Miłecki2-0/+46
2011-08-22b43: HT-PHY: init: add missing small-tables writesRafał Miłecki1-3/+30
2011-08-22b43: HT-PHY: init: add some AFE (Analog Frontend) operationRafał Miłecki1-0/+26
2011-08-22b43: HT-PHY: init: add missing PHY mask/set opsRafał Miłecki1-5/+41
2011-08-22b43: HT-PHY: init: init BPHY and upload 0x1a tableRafał Miłecki3-0/+68
2011-08-22b43: HT-PHY: init: copy tables and reset CCARafał Miłecki2-0/+25
2011-08-22b43: HT-PHY: init: implement few simple PHY writesRafał Miłecki1-0/+22
2011-08-22b43: HT-PHY: init: zero EXTG registersRafał Miłecki1-0/+22
2011-08-22b43: make forcing clock common (HT-PHY also uses that)Rafał Miłecki3-36/+38
2011-08-22b43: include HT-PHY in some common codeRafał Miłecki2-0/+2
2011-08-22b43: support new RX header, noticed to be used in 598.314+ fwRafał Miłecki5-13/+58
2011-08-22b43: support new TX header, noticed to be used by 598.314+ fwRafał Miłecki4-2/+46
2011-08-22b43: use enum for firmware header formatRafał Miłecki4-26/+55
2011-08-22b43: rename TX header formatsRafał Miłecki2-16/+16
2011-08-22b43: reload phy and bss settings after core restartsFelix Fietkau1-5/+37