summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c
Commit message (Expand)AuthorAgeFilesLines
...
* mwl8k: Send BASTREAM firmware commands per vifYogesh Ashok Powar2012-11-161-6/+7
* mwl8k: Set packet timestamp to 0 when life time expiry is not usedNishant Sarmukadam2012-11-141-0/+2
* mwl8k: Do not expire eapol framesNishant Sarmukadam2012-11-141-4/+7
* mwl8k: Unmap the pci DMA address in xmit error pathNishant Sarmukadam2012-11-141-0/+2
* mwl8k: recheck if station still has valid ratesYogesh Ashok Powar2012-11-141-0/+10
* mwl8k: defining interface combinationsYogesh Ashok Powar2012-11-141-1/+18
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-7/+10
* mwl8k: fix possible race condition in info->control.sta useThomas Huehn2012-07-111-1/+4
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-1/+1
* net/wireless: use module_pci_driverAxel Lin2012-04-161-12/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-211-9/+29
|\
| * mwl8k: Remove BSSID from the firmware when the BSS is stoppedYogesh Ashok Powar2012-02-061-9/+29
* | drivers/net: Remove boolean comparisons to true/falseJoe Perches2012-02-131-3/+2
|/
* mwl8k: Configuring correct MAC address in broadcast keyYogesh Ashok Powar2012-01-271-1/+1
* mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar2012-01-171-1/+1
* mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter2012-01-171-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-051-8/+130
|\
| * mwl8k: Changing the driver version to 0.13Yogesh Ashok Powar2012-01-041-1/+1
| * mwl8k: Recover from firmware crashYogesh Ashok Powar2012-01-041-7/+129
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-7/+7
|\ \ | |/
| * mwl8k: Call ieee80211_stop_tx_ba_cb_irqsafe for already deleted BA streamYogesh Ashok Powar2011-12-211-7/+7
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-4/+4
|/
* mac80211: pass vif param to conf_tx() callbackEliad Peller2011-10-031-2/+3
* mwl8k: Set hardware flag IEEE80211_HW_AP_LINK_PSYogesh Ashok Powar2011-09-131-0/+8
* mwl8k: Traffic to clients gets affected when one client leaves a cyrpto bssNishant Sarmukadam2011-08-221-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-221-3/+3
|\
| * mwl8k: Fixing sta dereference when ieee80211_tx_info->control.sta is NULLYogesh Ashok Powar2011-07-151-3/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-1/+3
|\ \ | |/
| * mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam2011-06-151-1/+3
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
|/
* mwl8k: Do not ask mac80211 to generate IV for crypto keysYogesh Ashok Powar2011-05-051-8/+8
* mwl8k: Fix broken WEPYogesh Ashok Powar2011-05-051-1/+1
* mwl8k: Reducing extra_tx_headroom for tx optimization in AP modeYogesh Ashok Powar2011-04-291-5/+26
* mwl8k: replace rateinfo bitfields with mask and shift macrosJohn W. Linville2011-04-281-20/+5
* mwl8k: Enable life time expiry for tx packets in the hardwareNishant Sarmukadam2011-04-251-1/+2
* mwl8k: Reserve buffers for tx management framesNishant Sarmukadam2011-04-251-8/+23
* mwl8k: Add timestamp information for tx packetsPradeep Nemavat2011-04-251-0/+13
* mwl8k: Do not stop tx queuesPradeep Nemavat2011-04-251-13/+7
* mwl8k: use traffic threshold to decide when to start ampduBrian Cavagnolo2011-04-131-1/+44
* mwl8k: interrupt handling changesNishant Sarmukadam2011-04-131-1/+4
* mwl8k: Fix checkpatch.pl and sparse warnings and errorsYogesh Ashok Powar2011-04-121-14/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-071-1/+8
|\
| * mwl8k: do not free unrequested irqBrian Cavagnolo2011-04-071-1/+8
* | mwl8k: Do not configure tx power unconditionallyNishant Sarmukadam2011-04-071-3/+6
* | mwl8k: Queue ADDBA requests in respective data queuesNishant Sarmukadam2011-03-301-0/+46
* | mwl8k: Check outgoing rate for a station to decide if ampdu can be createdNishant Sarmukadam2011-03-301-3/+57
* | mwl8k: Handle the watchdog event from the firmwareNishant Sarmukadam2011-03-301-2/+75
* | mwl8k: Initiate BA sessionsNishant Sarmukadam2011-03-301-7/+187
* | mwl8k: add internal API for managing AMPDU streamsBrian Cavagnolo2011-03-301-0/+81
OpenPOWER on IntegriCloud