summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/main.c
Commit message (Expand)AuthorAgeFilesLines
* b43: treat LCNXN-PHY as extra N-PHY devicesRafał Miłecki2014-07-011-0/+7
* b43: update list and code making a selection of firmware filesRafał Miłecki2014-06-251-99/+125
* b43: add config for (en|dis)abling G-PHY supportRafał Miłecki2014-06-201-0/+2
* b43: remove leftover code from old devices supportRafał Miłecki2014-06-201-9/+0
* b43: PHY: drop is_40mhz (get width info from chandef)Rafał Miłecki2014-06-191-5/+0
* b43: store current channel using struct cfg80211_chan_defRafał Miłecki2014-06-191-0/+1
* b43: b43_op_config: set channel info before switching bandRafał Miłecki2014-06-191-1/+2
* b43: b43_op_config: use IEEE80211_CONF_CHANGE_CHANNELRafał Miłecki2014-06-191-15/+16
* b43: b43_op_config: drop check for core changeRafał Miłecki2014-06-191-18/+2
* b43: N-PHY: optimize radio switching on/offRafał Miłecki2014-05-291-1/+3
* b43: PHY: allow init optimizations by tracking PHY stateRafał Miłecki2014-05-291-0/+3
* b43: fix list of 5 GHz channels for 802.11n cardsRafał Miłecki2014-05-221-12/+22
* b43: fix typo in define name for 2 GHz channels (s/CHAN4G/CHAN2G/)Rafał Miłecki2014-05-221-16/+16
* b43: add more devices to the bands databaseRafał Miłecki2014-05-201-0/+32
* b43: move bands detection to a separated functionRafał Miłecki2014-05-201-42/+56
* b43: rework band switchingRafał Miłecki2014-05-191-60/+44
* b43: complete PHY resetRafał Miłecki2014-05-191-25/+2
* b43: move PHY reset code into PHY specific fileRafał Miłecki2014-05-191-34/+1
* b43: split upload of init values into 2 functionsRafał Miłecki2014-05-191-15/+22
* b43: adjust code to compile without SSBRafał Miłecki2014-05-131-1/+18
* b43: don't pre-set radio_on variable to trueRafał Miłecki2014-04-301-1/+0
* b43: bcma: respect GMODE (band choice) during core resetRafał Miłecki2014-04-301-1/+6
* b43: remove list of IEEE 802.11 devicesRafał Miłecki2014-04-221-33/+19
* b43: ssb: refuse to support more than IEEE 802.11 coreRafał Miłecki2014-04-221-17/+20
* net: Replace min macro with min_tSilvan Jegen2014-03-031-1/+1
* b43: Fix unload oops if firmware is not availableLarry Finger2014-01-131-5/+5
* b43: Fix lockdep splatLarry Finger2014-01-131-6/+11
* b43: call PCIe up and down functionsHauke Mehrtens2013-08-261-0/+14
* b43: replace B43_BCMA_EXTRA with modparam allhwsupportRafał Miłecki2013-06-271-2/+10
* b43: stop format string leaking into error msgsKees Cook2013-06-121-1/+1
* B43: Handle DMA RX descriptor underrunThommy Jakobsson2013-05-081-25/+18
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-101-4/+4
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-4/+4
* | b43: use constantsHauke Mehrtens2013-03-271-7/+9
* | b43: use bcma_chipco_gpio_control()Hauke Mehrtens2013-03-251-5/+2
* | b43: define BCMA wireless specific PLLsRafał Miłecki2013-03-061-1/+6
|/
* b43: Fix lockdep splat on module unloadLarry Finger2013-02-251-1/+2
* b43: Fix firmware loading when driver is built into the kernelLarry Finger2013-01-071-13/+41
* b43: fix tx path skb leaksFelix Fietkau2012-12-101-4/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-291-0/+4
|\
| * b43: Fix oops on unload when firmware not foundLarry Finger2012-10-241-0/+4
* | bcma: add an extra pcie core structHauke Mehrtens2012-10-191-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-241-1/+2
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-211-1/+2
| |\
| | * mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-08-151-11/+40
|\| |
| * | b43: be more user friendly with PHY infoRafał Miłecki2012-08-061-5/+34
| * | b43: rename host flags definesRafał Miłecki2012-08-061-6/+6
| |/
* / b43: fix logic in GPIO initRafał Miłecki2012-08-021-8/+13
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-201-22/+10
|\