aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlegacy/4965-mac.c
AgeCommit message (Expand)Author
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-08iwl4965: workaround connection regression on passive channelStanislaw Gruszka
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg
2013-04-16mac80211: support secondary channel offset in CSAJohannes Berg
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-11iwlegacy: fix sparse warningsStephen Hemminger
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka
2013-02-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-02-01iwlegacy: check for dma mapping errorsStanislaw Gruszka
2013-02-01iwl4965: report A-MPDU statusChristian Lamparter
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach
2013-01-30drivers/net/wireless/iwlegacy/4965-mac.c: adjust duplicate testJulia Lawall
2013-01-22iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov
2013-01-07iwlegacy: allow to enable PSStanislaw Gruszka
2013-01-07iwlegacy: add flush callbackStanislaw Gruszka
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg
2012-12-06iwlegacy: remove __dev* attributesBill Pemberton
2012-11-26iwlegacy: initialize rx_statusJohannes Berg
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-09iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach
2012-06-06iwl4965: claim RSN IBSS supportStanislaw Gruszka
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka
2012-02-22iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UPStanislaw Gruszka
2012-02-22iwlegacy: small il4965_set_hw_ready cleanupStanislaw Gruszka
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka
2012-02-22iwleagcy: fix ident code damageStanislaw Gruszka
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka
2012-02-22iwlegacy: remove temp_opsStanislaw Gruszka
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka
2012-02-22iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka
2012-02-22iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka