X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=carlfw%2Fsrc%2Fwlanrx.c;h=9f58241cdd5f96f49c34020cee61647dec652019;hp=02cbce5363a28741a9a86833cef8c6d89cd8d029;hb=f99b6fd51bf8429eaad357ac9c7149a92f719628;hpb=11c1064a307a661df20e237e3623e1b5d88641fa diff --git a/carlfw/src/wlanrx.c b/carlfw/src/wlanrx.c index 02cbce5..9f58241 100644 --- a/carlfw/src/wlanrx.c +++ b/carlfw/src/wlanrx.c @@ -19,8 +19,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * with this program; If not, see . */ #include "carl9170.h" @@ -138,7 +137,7 @@ static unsigned int wlan_rx_filter(struct dma_desc *desc) */ break; } - /* otherwise fall through */ + /* fall through */ default: rx_filter |= CARL9170_RX_FILTER_CTL_OTHER; break;