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