summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2013-01-08brcmfmac: Update init code routines from interface up.Hante Meuleman2-24/+15
2013-01-08brcmfmac: Removing obsolete variables and inline functions.Hante Meuleman2-26/+0
2013-01-08brcmfmac: Return correct error on netdev xmit.Hante Meuleman1-10/+12
2013-01-08brcmfmac: Remove unused caching dongle error.Hante Meuleman2-23/+2
2013-01-08brcmfmac: remove unnecessary curly braces in dhd_attach()Arend van Spriel1-2/+1
2013-01-08brcmfmac: cleanup netdev transmit callbackArend van Spriel1-9/+13
2013-01-08brcmfmac: remove unused event related definitionsArend van Spriel1-7/+0
2013-01-08brcmfmac: Use dedicated trace level for CDC.Hante Meuleman3-25/+24
2013-01-08brcmfmac: remove brcmf_proto_hdrpull() from bus interfaceArend van Spriel6-43/+29
2013-01-08brcmfmac: remove rx helper function from bus interfaceArend van Spriel4-16/+13
2013-01-08brcmfmac: define pr_fmt in one placeArend van Spriel9-16/+4
2013-01-08brcmfmac: assure USB dongle firmware is reset upon module unloadArend van Spriel4-1/+27
2013-01-08brcmfmac: removed deprecated set_bitrate_mask supportHante Meuleman1-62/+0
2013-01-08brcmfmac: do not reconfigure refill rx on 0-length packet.Hante Meuleman1-1/+5
2013-01-08brcmsmac: remove dead codePiotr Haber2-6/+2
2013-01-08brcmsmac: allow user-space setting of interface addressArend van Spriel2-4/+4
2013-01-08brcmsmac: use perimeter lock in add_interface() callbackArend van Spriel1-0/+2
2013-01-08brcmsmac: increase timer reference count for new timers onlyPiotr Haber1-3/+4
2013-01-08brcmsmac: initialize morepending in brcms_b_recv()Geert Uytterhoeven1-1/+1
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2013-01-03regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg1-4/+3
2013-01-03regulatory: remove handling of channel bandwidthJohannes Berg1-1/+1
2012-12-11brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8Hauke Mehrtens1-2/+3
2012-12-11brcmsmac: do a read after the write of the objmem on broken PCIe controllersHauke Mehrtens1-1/+1
2012-12-11brcmsmac: add support for cores with revision 17Hauke Mehrtens2-3/+4
2012-12-11brcmfmac: remove WL_CONN() macroArend van Spriel2-98/+94
2012-12-11brcmfmac: remove WL_SCAN() macroArend van Spriel2-39/+39
2012-12-11brcmfmac: remove WL_TRACE() macroArend van Spriel2-96/+95
2012-12-11brcmfmac: replace WL_INFO() macroArend van Spriel2-22/+21
2012-12-11brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel2-158/+158
2012-12-11brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel3-68/+10
2012-12-11brcmfmac: error messages should not be suppressedArend van Spriel11-249/+248
2012-12-11brcmfmac: use one list of event defintionsArend van Spriel2-134/+80
2012-12-11brcmsmac: fix uninitialized variable warning on arm architectureArend van Spriel1-1/+1
2012-12-11brcmfmac: rework bus interfaceArend van Spriel9-47/+111
2012-12-07brcm80211: remove __dev* attributesBill Pemberton1-2/+2
2012-12-06brcmsmac: remove duplicated include from debug.cWei Yongjun1-1/+0
2012-12-06brcmfmac: convert struct spinlock to spinlock_tLuis R. Rodriguez1-1/+1
2012-11-30brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags()Seth Forshee1-3/+1
2012-11-30brcmfmac: change debug output for received event.Hante Meuleman1-2/+2
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman1-12/+16
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel2-28/+20
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel2-48/+22
2012-11-30brcmsmac: support 4313iPAPiotr Haber2-162/+271
2012-11-30brcmsmac: move PHY functionsPiotr Haber1-50/+52
2012-11-30brcmsmac: hardware info in debugfsPiotr Haber4-1/+144
2012-11-30brcmsmac: fix bounds checking in tx/rxPiotr Haber1-13/+17
2012-11-30brcmsmac: cleanup in isr codePiotr Haber3-24/+13
2012-11-30brcmsmac: handle packet drop during transmit correctlyPiotr Haber3-8/+11
2012-11-26brcmsmac: Add __printf verification to logging prototypesJoe Perches1-2/+8