summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/4965-mac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-101-2/+1Star
|\
| * iwl4965: workaround connection regression on passive channelStanislaw Gruszka2013-05-081-2/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-241-17/+15Star
|\|
| * Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-221-8/+8
| |\
| * | mac80211: support secondary channel offset in CSAJohannes Berg2013-04-161-17/+15Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-201-14/+15
|\ \ \ | | |/ | |/|
| * | iwlegacy: fix sparse warningsStephen Hemminger2013-03-111-8/+8
| |/
| * wireless: move sequence number arithmetic to ieee80211.hJohannes Berg2013-03-061-6/+7
* | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+2
|/
* iwlegacy: more checks for dma mapping errorsStanislaw Gruszka2013-02-141-15/+21
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-081-1/+1
|\
| * mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-311-1/+1
* | iwlegacy: check for dma mapping errorsStanislaw Gruszka2013-02-011-16/+27
* | iwl4965: report A-MPDU statusChristian Lamparter2013-02-011-0/+11
* | drivers/net/wireless/iwlegacy/4965-mac.c: adjust duplicate testJulia Lawall2013-01-301-3/+0Star
|/
* iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov2013-01-221-0/+1
* iwlegacy: allow to enable PSStanislaw Gruszka2013-01-071-2/+2
* iwlegacy: add flush callbackStanislaw Gruszka2013-01-071-0/+1
* mac80211: split TX aggregation stop actionJohannes Berg2013-01-031-1/+3
* iwlegacy: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* iwlegacy: initialize rx_statusJohannes Berg2012-11-261-1/+1
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-111-2/+2
|\
| * iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach2012-07-091-2/+2
* | iwl4965: claim RSN IBSS supportStanislaw Gruszka2012-06-061-1/+12
|/
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-1/+1
* mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2012-04-101-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-03-281-2/+0Star
|\
| * iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-261-2/+0Star
* | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-1/+2
|/
* iwlegacy: remove enum iw_calib and related codeGreg Dietsche2012-02-291-1/+0Star
* mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-291-1/+1
* iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka2012-02-221-1/+1
* iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka2012-02-221-14/+14
* iwlegacy: small queue initializations cleanupStanislaw Gruszka2012-02-221-13/+5Star
* iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UPStanislaw Gruszka2012-02-221-4/+2Star
* iwlegacy: small il4965_set_hw_ready cleanupStanislaw Gruszka2012-02-221-21/+14Star
* iwlegacy: do not grab nic access if rfkillStanislaw Gruszka2012-02-221-33/+48
* iwleagcy: fix ident code damageStanislaw Gruszka2012-02-221-13/+5Star
* iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka2012-02-221-11/+2Star
* iwlegacy: merge all ops structures into oneStanislaw Gruszka2012-02-221-9/+8Star
* iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka2012-02-221-12/+11Star
* iwlegacy: remove il_apm_opsStanislaw Gruszka2012-02-221-6/+2Star
* iwlegacy: remove temp_opsStanislaw Gruszka2012-02-221-13/+13
* iwlegacy: move debugfs_ops to il_privStanislaw Gruszka2012-02-221-0/+3
* iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka2012-02-221-2/+305
* iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka2012-02-221-3/+3
* iwlegacy: always check if got h/w access before writeStanislaw Gruszka2012-02-221-1/+1
* iwlegacy: remove set_hw_params callbackStanislaw Gruszka2012-02-061-7/+59