aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwl8k.c
Commit message (Expand)AuthorAgeFilesLines
* mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam2011-06-151-1/+3
* 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
* | mwl8k: differentiate between WMM queues and AMPDU queuesBrian Cavagnolo2011-03-301-25/+27
* | mwl8k: add support for block ack commandsNishant Sarmukadam2011-03-301-0/+156
* | mwl8k: update to ap firmware API version 2Brian Cavagnolo2011-03-301-7/+34
* | mwl8k: refactor in preparation for APIv2 updateBrian Cavagnolo2011-03-301-13/+38
|/
* mwl8k: use kcalloc instead of kmalloc & memsetShan Wei2011-03-091-4/+2
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-10/+5
* mwl8k: Invert tx queues for set_hw_spec and set_edca_paramsNishant Sarmukadam2011-02-231-4/+16
* mwl8k: Tell mac80211 we have rate adaptation in FWNishant Sarmukadam2011-02-231-1/+8
* mwl8k: fix rf_antenna rx argument for APNishant Sarmukadam2011-02-231-3/+7
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-2/+4
* mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-1/+2
* mwl8k: Enable HW encryption for AP modeNishant Sarmukadam2011-01-191-3/+277
* mwl8k: Set mac80211 rx status flags appropriately when hw crypto is enabledNishant Sarmukadam2011-01-191-3/+98
* mwl8k: Add encapsulation of data packet for cryptoNishant Sarmukadam2011-01-191-1/+53
* mwl8k: Modify add_dma_header to include pad parametersNishant Sarmukadam2011-01-191-6/+10
* mwl8k: use const struct fw pointers throughoutBrian Cavagnolo2010-11-161-8/+7
* mwl8k: make initial firmware load asynchronousBrian Cavagnolo2010-11-161-29/+178
* mwl8k: add API version checking for AP firmwareBrian Cavagnolo2010-11-161-2/+21
* mwl8k: choose proper firmware image as directed by userBrian Cavagnolo2010-11-161-12/+66
* mwl8k: factor out firmware loading and hw init codeBrian Cavagnolo2010-11-161-131/+214
* mwl8k: rf_tx_power cmd not supported by AP firmware APIv1Nishant Sarmukadam2010-11-161-6/+72
* mwl8k: revert unnecessary modification of tx descriptorBrian Cavagnolo2010-11-161-6/+1
* mwl8k: force AP mode to use non-AMPDU framesNishant Sarmukadam2010-11-151-1/+6
* drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches2010-08-181-17/+17
* mwl8k: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-291-4/+27
* drivers/net/wireless: Use wiphy_<level>Joe Perches2010-07-271-71/+52
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-271-33/+33
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-111-6/+6
| |\
| * | drivers/net: use __packed annotationEric Dumazet2010-06-031-33/+33
* | | mwl8k: correct/silence sparse warningsJohn W. Linville2010-07-201-10/+12
| |/ |/|