summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* b43: trivial: do not report any link quality instead of invalid oneRafał Miłecki2011-10-111-5/+7
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-1/+2
* b43: LCN-PHY: minor clean upsRafał Miłecki2011-09-272-5/+22
* b43: update dummy transmissionRafał Miłecki2011-09-271-4/+7
* b43: add missing MMIO definesRafał Miłecki2011-09-272-18/+60
* mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-271-2/+3
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-202-4/+19
|\
| * b43: Fix beacon problem in ad-hoc modeManual Munz2011-09-191-1/+2
| * b43: read correct register on bcma bus.Hauke Mehrtens2011-08-091-3/+17
* | b43: LCN-PHY: finish sense setupRafał Miłecki2011-09-192-3/+88
* | b43: LCN-PHY: add more init tweaksRafał Miłecki2011-09-191-2/+20
* | b43: LCN-PHY: init TX power controlRafał Miłecki2011-09-192-1/+93
* | b43: LCN-PHY: implement SPUR avoidance modeRafał Miłecki2011-09-191-2/+56
* | b43: LCN-PHY: set TX filtersRafał Miłecki2011-09-191-1/+106
* | b43: LCN-PHY: tweaks for channel switchingRafał Miłecki2011-09-191-4/+63
* | b43: N-PHY: implement few random missing opsRafał Miłecki2011-09-142-17/+96
* | b43: N-PHY: split workarounds into per-PHY-ver functionsRafał Miłecki2011-09-141-143/+157
* | b43: N-PHY: replace some hacks with nice tables opsRafał Miłecki2011-09-141-13/+4Star
* | b43: N-PHY: use helper for checking IPARafał Miłecki2011-09-141-18/+12Star
* | b43: LCN-PHY: load TX gain table on initRafał Miłecki2011-09-142-3/+194
* | b43: add my copyrights and myself as the module authorRafał Miłecki2011-09-1411-0/+19
* | b43: drop Copyright for not really copyrightable infoRafał Miłecki2011-09-141-26/+0Star
* | b43: N-PHY: implement enabling TX power controlRafał Miłecki2011-09-142-6/+80
* | b43: LCN-PHY: add conditions for few operationsRafał Miłecki2011-09-132-14/+38
* | b43: LCN-PHY: rename functions, get rid of magic namesRafał Miłecki2011-09-132-10/+29
* | b43: LCN-PHY: upload additional 0x7 tableRafał Miłecki2011-09-131-0/+17
* | b43: LCN-PHY: rewrite 0x7 table at the end of initRafał Miłecki2011-09-131-0/+12
* | b43: LCN-PHY: put tables functions in correct fileRafał Miłecki2011-09-132-11/+16
* | b43: LCN-PHY: minor fixesRafał Miłecki2011-09-133-6/+7
* | b43: LCN-PHY: implement saving and restoring PHY & radio configurationRafał Miłecki2011-09-131-0/+35
* | b43: LCN-PHY: prepare functions for channel switchingRafał Miłecki2011-09-131-2/+84
* | b43: LCN-PHY: implement more PHY ops before radio initRafał Miłecki2011-09-131-3/+53
* | b43: LCN-PHY: add R/W ops for PHY and radioRafał Miłecki2011-09-131-2/+40
* | b43: Fix swatch warningLarry Finger2011-08-291-1/+4
* | b43: make HT-PHY support experimentalRafał Miłecki2011-08-291-3/+3
* | b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki2011-08-292-9/+18
* | b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger2011-08-291-7/+0Star
* | b43: correct warning for uninitialized variable 'macstat'John W. Linville2011-08-261-1/+1
* | b43: HT-PHY: read clip stateRafał Miłecki2011-08-262-1/+14
* | b43: HT-PHY: use separated function for forcing RF sequenceRafał Miłecki2011-08-262-9/+34
* | b43: drop Kconfig option of forcing PIO modeRafał Miłecki2011-08-263-17/+1Star
* | b43/legacy: Remove firmware IDsMichael Büsch2011-08-242-8/+1Star
* | b43: warn when forcing PIO modeRafał Miłecki2011-08-241-2/+7
* | b43: LCN-PHY: init 0x2064 radioRafał Miłecki2011-08-241-0/+54
* | b43: LCN-PHY: basic PHY initRafał Miłecki2011-08-241-2/+72
* | b43: LCN-PHY: add init tablesRafał Miłecki2011-08-243-0/+451
* | b43: LCN-PHY: switch analogRafał Miłecki2011-08-242-1/+13
* | b43: LCN-PHY: implement disabling radioRafał Miłecki2011-08-242-0/+32
* | b43: LCN-PHY: add very basic PHY opsRafał Miłecki2011-08-242-3/+53
* | b43: fix DMA on some bugged hardwareRafał Miłecki2011-08-243-36/+84